The information in this article applies to:
BUG# NT: 789 (4.2) SYMPTOMS
Executing a stored procedure that depends on a table which has been
dropped and recreated after the creation of the SP will cause the
following error:
Also, an exclusive lock will be retained on the table until another SQL command is executed by the process. For example: Login as sa (dbo of pubs)
Login as testuser
Msg 229, Level 14, State 1 DELETE permission denied on object test, database pubs, owner dbo Msg 229, Level 14, State 1 DELETE permission denied on object test, database pubs, owner dbo >From another process execute sp_lock
WORKAROUNDDrop and recreate the stored procedure in question. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 4.2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: sysdepends sysprocedures Windows NT
Keywords : kbprg SSrvStProc kbbug4.20 SSrvWinNT |
Last Reviewed: March 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |