SQL Server Logs

  • To be clear I do not mean transaction logs for the database.

    How to I adjust the size of the SQL Server logs? (The ones in Enterprise Manager, under the Management node of the tree) Right now, they are too big and take too long to access.

    Thanks!

    Chris.

    Chris.

  • sp_cycle_errorlog will close the current error log and open a new one without restarting SQL Server. See "sp_cycle_errorlog" in BOL.

    Greg

    Greg

  • If you right click on your SQL Server Logs and select "Configure", you can specify how many logs to keep. Then, just setup a job to run sp_cycle_errorlog every few hours. This should keep the logs down to a managable size.

    Jarret

  • see also http://qa.sqlservercentral.com/scripts/contributions/946.asp

    Francis

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply