By Hally | Last Updated
Generally, the default directory of ErrorLog file is location you install SQL Server. But if you don't want to save ErrorLog file there, you can change it and save ErrorLog files in other folder or hard drive.
1. Open SQL Server Configuration Manager. And double-click SQL Server instance.
2. In SQL Server instance Properties window, tab Advanced and you can see Dump Directory.
Now the dump directory is the location where all logs save. If you want to change ErrorLog file location, you have to change dump directory. Paste new location instead of default location in Dump Directory parameter box.
3. Click Apply and OK to save changes.
Now SQL Server ErrorLog file location has been changed successfully. When SQL Server runs next time, all errors will be recorded in new location.
Related Articles: