I have to insert a byte array into a VARBINARY(max) in SQLServer2008 trough a stored procedure and when one of my byte array element is equal to 0x00 my byte array is split.
I use an SQLBindParameter to insert my data in the DB, and it work normally when I haven't any 0x00 value in my array.