The information in this article applies to:
BUG# NT: 12183 (6.00) SYMPTOMS
When you attempt to create an index on a table, the command may abort
with one of the following two possible errors:
NOTE: This problem only occurs under rare conditions and is not likely to occur with most CREATE INDEX statements. WORKAROUND
Increase the "sort pages" configuration parameter from the default of
64 to a higher number using the sp_configure system stored procedure. In
most cases, increasing this parameter from the default of 64 to 128 will
allow the index to be created; however, it can be increased to a maximum of
511 if necessary.
sp_configure 'allow updates', 1 along with a corresponding: sp_configure 'allow updates', 0 at the end of the process. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.0. For more information, contact your primary support provider. Additional query words: sql6 windows nt
Keywords : kbusage SSrvGen kbbug6.00 kbfix6.00.sp3 |
Last Reviewed: March 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |