Reads and checks the Instance error log file by using the sp_readerrorlog stored procedure.
Long description:
The sp_readerrorlog stored procedure allows to read the contents of the SQL Server error log file. This procedure checks for errors defined by the ‘error text’ parameter.
Post your comment on this topic.