Interview Questions

What is the recommended way to send mail from SQLAgent in SQL Server 2005?

Microsoft SQL Server FAQs


(Continued from previous question...)

What is the recommended way to send mail from SQLAgent in SQL Server 2005?

Answer: Database Mail

Explanation: You can use either Database Mail or SQLMail with SQL Agent in SQL Server 2005. However since SQLMail will be removed, it is recommended that you use Database Mail.

(Continued on next question...)

Other Interview Questions