BUG: When You Open Table with a Large Number of Columns SEM Appears to Hang or Reports Unknown Error (268600)
The information in this article applies to:
This article was previously published under Q268600
Bug #: 46646 (SQLBUG_70)
SYMPTOMS
When you attempt to open a table with a large number of columns in SQL Server Enterprise Manager (SEM), SEM stops responding (hangs).
WORKAROUND
There are several workarounds to this problem:
- Use SQL Query Analyzer to view the data and alter the columns in the table.
- Use the stored procedure sp_help to locate the structure of the table, assuming that the test table exists in the pubs database. Use the following code:
Use pubs
go
sp_help test
- If you need to modify the table, use the ALTER TABLE statement. See SQL Server books online for complete syntax for the ALTER TABLE topic.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0.
This behavior has been fixed in SQL 2000, which returns the output as expected.
Modification Type: | Major | Last Reviewed: | 9/4/2002 |
---|
Keywords: | kbbug KB268600 |
---|
|