New Search

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

18 search results for: management view

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.

2

Clustered Index vs Heap

What is a heap? Heap was actually named pretty accurately. It is a “pile” of unsorted/unorganized data. A heap will exist on any table that lacks a clustered index. Heaps can exist even if you have a non clustered indexes. The main advantage to a heap is the speed at which you can insert data […]

8

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

Here is some news, videos, tips, and links the Procure SQL team would like to share! Procure SQL made it out to their first trade show of 2024! Justin, Kon and John were at SQL Saturday Atlanta BI on February 10th. Justin Cunningham gave a talk on Data Catalog: Visualizing Your Data Sprawl. John Sterrett […]

9

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

Here are some videos, tips, and exciting links the Procure SQL team would like to share! MLB’s Databases Have you ever wondered about what MLB teams name their databases? We like “the fish bag,” “ground control,” and “MITT.” What is your favorite one? Cloud Failures Most cloud failures are traced back to human mistakes. Have […]