How to check SQL Server ERRORLOG location

4 Ways to Check SQL Server ERRORLOG Location You can check sql error log path in a few ways: 1. Use TSQL 2. Use SQL Configuration Manager 3. Use EventViewer 4. Registry 1. Using TSQL Find the sql server errorlog location setting: USE masterGOEXEC sys.xp_readerrorlog0, –Value of error log file you want to read: 0 = […]