Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Varbinary(max)
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Varbinary(max)
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01284653
Message ID:
01284653
Vues:
66
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform