Viewing 7 posts - 1 through 7 (of 7 total)
Hi Nita,
I assumed you performed an in-place upgrade. Did the in-place upgrade keep the existing instance name or was a new instance name added?
I am almost sure that the same...
October 5, 2012 at 3:47 am
The deadlock issue is resolved:-).
The issue of deadlock has been resolved by looking at not only the deadlock trace, but also the actual execution plan.
The deadlock trace pointed the direction...
February 29, 2012 at 9:56 am
I think I can resolve the deadlock issue by adding an index.
As shown in the above deadlock graph, the deadlock occurs against two processes, whilst each process is performing...
February 29, 2012 at 6:00 am
Indexes against table [dbo].[tbDSNET_DIM_File_IndexValues_DataState]
February 29, 2012 at 3:01 am
TABLE [dbo].[tbDSNET_DIM_File_IndexValues_DataState]
February 29, 2012 at 2:59 am
STORED PROCEDURE [dbo].[uspDSNET_DIM_FileInfo_Add]
February 29, 2012 at 2:58 am
Hi Gail Shaw and thanks for the information.
I've executed your SQL statement and this shows that against table tbDSNET_DIM_File_IndexValues_DataState the index PK_tbDSNET_DIM_File_IndexValues_DataState is being used. This is also confirmed...
February 29, 2012 at 2:57 am
Viewing 7 posts - 1 through 7 (of 7 total)