Blog

SQL Server insights from 25+ years in the field

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

16 May 2018 · 6 min read

How to Split a Database Across Multiple Files / Disks

Splitting a SQL Server database across multiple files and disks reduces I/O contention and improves throughput. Learn two practical methods using filegroups.

Read article →
16 May 2018 · 6 min read

How to Manually Remove Log Shipping

When SSMS cannot remove log shipping, you need to call the system stored procedures directly. Learn the correct order to clean up orphaned log shipping metadata safely.

Read article →
15 May 2018 · 6 min read

Script: Query Full Table Scans via the Search Cached Plans’ DMV

Use SQL Server's plan cache DMVs to surface full table scans, missing indexes, and columns with no statistics without running a trace or waiting for an incident.

Read article →
15 May 2018 · 6 min read

Identify Performance Bottlenecks with SQL 2005 and 2008 Perfmon Counters

Identify exactly where your SQL Server is struggling using the Perfmon counters experienced DBAs rely on first for memory, disk, locking and CPU diagnostics.

Read article →
15 May 2018 · 6 min read

Uncover Missing Indexes with DMV

Learn how to use SQL Server's missing index DMVs to identify index gaps that are quietly draining CPU and I/O from your production environment.

Read article →
15 May 2018 · 6 min read

How to Fix Orphaned Users on an SQL Server

Orphaned users are one of the most common issues after SQL Server migrations and restores. Learn how to identify and fix them before they break production access.

Read article →
15 May 2018 · 6 min read

How to Find SQL Logins with NO Database Mappings

Orphaned SQL Server logins with no database mappings are a hidden security risk. Learn how to find and review them as part of your SQL Server security audit.

Read article →
15 May 2018 · 6 min read

How to Grant Read-Only Access to Activity Monitors

Learn how to grant read-only Activity Monitor access in SQL Server using VIEW SERVER STATE, without handing over sysadmin rights.

Read article →
15 May 2018 · 6 min read

Be Mindful of Deprecated Features in SQL Servers

Relying on deprecated SQL Server features is one of the fastest ways to turn a planned migration into an emergency. Learn how to audit and address them before you upgrade.

Read article →
15 May 2018 · 5 min read

Recompile All SQL Server Stored Procedures with this Script

Recompile all stored procedures in a SQL Server database with a single script. Refresh stale execution plans after schema or statistics changes without dropping any objects.

Read article →
15 May 2018 · 5 min read

Find the SQL Server Product Key with the Right Script

Retrieve your SQL Server product key directly from the Windows registry using xp_regread. A reliable method for licence audits, migrations and disaster recovery.

Read article →
15 May 2018 · 6 min read

How to Resolve an Agent XPs Disabled Error

Seeing an Agent XPs disabled error in SQL Server Management Studio? Learn how to enable Agent XPs using sp_configure and get SQL Server Agent running again.

Read article →
← Previous Page 6 of 11 Next →

SQL Server insights, monthly.

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