Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 DMV

Author  Topic 

kbk
Starting Member

34 Posts

Posted - 2009-05-01 : 13:32:48
Is there any DMV to find the details of SMTP server before configuring dbmail?

PVK

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-05-01 : 13:45:26
There system views for email status and other details:

[url]ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/ab8728e0-803f-4b6f-b66f-9880ec37a49e.htm[/url]

And there are system procedures for configuration:

[url]ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/3bdb0e6d-9d09-465e-9a3f-7a8ccd53aca8.htm[/url]
Go to Top of Page
   

- Advertisement -