圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)

<!-- [if !mso]> <mce:style><!-- v/:* {behavior:url(#default#VML);} o/:* {behavior:url(#default#VML);} w/:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} --> <!-- [endif]--><!-- [if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery> <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:SpaceForUL/> <w:BalanceSingleByteDoubleByteWidth/> <w:DoNotLeaveBackslashAlone/> <w:ULTrailSpace/> <w:DoNotExpandShiftReturn/> <w:AdjustLineHeightInTable/> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:UseFELayout/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!-- [if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!-- [if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning/> <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery> <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:SpaceForUL/> <w:BalanceSingleByteDoubleByteWidth/> <w:DoNotLeaveBackslashAlone/> <w:ULTrailSpace/> <w:DoNotExpandShiftReturn/> <w:AdjustLineHeightInTable/> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> <w:DontGrowAutofit/> <w:UseFELayout/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!-- [if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!-- [if gte mso 10]> <mce:style><!-- /* Style Definitions */ table.MsoNormalTable {mso-style-name:表格內文; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} --> <!-- [endif]-->

在MS SQL 2005 SP3環境下測試

一、登陸自己的郵件以[email protected]為例,設置啟用POP3/SMTP服務


圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第1张图片

二、在程序— Microsoft SQL Server 2005 SQL Server 介面區組態—功能界面

SQL2005DE 實例為例,啟用Datamail功能


圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第2张图片 三、配置 Database Mail
在企業管理器—管理— Database Mail
1步:

圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第3张图片

2步:

圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第4张图片

3步:

圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第5张图片

點下一步。。。。完成。

四、返回到 企業管理器—管理—Database Mail—右健


測試發送郵件
圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第6张图片

登陸郵箱查看一下郵件,測試成功時,操作下一步。


五、在企業管理器—SQL Server Agent—操作員

新增操作員:Roy

輸入接收郵件的郵箱地址:[email protected]

圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第7张图片

六、在企業管理器—SQL Server Agent—作業
在Error作業上—右健—屬性—通知(選擇事件:當作業成功時發送 )

圖文教你怎樣配置Database Mail+JOB(MS_SQL2005以上版本)_第8张图片

運行一下作業后,大功告成。快登陸郵箱查看發送結果吧。哈哈

你可能感兴趣的:(database)