blondebier
Programmer
Hi Guys,
Completely out of my depth here... just found that the image datatype will be phased out in future releases of Sql Server.
We're now using Sql Server 2005 and have an old database with a table called Notes. 2 columns PK NoteID int, Notes image
I'm upgrading an old .net application and need to change the table so that the image column will use the new nvarchar(max) datatype. I need to save all the existing notes in the process as they have been encoded. So need to covert the data back to text.
Anyone have/know of a script that would do this?
Completely out of my depth here... just found that the image datatype will be phased out in future releases of Sql Server.
We're now using Sql Server 2005 and have an old database with a table called Notes. 2 columns PK NoteID int, Notes image
I'm upgrading an old .net application and need to change the table so that the image column will use the new nvarchar(max) datatype. I need to save all the existing notes in the process as they have been encoded. So need to covert the data back to text.
Anyone have/know of a script that would do this?