New Search

If you are not happy with the results below please do another search

18 search results for: Query Store

1

Query Store 101

Today I heard a great analogy, and it inspired this post. Execution plans are like flight plans, there are multiple flight paths that can be taken to get from where you are to your ultimate destination. Some plans are more efficient than others, and we want to use those whenever possible. How can I make […]

The post Query Store 101 appeared first on dbWonderKid.

5

Does Automation Kill the DBA “Store”?

  In my opinion, automation will enhance DBAs.  It will allow DBAs to provide more value to the business.  Good DBAs will be fine.   If you are a DBA with ten years of DBA experience who just repeats year one ten times, this might be a different story for a different blog post.  Therefore, automation enhances […]

6

Procure SQL’s Weekly Digest – February 21, 2024!

Here are some news, videos, tips, and links the Procure SQL team would like to share! Near Zero Downtime Migrations Near zero downtime migrations are why Azure SQL Databases can be a subscriber for transactional replication. Habits of Effective Data Leaders How many of these seven effective habits do you see at your job? AI Coming […]

7

SQL Server 2022 What is New?

SQL Server 2022 was announced yesterday at Microsoft’s Ignite Conference. Here are some of the items that caught our attention. This includes SQL Server 2022 Announcements and other announcements around the Microsoft Data Platform. SQL Server 2022 First Thoughts The following is a summary of some of my favorite announcements with some initial thoughts. Bi-directional […]

8

SQL Server Implicit Conversions Matter!

While not all implicit conversions are equal implicit conversions matter. For example, just this week I ran into a trivial code change that caused some severe regression in performance. One simple filter change caused a query to consume 227 million reads compared to 212 reads. What did the filter do? Well, it forced an implicit […]

10

SQL Server 2019 Resources

Automatic Tuning: Scalar Functions with SQL Server 2019 Learn how SQL Server 2019 automatically makes your scalar functions run faster by converting row by row processing to set based processing without any code changes. The Silent Performance Killer: Scalar Functions vs Table Value Functions Learn how scalar functions cause row by row processing which causes […]