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
 General SQL Server Forums
 New to SQL Server Programming
 Conversion between Image and nvarchar(max)

Author  Topic 

pvccaz
Yak Posting Veteran

87 Posts

Posted - 2008-01-25 : 13:36:44
Hi,

I need to transfer data from an image type column to a nvarchar(max) column. Is there a specific function that i could use to do this coversion..

Thanks,

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-01-25 : 23:22:46
Shouldn't be varbinary(max)? You can chage data type in ssms -> design table page.
Go to Top of Page
   

- Advertisement -