DBAs - Do you know all the log files?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
SQL Server stores vital error and performance information in several different logs. You should be aware of all of them:
- SQL Server Error Logs
- Configure how many you want to keep
- You should Back up your SQL Server error logs with your other scripts
- Sp_cycle_errorlog
- SQL Server Agent Error Log
- Recycles after every service restart
- Job History Logs
- Agent properties, Job System tab
- Probably too low by default
- DBMaint history logs
- (Event Viewer) - Issues