Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Convert base64 to image

Author  Topic 

blued
Starting Member

9 Posts

Posted - 2011-02-08 : 07:31:51
Hi I hope I have started this topic in the correct forum.

I have 2 tables, one that stores attachments in base64 format in a text field and one that stores attachments in an image field. I need to migrate all the base64 type attachments into the image field.

Can someone provide some syntax that will do this or point me in the right direction?
   

- Advertisement -