Viewing 15 posts - 136 through 150 (of 220 total)
Here is the deadlock info from the SQL log, unfirttunaltey it includes both deadlock flags. Due to my monitoring software
Date,Source,Severity,Message
03/25/2013 10:35:35,spid34s,Unknown,waiter id=processd4d708
03/25/2013 10:35:35,spid34s,Unknown,waiter-list
03/25/2013 10:35:35,spid34s,Unknown,owner id=process4fa0508
03/25/2013 10:35:35,spid34s,Unknown,owner-list
03/25/2013 10:35:35,spid34s,Unknown,exchangeEvent id=Pipe155556480 WaitType=e_waitPipeGetRow nodeId=3
03/25/2013...
March 25, 2013 at 4:59 am
You've already posted them. No, it looks like a part of the deadlock info is missing. Can you post the actual plans for both of the queries please?
You may well...
March 25, 2013 at 4:44 am
bugg (3/25/2013)
ChrisM@Work (3/25/2013)
bugg (3/25/2013)
Node:1
KEY: 9:72057602492792832 (860067b2b9d1) CleanCnt:2 Mode:X Flags: 0x1
Grant List 2:
Owner:0x0000000198215A40 Mode: X Flg:0x40...
March 25, 2013 at 4:27 am
ChrisM@Work (3/25/2013)
bugg (3/25/2013)
Node:1
KEY: 9:72057602492792832 (860067b2b9d1) CleanCnt:2 Mode:X Flags: 0x1
Grant List 2:
Owner:0x0000000198215A40 Mode: X Flg:0x40 Ref:1...
March 25, 2013 at 4:03 am
After applying that index update. I am now receiving another deadlock on that same table:
Node:1
KEY: 9:72057602492792832 (860067b2b9d1) CleanCnt:2 Mode:X Flags: 0x1
Grant List 2:
Owner:0x0000000198215A40 Mode: X Flg:0x40 Ref:1 Life:02000000 SPID:73...
March 25, 2013 at 3:04 am
GilaMonster (3/21/2013)
bugg (3/21/2013)
Would it be okay after the insert to do an index rebuild before the update?Is the index rebuild necessary?
Possibly not its, the index at 97% fragmented after the...
March 21, 2013 at 6:34 am
ChrisM@Work (3/20/2013)
Add column [status] to the include list for index IX_sessionid.As an aside, you appear to have a fair amount of duplication in your indexes.
Thanks for that suggestion.
The indexes...
March 20, 2013 at 7:22 am
ChrisM@Work (3/19/2013)
DDL for the table and all indexes, and the actual plans for both queries, would help diagnosis.An index on sessionid including status and rsn may solve the problem.
Apologies...
March 20, 2013 at 5:56 am
David Griffiths-273839 (3/20/2013)
2. Evaluate whether the index on Status is actually beneficial...
March 20, 2013 at 5:31 am
ChrisM@Work (3/19/2013)
DDL for the table and all indexes, and the actual plans for both queries, would help diagnosis.An index on sessionid including status and rsn may solve the problem.
Will...
March 19, 2013 at 9:13 am
Grant Fritchey (3/19/2013)
bugg (3/19/2013)
Grant Fritchey (3/19/2013)
March 19, 2013 at 5:22 am
Grant Fritchey (3/19/2013)
March 19, 2013 at 4:44 am
salliven (3/19/2013)
Is there enough memory in your server?
18 GB on server, I think its enough
March 19, 2013 at 4:33 am
Anyone have any insight into this?
Blocked process:Microsoft SQL Server Management Studio
Process ID:88
Database:MyDB
Host:XXXX
User:XXXX
Start time:12:00 PM
SQL fragment:BACKUP DATABASE [MyDB] TO DISK = N'D:\MyDB_backup_2013_03_16_120003_1030995.dfz' WITH DIFFERENTIAL , NOFORMAT, NOINIT, NAME = N'MyDB_backup_2013_03_16_120003_1010993', SKIP,...
March 19, 2013 at 2:48 am
Viewing 15 posts - 136 through 150 (of 220 total)