Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmasl committed Mar 13, 2019
1 parent 381fca9 commit c3284ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mining-PlanCache/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exploring the Plan Cache

Microsoft provides a type of service related to performnace troubleshooting called a SQL Performance Tuning and Optimization Clinic. This is directed at finding and resolving issues with your server configuration, database design and/or T-SQL coding from a performance standpoint, right there in your workplace. In this scope, it makes sense to explore what’s going on with your cached plans, for one, especially for SQL Server versions where the Query Store is not available.
Most of the queries below are also part of the Performance and Best Practices Check (http://aka.ms/BPCheck). It may make sense to explore what’s going on with your cached plans, especially for SQL Server versions where the Query Store is not available.

Fixing performance issues by having a proper database design, indexing and well written code is not only better but also much less expensive that upgrading your servers hardware, as a way to minimize performance issues.

Expand Down

0 comments on commit c3284ac

Please sign in to comment.