March 9, 2009 at 3:28 am
March 9, 2009 at 3:57 am
March 9, 2009 at 7:08 am
Do you mean a server-side trace or enabling trace flag 1222?
Either one will add some load to the server. Using a server-side trace will allow you to gather more data, but you will need to do it correctly in order to minimize the load. Typical recommendations are to create 2 server-side traces, 1 for the deadlock graph and another with a filter on database to get locking and sql statement information at the time of the deadlock. If you include the EventSequence column in your traces you can use that to see the order in which things happen.
Are you having deadlock problems?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply