Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Viewing the Error Log with SQL Server Management Studio  (Read 2957 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
Viewing the Error Log with SQL Server Management Studio
« on: August 23, 2014, 03:09:54 pm »
Use:

The error log is a central file where all important actions and error messages related to the SQL Server are recorded. The database administrator should examine the log every day. The following procedure describes how to view the error log with the Microsoft SQL Server Management Studio.

Procedure:

1. In the Microsoft SQL Server Management Studio, expand the SQL Server.

2. In the Object Explorer, expand Management → SQL Server Logs.

3. Choose the error log you want to see, for example the current log file. The date beside the log indicates when a log was changed the last time.

4. Double-click the log file or right-click on it and select View SQL Server Log. In the left-hand window, you see a list of all error logs.  In the right-hand window, you see the content of the selected files.


Thank you.......