Articles tagged Server Error Logs

14 April 2010
14 April 2010

Consolidating SQL Server Error Logs from Multiple Instances Using SSIS

0
40
SQL Server hides a lot of very useful information in its error log files. Unfortunately, the process of hunting through all these logs, file-by-file, server-by-server, can cause a problem. Rodney Landrum offers a solution which will allow you to pull error log records from multiple servers into a central database, for analysis and reporting with T-SQL.… Read more