Turbocharge Your Azure SQL VM with Constrained vCores

Discover how constrained vCores for Azure SQL VMs can optimize your costs and righsize your database workloads, without sacrificing performance.

Read more

SQL Server Partitioning vs MongoDB Sharding for Very Large Databases

Comparing SQL Server table partitioning and MongoDB sharding strategies for optimizing query performance on very large multi-terabyte databases.

Read more

The Perils of Massive Clustered Indexes on SQL Server with Limited RAM

Discover the performance risks of using multi-terabyte clustered indexes on SQL Server with only 256GB RAM and learn how to mitigate them.

Read more

Supercharge Your SQL Server Queries with Filtered Indexes, Indexed Views, and Indexed Computed Columns

Discover how filtered indexes, indexed views, and indexed computed columns can significantly boost your SQL Server query performance.

Read more

Unlocking the Power of LAST_QUERY_PLAN_STATS in SQL Server

Discover how LAST_QUERY_PLAN_STATS in SQL Server can help you optimize query performance. Learn what it is and how to enable it.

Read more

Optimizing a Large SQL Server Table with a Better Primary Key

Learn how to efficiently optimize a large 10 TB SQL Server table by replacing a uniqueidentifier clustered primary key with a bigint identity column.

Read more

Optimizing Column Order for Non-Clustered Columnstore Indexes in SQL Server

Learn how to determine the optimal column order when creating a non-clustered columnstore index in SQL Server for improved query performance.

Read more

Converting Nonclustered Primary Keys

Learn how adding clustered indexes or rebuilding PKs as clustered can improve SQL Server query performance, along with potential drawbacks and best practices.

Read more

Table Partitioning vs. Partitioned Views

Discover how table partitioning and partitioned views in SQL Server can optimize database performance.

Read more

When to Manually Create Statistics Without Indexes

Discover when to manually create statistics without indexes in SQL Server for optimized query performance. Learn practical T-SQL examples and best practices.

Read more