Paul Warwick's Library tagged → View Popular
04 Jul 08
Setting Up Alerts for All SQL Server Agent Jobs
-
sp_update_job
GO
DECLARE @operator varchar(50)
SET @operator = 'SQLalerts'
SELECT 'EXEC msdb.dbo.sp_update_job @job_ID = ''' + convert(varchar(50),job_id) + ''' ,@notify_level_email = 2, @notify_email_operator_name = ''' + @operator + '''' FROM sysjobs
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in sql
Related Lists on Diigo
-
OracleDBA
List for all things related...
Items: 31 | Visits: 68
Created by: Jason Williams
-
eBooks Space for download FREE!!
Many eBooks files Space for...
Items: 1 | Visits: 72
Created by: Kim So Hee
-
SQL Injection Cheat Sheets
SQL Injection Cheat Sheets
Items: 13 | Visits: 77
Created by: F M
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
