August 31, 2005 at 8:50 am
This is similar to this post
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=215490
Is this a secret double life?
August 31, 2005 at 8:57 am
don't need trace flag 3605, just need 1204
Try this to set the alert up:
EXEC dbo.sp_add_alert 'Error 1205 - Deadlock detected', 1205, 0, 1, 60, NULL, 5
EXEC dbo.sp_add_notification 'Error 1205 - Deadlock detected', 'whoever', 5
This works for me...
August 31, 2005 at 12:37 pm
Thanks so much guys!
The restart definitely resolved the problem. A restart is usually not an option in my shop unless to resolve a problem even with dev/test servers =(.
April 9, 2014 at 3:09 pm
confirm these, hope this will help
1. DBCC TRACESTATUS
2. Go to sql agent properties\ Alert System and Enable mail profile
Viewing 4 posts - 16 through 19 (of 19 total)
You must be logged in to reply to this topic. Login to reply