Viewing 6 posts - 1 through 6 (of 6 total)
When I got the deadlock scenario I took the snap shot of the syslockinfo table. I found out an interesting scenario where the deadlock is because of two transactions within the same spid.
rsc_text ...
June 6, 2007 at 4:59 am
I get deadlock in the same stored procedure but at different locations each time, In the following query I got the deadlock last time:
select distinct site_id, site_name, lower(su_id) as su_id,
into #temp_su
from site_unit_v2...
May 17, 2007 at 7:54 am
Thanks for your replies!!
I am looking at all the replies you gave above.
In the mean while
Can you provide me some links to know the features, architecture and working of...
May 10, 2007 at 10:28 am
The issues is there was no node 2 involved
Deadlock encountered .... Printing deadlock information
2007-04-10 20:01:13.28 spid4
2007-04-10 20:01:13.28 spid4 Wait-for graph
2007-04-10 20:01:13.28...
May 2, 2007 at 8:18 am
Thanks Grant,
This stored Procedure has many temporary tables. Is there anyway to know more information about the table handled by the page.
So that I can restrict my search accordingly.
I...
May 2, 2007 at 7:16 am
Thanks for your replies!!
I looked at the dbcc input buffer it is just telling that it is an RPC event:
RPC Event: gsa_proc_homepage_cache_refresh;1
Nothing else pretty useful.
I went through the deadlock scenario...
May 2, 2007 at 6:47 am
Viewing 6 posts - 1 through 6 (of 6 total)