Viewing 5 posts - 1 through 5 (of 5 total)
Avoid using INSERT INTO EXEC because this can trigger locking the tempdb.
Check this out
http://www.sql-server-performance.com/reducing_locks.asp
Thanks,
Abhinav
March 17, 2005 at 8:09 am
That didn't help either
Any other ideas....plzzz
Thanks,
Abhinav
March 17, 2005 at 8:03 am
Based on the Profiler, the SP2 is not being recompiled. So, using the KEEP PLAN option did not help either
Here is the...
March 16, 2005 at 2:45 pm
No table is getting locked. The Stored Procedure is being locked down. Based on a query joining syslocks and sysprocesses I can see that the exclusive locks are placed on...
March 16, 2005 at 2:07 pm
That didn't help
The SP2 is being locked when it is being executed from SP1. The Locks are released as soon as it completes...
March 16, 2005 at 1:54 pm
Viewing 5 posts - 1 through 5 (of 5 total)