Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Nakul Vachhrajani is a Technical Specialist & Systems development professional with iGATE. He holds a MCTS (SQL Server 2008: Implementation & Maintenance)
Browse by Tags · View All
#SQLServer 241
SQL Server 240
Administration 207
DBA 196
Tips 185
Development 185
T-SQL 180
#TSQL 178
Guidance 122
Tools and Utilities 112

Archive · View All
April 2011 14
March 2012 11
December 2011 11
March 2011 11
December 2012 10
October 2011 10
January 2011 10
January 2013 9
November 2012 9
October 2012 9

#0147 – SQL Server – Changing the number of SQL Server Error log files before they are recycled

Mar 28 2012 6:30PM by Nakul Vachhrajani   

Today’s post is a short and simple one. No system is error free. The key is in providing easy and efficient mechanisms to capture these errors and enabling the users of the system to extract meaningful information from these error logs.

Microsoft SQL Server logs certain system events and user-defined events to both - the SQL Server error log and the Microsoft Windows application log. Here is what MSDN has to say about SQL Server error logs:

View the SQL Server error log to ensure that processes have completed successfully (for example, backup and restore operations, batch commands, or other scripts and processes). This can be helpful to detect any current or potential problem areas, including automatic recovery messages (particularly if an instance of SQL Server has been stopped and restarted), kernel messages, or other server-level error messages.

Every time the SQL Server instance is started, a new SQL Server error log is created. The default number of logs that the SQL Server will collect before recycling the logs is 6. A user can customize the Error log limit from SSMS by following the steps outlined below:

  1. In the Object Explorer, expand the SQL Server instance node
  2. Expand Management and navigate to SQL Server Logs
  3. image
  4. Right-click SQL Server Logs and click “configure”
  5. Only 2 options are available:
    • Limit the number of the error log files before they are recycled
      • Check to limit the number of error logs created before they are recycled. A new error log is created each time an instance of SQL Server is started
      • SQL Server retains backups of the previous six logs, unless you check this option, and specify a different maximum number of error log files below
    • Maximum number of error log files
      • Specify the maximum number of error log files created before they are recycled
      • The default is 6, which is the number of previous backup logs SQL Server retains before recycling them
      • The user can specify a maximum log file count of 99
  6. image

References:

Until we meet next time,

Be courteous. Drive responsibly.

Tweet to @nakulv_sql

Tags: 


Nakul Vachhrajani
4 · 33% · 10680
5
 
0
Lifesaver
 
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

"#0147 – SQL Server – Changing the number of SQL Server Error log files before they are recycled" rated 5 out of 5 by 5 readers
#0147 – SQL Server – Changing the number of SQL Server Error log files before they are recycled , 5.0 out of 5 based on 5 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]