hmm that's strange cause when you assign it to varbinary(max) it could store 2^31 =
2 147 483 648 bytes. way bigger than 100K bytes
- varbinary [ ( n | max ) ]
-
Variable-length binary data. n can be a value from 1 through 8,000. max indicates that the maximum storage size is 2^31-1 bytes. The storage size is the actual length of the data entered + 2 bytes. The data that is entered can be 0 bytes in length. The ANSI SQL synonym for varbinary is binary varying .
could you supply us the data u're trying to insert
how about the name data, are you trying to insert it with something more than 50 char length?
Best Regards,
Melissa Suciadi
If you have found this post helpful, please click the 'Vote as Helpful' link (the green triangle and number on the top-left).
If this post answers your question, click the 'Mark As Answered' link below. It helps others who experience the same issue in future to find the solution.