Results 1 to 4 of 4

Thread: SQL Server Alert System: error 1205

  1. #1
    Join Date
    Mar 2003
    Location
    Brighton, UK
    Posts
    8

    Question SQL Server Alert System: error 1205

    I'm trying to set up a SQL Alert to notify me when deadlocks are experienced on our servers.

    I've set one up on a SQL2000 instance which works fine; when I generate a deadlock, the alert registers the occurance of the error and fires off an email.

    I've set up the same alert on a SQL7 instance which does not register the occurance of the error nor sends the notification email.

    Both alerts are identical, as are the scripts i'm using to generate a deadlock.

    Any help in diagnosing this problem would be very much appreciated.

    Thanks.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Does sql agent running on sql7 server?

  3. #3
    Join Date
    Mar 2003
    Location
    Brighton, UK
    Posts
    8
    Yes, SQL Server Agent is up and running on the SQL 7 instance.

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Make sure the account used for sql server agent has access.

    if not the job will not run.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •