The information in this article applies to:
BUG# NT: 10213 (6.00) SYMPTOMSIf you execute a stored procedure that makes reference to objects in TempDB with a query plan size of 64 pages or more after you get a Level 16 Error, a client access violation (AV) may occur. CAUSE
All of the following conditions must exist for the client to AV:
WORKAROUND
Reduce the size of the stored procedures such that their individual
sizes are less than 64 pages.
You can reduce the size of the above stored procedure by creating two stored procedures each having a size less than 64 pages. Keep the name of this stored procedure the same as the original one to avoid code changes to the scripts that call this stored procedure.
If the original stored procedure has an OUTPUT parameter, return that parameter back from Get_Account_Information_Part2 to Get_Account_Information and then back to the caller of Get_Account_Information. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem was corrected in Service Pack 1 for SQL Server version 6.0. For more information, contact your primary support provider. Additional query words: sql6 sproc
Keywords : kbprg SSrvStProc kbbug6.00 kbfix6.00.sp1 |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |