SQL Server Error Log

Posted by sladescross on February 14, 2011

http://www.sqlservercentral.com/articles/Administration/72162/

Create a database and table to hold all the data from current ERROR.LOG
Truncate table and upload the current ERROR.LOG
Execute T-SQL script to analyze the data and produce an output with only error type information

DECLARE @SQLCmd... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.