I want to store arrays of bytes in SQL Server. What datatype, or pre INSERT manipulation would you suggest to store these?
I wouldn't expect these byte[] to exceed 1024 in length.
|
I want to store arrays of bytes in SQL Server. What datatype, or pre INSERT manipulation would you suggest to store these? I wouldn't expect these byte[] to exceed 1024 in length. |
||||
|
|
|
There are three types in SQL Server for binary value storage:
|
|||||||
|