Error message when you try to modify a large table by using SQL Server Management Studio: "Timeout expired" (915849)
The information in this article applies to:
- Microsoft SQL Server 2005 Standard Edition
- Microsoft SQL Server 2005 Developer Edition
- Microsoft SQL Server 2005 Enterprise Edition
- Microsoft SQL Server 2005 Workgroup
SYMPTOMSWhen you try to modify a large table by using the table designer in Microsoft SQL Server Management Studio, you may receive an error message that
is similar to the following: - Unable to modify
table. Timeout expired. The timeout period elapsed prior to completion of
the operation or the server is not responding. CAUSEThis behavior occurs because of the transaction time-out setting for the table designer and for the database designer in SQL
Server Management Studio. You can specify this setting in the Transaction
time-out after box. By default, this setting is 30
seconds.
Notice that
this setting differs from the setting in the Execution time-out box in
SQL Server Management Studio. By default, the setting in the Execution time-out box for Query Editor in SQL Server Management
Studio is zero. By default, the setting in the Query time-out (seconds) box for Query Editor in Microsoft SQL Server 2000 SQL Query Analyzer is also zero. Therefore, Query Editor waits infinitely for the query to finish and never times out.RESOLUTIONTo resolve this behavior, use one of the following
methods:
- Click to clear the Override connection string time-out
value for table designer updates check box for the table designer and for the database designer in SQL Server Management Studio.
- Specify a high setting in the Transaction time-out after
box for the table designer and for the database designer in
SQL Server Management Studio.
- Modify the large table by using Transact-SQL statements in Query Editor in SQL Server Management Studio.
For more information about these settings, visit the
following Microsoft Developer Network (MSDN) Web site: STATUS This behavior is by
design.
Modification Type: | Major | Last Reviewed: | 3/31/2006 |
---|
Keywords: | kbsql2005tool kbprb kbExpertiseAdvanced KB915849 kbAudITPRO kbAudDeveloper |
---|
|