Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use the trace flag 1204

Status
Not open for further replies.

manohars

Programmer
Joined
Feb 28, 2004
Messages
97
Location
US
Our application uses a 3-tier architecture with flash as front end, dotnet as middle tier and sql server as

back end. In few of the transactions, deadlocks occur. I want to use the trace flag 1204 or 1205 to identify

which procedure causes the deadlockm exactly. I don't want to put the trace flag while starting SQL Server,

but only at the time of transaction. Can anyone suggest?

Thanks in Advance,
Manohar
 
Trace flag 1204 or 1205 will give information about the deadlocks. When and Where we can see its output, if a deadlock occurs.

Thanks,
Manohar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top