Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
8060 Limit
Message
De
15/11/2001 08:19:44
 
 
À
15/11/2001 03:11:47
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Titre:
Divers
Thread ID:
00581921
Message ID:
00581983
Vues:
13
There is no way to increase the page size. As for workarounds, a common technique is to vertically partition the table into two with the most commonly manipulated columns being collected into one of the tables. Another option would be to store an XML document into a text column.

Another option would be to construct an XML document containing some of the data and store it in a text column. This would probably work best for data that never needed to be searched or manipulated on the server.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform