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
 Slow Performance using Binary

Author  Topic 

DanaElifaz
Starting Member

1 Post

Posted - 2008-06-12 : 04:17:45
We want to save big binary data (few MB's) while using SQL Express. we created a table containing a column of binary type. saving and loading to this table is very very slow. when changed to string (and convert 2 bytes into 2 unicode char) it work very fast but now we have encoding issues...
Is this slow performance thing is a known issue? what's the solution?
   

- Advertisement -