Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Varbinary(max)
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Varbinary(max)
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01284653
Message ID:
01284653
Views:
65
I have a filed that was defined as varbinary(2400). Then there was some changes to the project so now I need the field to be able to hold up to 7700 bytes. If I change the field to varbinary(7700), I will violate the maximum rowsize (8060 bytes) (because there are other fields in the table and they add up to a lot more than 360 bytes).

So I guess I have to change the field type to varbinary(max). Before SQL2005 I tried not to use IMAGE or TEXT types unless I really had to, and that is kind of how I feel about varbinary(max).

Is there anything I should watch out for when using varbinary(max)?
Does varbinary(max) reduce performance a lot?

Any other thoughts on the issue are also welcome.

Thanks,
Einar
Semper ubi sub ubi.
Next
Reply
Map
View

Click here to load this message in the networking platform