Tag: sql server

SQL Server insights from 25+ years in the field

Performance tips, security advisories, health check findings, and industry analysis. Practical, technically accurate, no fluff.

15 May 2018 · 7 min read

SQL Server Migration Checklist

A comprehensive SQL Server migration checklist to ensure nothing gets left behind, from data files and logins to agent jobs and linked servers.

Read article →
15 May 2018 · 4 min read

How to Tune Maximum Degree of Parallelism (MAXDOP)

Getting MAXDOP wrong is one of the most common causes of SQL Server performance problems. Learn how to choose the right setting for your workload.

Read article →
15 May 2018 · 6 min read

SQL Server 2012 Encryption Key Hierarchy

SQL Server uses a layered key hierarchy to protect data at rest. Learn how each level works, why it matters for recovery, and how it supports compliance requirements.

Read article →
15 May 2018 · 6 min read

How to Find a Blocking Process

Blocking processes can cascade and cripple SQL Server performance within minutes. Learn how to find them quickly and act on what you find.

Read article →
15 May 2018 · 5 min read

Top Wait Types and Descriptions

Learn how to read SQL Server wait statistics and identify the wait types that actually matter, with inline descriptions built into the query result set.

Read article →
15 May 2018 · 5 min read

SQL Server Fixed Server-Level Roles

SQL Server includes 9 fixed server-level roles that are commonly misused. Learn what each role does and how to apply them correctly to protect your instance.

Read article →
15 May 2018 · 5 min read

How to Find Which Files Belong to Which SQL Database

Learn how to map SQL Server database files to their databases using a simple JOIN on sys.master_files and sys.databases, ordered by file size to spot problems fast.

Read article →
15 May 2018 · 6 min read

How to Find and Alert on Deadlock Conditions

Deadlocks can silently wreck application performance. Learn four practical methods to detect and alert on SQL Server deadlock conditions before they escalate.

Read article →
15 May 2018 · 6 min read

How to Drop and Recreate Foreign Key Constraints

Learn how to safely drop and recreate foreign key constraints in SQL Server using system catalogue views to generate precise ALTER TABLE scripts automatically.

Read article →
15 May 2018 · 5 min read

How to Check Fragmentation Level of a Database

Index fragmentation builds silently and drags down SQL Server performance over time. Learn how to check fragmentation levels and identify which indexes are worth acting on.

Read article →
15 May 2018 · 6 min read

How to Temporarily Disable Check Constraints and Database Triggers

Learn how to temporarily disable check constraints and triggers in SQL Server for bulk loads and migrations, and how to re-enable them safely without risking data integrity.

Read article →
15 May 2018 · 6 min read

How to Find Longest Running Queries

Learn how to find your longest running SQL Server queries using sys.dm_exec_query_stats, so you can identify the top resource consumers and fix performance problems fast.

Read article →
← Previous Page 6 of 7 Next →

SQL Server insights, monthly.

Performance tips, security advisories, and industry analysis. No fluff, no spam.