The blog covers about SQL Server error log files where they reside on the system. It will help those users who are not aware of the error log file.
SQL Server maintains its error events and information about error logs in the error log file. The description related to errors in the Server is saved into this file. Messages related to error events are also saved in this file.You can find the location of SQL Log file by performing following steps in SQL Server Management Studio:
- In your SSMS query window run the command sp_readerrorlog
- Red marked rectangle area is the current ERRORLOG file
You will get output like as below:
Method-2:“Sometimes due to internal server errors or improper synchronization of the database, you won’t be able to connect your SQL Server Services. However, you don’t need to worry; here is another option with which you can see your log files".
Hence, you will find the location of the SQL Server Error Log File.
Conclusion
The blog discusses different methods through which SQL Server user can easily find out the location of the error log files in local system.You can find out with SSMS and with Configuration tool which I have explained in pictorial representation.
EmoticonEmoticon