5 pts.
 eMail SQL Server Logs
I'm new to SQL Server Management Studio...... Is it possible to set it up to eMail Server Logs to myself? Thanks!

Software/Hardware used:
ASKED: December 23, 2008  5:41 PM
UPDATED: December 23, 2008  10:49 PM

Answer Wiki:
You could setup a job to email the ERRORLOG file to yourself yes. Use the sp_send_dbmail procedure to send yourself an email. Not sure why you would want to, error logs are usually easier to read in SSMS, and most companies will block emails over a Meg or two and the errorlog can get very large.
Last Wiki Answer Submitted:  December 23, 2008  10:49 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _