SQL Server Error Log
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]
Submit a review:
Login required.