Is it possible to invoke a sql agent job based on an alert? I'm am trying to start a job if the current response time is greater than a particular threshold.
Thanks
How do you usually invoke this sql agent job? Can you execute if from the command line or from a vbscript? If so they you could setup an advanced alert trigger action to run your job when a node response time is greater some value. You set this up in the Advanced Alert Manager.
Why not use the 'External Application' alert action to call osql to run the stored procedure?
Isn't that what I just said? Madness I tell you!