Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoiding timeout on table structure
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Versions des environnements
SQL Server:
SQL Server 2008
Application:
Web
Divers
Thread ID:
01384100
Message ID:
01384133
Vues:
37
Check the script generated in such cases. Most likely SSMS creates a new table with modified structure and copied data into it. On a large table ALTER TABLE with dropping and re-creating an index could be much faster.

>There is a setting in SQL Server 2005 Management Studio that may effect this:
>
>Tools - Options - Designers - Table and Database Designers - Override connection string time-out value for table designer updates:
>
>I had this same problems changing some column definitions in a large table, and needed to increase that value to 30.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform