Search SQL Error Log Script

This script creates an sp that can be used to search the SQL Error Log for a user specified search criteria. This can be very handy when trying to find a particular problem in very large SQL Error Logs.

The procedure

  • Reads the registry to determine where Your SQL install exists so that you do not have to tell it where your SQL Error Logs reside;
  • Accept a log number variable for searching offline error logs;
  • Tells you if it does not find anything in the error log for the search criteria you specified.

The script has been tested on SQL 7.0 and 2000. It should work in SQL 6.5 if the registry entries are the same, but the script has not been tested on this version of SQL Server. If it does not work on v6.5, either modify the registry call so that it is looking in the right place for the DataRoot Key or hard code the SQL Error Log Path.

It’s recommened that this script be put in the Master db because it calls the xp_cmdshell extended stored procedure.

Author: Phillip Snipes

Download Script:
sp_error.sql



Disclaimer:
We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…

Disclaimer Continued

Back to Database Journal Home

Get the Free Newsletter!

Subscribe to Cloud Insider for top news, trends & analysis

Latest Articles