FIX: A Cursor in a St. Procedure Can Cause an Access ViolationLast reviewed: May 2, 1997Article ID: Q141541 |
The information in this article applies to:
SYMPTOMSA stored procedure that contains a cursor can cause an access violation if the following conditions are met:
executed again for the AV to occur. 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |