Daily Checks Could include below
How do you identify and correct a SQL Server performance issue?
- Check for Failed processes
- Research Errors
- Validate disk space is not low
- validate none of the database are offline or corrupt
- perform database maintenance as available to do so
How do you identify and correct a SQL Server performance issue?
- Identification- use native tools like profiler, perfmon, system stored procedures, DMVs, Custom stored procedures or third party tools
- Analysis- Analyze the data to determine the core problems
- Testing- test the various options to ensure they perform better and do not cause worse performance in other portions of the application
- Knowledge sharing- share your experience with the team to ensure they understand the problem and solution, so the issue does not occur again
- Additional information - MSSQLTips.com, category: performance Tuning and Query Optimization
No comments:
Post a Comment