Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding timeout on table structure
Message
General information
Forum:
Microsoft SQL Server
Category:
Database management
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01384100
Message ID:
01384133
Views:
38
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform