paip.資料庫發郵件通知配置
作者attilax , email:[email protected]
建立了維護計畫--通知操作員,run,失敗..
檢視sql,execute msdb.dbo.sp_notify_operator @name=n'attilax',@subject=n'bek ok2',@body=n'bek ok body2'
run,說郵件配置檔案沒有...但是郵件已經配置了..
google,說agent設定alter,reboot agt....我試了,無效...
只好手工加上@profile_name='cfgc75',ok了...
execute msdb.dbo.sp_notify_operator @name=n'attilax',@subject=n'bek ok2',@body=n'bek ok body2',@profile_name='cfgc75'
--------------最後解決-----------
建立維護計畫--執行sql,execute msdb.dbo.sp_notify_operator @name=n'attilax',@subject=n'bek ok2',@body=n'bek ok body2',@profile_name='cfgc75'
不過,這樣,原來agt 作業配置的完成通知就無效了...那個只能通知乙個人...而sp_notify_operator可以多個人...
配置資料庫郵件
配置資料庫郵件,傳送郵件先要啟用資料庫郵件.可以從外圍應用配置器中啟用 見圖一 在sql server management studio中右擊資料庫郵件 配置資料庫郵件 見圖二 在 圖三 選擇通過執行以下任務來安裝資料庫郵件,在 圖四 指定乙個smtp賬號其中包括,賬號名 administrato...
配置資料庫郵件
配置資料庫郵件指令碼 1.開啟資料庫郵件 exec sp configure show advanced options 1 goreconfigure goexec sp configure database mail xps 1 goreconfigure go 2.建立郵件帳戶資訊 exec ...
資料庫郵件
直接發文字 exec msdb.dbo.sp send dbmail profile name zulin recipients 8711 gs4.comp body test subject 資料庫郵件測試 帶查詢結果 exec msdb.dbo.sp send dbmail profile na...