How do I change the path for the default trace in SQL Server? Can this be done with SQL Management Studio or do I have to use sp_configure
Thanks
How do I change the path for the default trace in SQL Server? Can this be done with SQL Management Studio or do I have to use sp_configure
Thanks
The Default Trace is located in the same folder as the SQL Server Error Log.
In order to move the location of the default trace, you also need to move the SQL Server Error Log.
You can find instructions on how to do this in the following article: