The information in this article applies to:
BUG# NT: 11508 (6.00) SYMPTOMS
A stored procedure that contains a cursor can cause an access violation if
the following conditions are met:
WORKAROUNDRemove or change the expression clause to not be an expression clause. Remove the ORDER BY and do the sort another way using temporary tables, or sort the result set on your client. Do not drop the stored procedure and immediately recreate and execute it. If the stored procedure must be dropped, then drop the stored procedure and shut down and restart SQL Server; this will allow it to execute upon re-creation. 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. Additional query words: sql6 av client
Keywords : kbusage SSrvStProc kbbug6.00 kbfix6.00.sp2 |
Last Reviewed: March 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |