How to change location of errorlog in SQL?
Answer Posted / sneha daultani
By default SQL Server ERRORLOG is stored in "C:Program FilesMicrosoft SQL ServerInstanceFolderMSSQLLog" folder. The ERRORLOG location is configured as a startup parameter for SQL Server Service.
To change the location of ERRORLOG you need to modify the startup parameter -e.
Restart SQL Server Service to apply changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is self join in sql server joins?
What is meant by datasource?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
State a few properties of relational databases?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
Explain the properties of a relational table?
How to select an exiting database using mssql_select_db()?
How to disable stored procedure sql server?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
What are the benefits and tasks of object explorer? : sql server management studio
What are exact numeric data types in ms sql server?
How many tables can be joined in SQL Server?
Explain the creation and execution of a user-defined function in the sql server?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
How to find which stored procedure is currently running in sql server?