Hi all,
I've got one database with a table which holds a lot of documents in binary format (Image) in SQL 2000.
I have used DTS to transfer this table into another database table and when the files are retrieved from this DB, they have doubled in size!
Now I have read somewhere that when Image columns are transferred, SQL 2000 converts the field to varchar which doubles the length due to the character set? and then inserts this into the other table as a blob.
Please could anyone shed any light on this problem as it's eating up storage space and bandwidth for downloading these documents!
Cheers
I've got one database with a table which holds a lot of documents in binary format (Image) in SQL 2000.
I have used DTS to transfer this table into another database table and when the files are retrieved from this DB, they have doubled in size!
Now I have read somewhere that when Image columns are transferred, SQL 2000 converts the field to varchar which doubles the length due to the character set? and then inserts this into the other table as a blob.
Please could anyone shed any light on this problem as it's eating up storage space and bandwidth for downloading these documents!
Cheers