Home · Blog

SQL Server & Azure SQL — dependency intelligence

Practical guides for DBAs, data engineers, and architects working with SQL Server, Azure SQL, Synapse, and Microsoft Fabric.

Migration

SQL Server 2016 end of support: map your dependencies before you migrate

SQL Server 2016 hit end of support on July 14, 2026. Before you move to Azure SQL or SQL MI, you need to know which stored procedures, views, and functions call each other — and which objects are the highest-risk to touch.

July 18, 2026 · 6 min read
Read article →
SQL Server internals

sys.sql_expression_dependencies: the catalog view most SQL Server teams overlook

SQL Server has been tracking the full object call graph the entire time your database has been running. Stored procedures, views, functions, cross-database references — all of it. Most teams only discover this when something breaks.

July 18, 2026 · 8 min read
Read article →
Microsoft Fabric

SQL Server to Microsoft Fabric: why dependency mapping comes first

Before you migrate a legacy SQL Server warehouse to Microsoft Fabric or Azure Synapse, you need to answer a harder question than "which workload goes first" — you need to know what each workload depends on.

July 18, 2026 · 5 min read
Read article →
SQL Server internals

How to find every dependency of a SQL Server table (before you change it)

The four catalog sources that together reveal a table's full dependency footprint — expression dependencies, the DMVs, foreign keys, triggers — with copy-paste queries and the blind spots that bite during migrations.

July 2026 · 8 min read
Read article →