Wednesday, December 14, 2005 - Posts

Reading SQL Server logs using stored procedures

While I was searching for a way to determine the backup status of SQL databases, I came across the following Stored Procedure: "sp_readerrorlog". However, it's not documented in the SQL Servers books online. After some googling, I decided to use Read More

Filed Under: