FIX: Handled AV If Many Users Dropping/Creating TablesLast reviewed: May 2, 1997Article ID: Q138748 |
The information in this article applies to:
SYMPTOMSYou may get a handled access violation (AV), 632 errors, or 614 errors on symmetric multiprocessing (SMP) computers running SQL Server if there are multiple users dropping and creating tables concurrently. This is true of TEMPDB as well as user databases. The timing involved for this bug to occur makes it very rare, and there are no side effects outside of the client being terminated. for scans
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem was corrected in Service Pack 2 for SQL Server version 6.0. For more information, contact your primary support provider.
WORKAROUNDSet the sp_configure "SMP concurrency" option to "1".
|
Additional query words: SQL6 windows nt create table
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |