BUG: Stored Procedure Holds EX_lock on a Table |
Q115245
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:
Msg 229, Level 14, State 1
DELETE permission denied on object <table name>, database <db_name>,
owner dbo
Msg 229, Level 14, State 1
DELETE permission denied on object <table name>, database <db_name>,
owner dbo
spid locktype table_id page dbname
------ -------------------- ----------- ----- -------------
3 Sh_intent 496004798 0 master
3 Ex_extent 0 128 tempdb
4 Ex_table 688005482 0 pubs
Drop and recreate the stored procedure in question.
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 4.2.
Additional query words: sysdepends sysprocedures Windows NT
Keywords : kbprogramming
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: February 12, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |