• Hello there.

    Actually, I was able to figure it out. The problem was not in the database, but in the code. I was using Visual C++ with ADO and some third-party classes, however, the "geniuses" decided to NOT allow you to save IMAGE binary data, they casted it to VARBINARY!

    Thank you .... at least I know I wasn't going crazy thinking that SQL Server was acting funny!