Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 blocking due to [[compile]] locks

Author  Topic 

khatchik
Starting Member

9 Posts

Posted - 2001-02-01 : 14:42:49
I have a Store procedure that runs every second. This procedure was compiled by DBO, however, it is called by another user that has execute permissions only. My DBA says that this is causing Deadlocks due to "[[compile]] locks." Furthermore, he suggests that I call the store procedure with Dbo idendifier.

For example, "exec pubs.dbo.myProc."

Does anyone have any other suggestions.

Thanks

chris isayan
   

- Advertisement -