Viewing 15 posts - 1 through 15 (of 40 total)
Thanks Lowell
This is very interesting. I am still getting no results returned. Executing this query via DAC
I downloaded the resource dbs, I will try again after I replace the resource...
June 9, 2016 at 12:53 am
Well, that's the problem. This didn't come from our source control. It was a rogue trigger added by our hosting provider and dropped when users started getting kicked out. I...
June 8, 2016 at 7:58 am
Thanks Gail.
Sorry, I forgot to mention. I restored the master backup and I am querying the DB but I cannot find it. I am running the below query
select * from...
June 8, 2016 at 6:44 am
I had a parallel post on MSDN social. Definitely recommend reading Jonathan Kehayias excellent write up with hotlinks
August 25, 2010 at 7:48 am
1) the vast majority of SQL Server users are "deadlock novice"s.
Strange assumption
2) Seems to me you did use Bart's advice and use indexing to address the deadlock scenario.
Not really,...
July 28, 2010 at 2:48 pm
Here is the Bible about deadlock troubleshooting - http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx. Note it has 2 other parts
SQLGuru, thanks for the advise. No offense to Bart, but those articles (all 3)...
July 26, 2010 at 3:23 pm
Thanks Wayne, interesting query. I would just modify it to extract deadlock graph from the XDL file.
I have the details but confused why even with the triggers disabled keys are...
July 25, 2010 at 9:49 am
Leo,
The SQL is enclosed inside the graph. You can open the XDL file in text and you should the same and more details as the trace. Let me know if...
July 22, 2010 at 4:51 pm
Monitored the VM host and have some additional details on the high signal times;
CXPACKET - due to shared processors between instance. My guess is OS is context switching between CPU...
March 25, 2010 at 4:40 pm
Thanks Gail .. I missed the subqueries ... i feel stupid .. 🙂
January 6, 2010 at 10:43 am
I'm sorry may be I didn't state clearly. Size is not my concern just the # of reads against the log file. I've a different DB with XML data that...
December 10, 2009 at 10:16 am
Gail, Paul, thanks for sharing your knowledge and experience ...
The trend except for the # of reads on the log file hasn't changed for this app
Full backup -...
December 10, 2009 at 7:55 am
Thanks Paul; will give that a spin ...
I don't know if you had a chance to review the dmv stats I posted. In your SQL adventures, have you ever seen...
December 9, 2009 at 3:23 pm
I can get the number of explicit rollbacks issued and the #bytes affected/ explicit rollback from sql traces. Is there a way to capture and account for implict rollbacks? same...
December 9, 2009 at 2:40 pm
Thanks Paul; interesting ... is there a way to calibrate the # of rollbacks?
December 9, 2009 at 2:00 pm
Viewing 15 posts - 1 through 15 (of 40 total)