BUG: Executing Stored Proc. w/ Cursor Fails with Perm. ViolationLast reviewed: May 5, 1997Article ID: Q154109 |
The information in this article applies to:
SYMPTOMSA stored procedure with a cursor declared for update may give an update permission violation on the underlying object being updated ("update where current of") at execution time.
WORKAROUNDGive the user executing the procedure express permission to do the operation on the underlying object being referenced. The user need not have express permission on the table to execute the procedure, if the procedure does not have a cursor in it.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information herein the Microsoft Knowledge Base as it becomes available.
|
Additional query words:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |