July 5, 2013 at 12:18 am
I want deadlock notification using mail address and record stored in table for mssql
July 5, 2013 at 1:20 am
Try using extended events.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 5, 2013 at 1:36 am
Also you can try setting "sql server performance condition alerts"
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
July 5, 2013 at 1:38 am
or event notification with service broker
July 5, 2013 at 1:58 am
Eh, why? Deadlocks are nothing to be alarmed of as long as they are only occasional. If you have a deadlock each and every minute, you have a problem, but then you don't want mail about it.
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply