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.

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 · 8 min read

How to Find SQL Agent Tasks and Schedules

Query SQL Server Agent jobs and schedules directly from msdb using a single T-SQL script. Identify overlapping jobs, disabled tasks and performance issues fast.

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 →
15 May 2018 · 4 min read

How to update DB File Growth Settings for ALL Databases at the same time

Running with SQL Server's default autogrowth settings is quietly hurting your performance. Learn how to bulk-update file growth settings across all databases using a single T-SQL script.

Read article →
15 May 2018 · 5 min read

How to Find the Up-Time of a SQL Server Instance

Learn how to find SQL Server instance uptime with a simple T-SQL query and why it matters for accurate DMV data, wait statistics analysis, and detecting unexpected restarts.

Read article →
15 May 2018 · 6 min read

How to Fix Very Large MSDB Database

A bloated MSDB database can cause maintenance jobs to fail and monitoring alerts to fire. Learn how to identify the cause and fix it safely.

Read article →
15 May 2018 · 6 min read

How Healthy is your SQL Server?

## Is Your SQL Server Actually Healthy? Most SQL Server environments have at least one serious problem, and the people responsible for them don't know it yet....

Read article →
15 May 2018 · 6 min read

Surround Yourself with Smart People

The most effective organisations know the limits of their own knowledge and bring in the right expertise at the right time. Here is why that matters for your database environment.

Read article →
14 May 2018 · 6 min read

Reasons Given for NOT Hiring an External DBA − And Why You Should Reconsider

Many Australian businesses hesitate to hire an external DBA for the wrong reasons. Here's why the most common objections don't hold up under scrutiny.

Read article →
14 May 2018 · 6 min read

When’s the Last Time you Serviced your SQL Servers?

Most SQL Server problems build quietly over months before anything breaks. Find out what regular maintenance covers and why your environment needs it.

Read article →
← Previous Page 10 of 11 Next →

SQL Server insights, monthly.

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