I tried to convert an access database with one column of attachment datatype to SQL server.
I used the SSMA tool from Microsoft to migrate the database but the attachment datatype became ntext datatype and had only the gif file name in that column instead of the real image.
How can I convert the image of the attachment datatype to SQL Server with the image data type?
Thanks