Troubleshooting SQL server performance problems

How to resolve SQL server blocking issues that cause performance issues for your SPAS server

The following article from Microsoft's website provides a comprehensive guide on how to address and resolve blocking issues in SQL Server's database engine for enhanced performance. It offers valuable insights into effectively identifying and diagnosing blocking problems within a SQL Server environment. The article covers essential topics such as the causes of blocking, utilizing system views to detect it, and practical steps to resolve blocking including optimizing queries, implementing proper indexing, and adjusting transaction isolation levels. It also emphasizes the significance of continuous monitoring and regular maintenance to prevent future blocking incidents and maintain optimal database performance.

Microsoft Article on SQL Server Blocking

In addition, you have the option to use SQL Server scripts located in the SPAS DatabaseUtil folder. These scripts allow you to regularly rebuild database indexes and remove outdated audit log entries, resulting in improved system performance. By utilizing these scripts, you can conveniently optimize your database's performance and ensure its efficiency over time.

If you continue to experience performance issues even after going through the Microsoft Article, we recommend opening a ticket with our technical support team. They are available to assist you and provide further guidance.