|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 11:42 AM
Points: 1,654,
Visits: 8,563
|
|
Hi,
How we can detect whether Database mail is enabled or not using tsql commands rather than checking it under surface area configuration?
MJ
|
|
|
|
|
SSChasing Mays
      
Group: General Forum Members
Last Login: Friday, April 12, 2013 12:23 PM
Points: 606,
Visits: 587
|
|
Try this:
EXECUTE msdb.dbo.sysmail_help_status_sp ;
Hope this helps.
|
|
|
|