Adventures in SQL

Blogs

My first year on full disability, wow!

By

What a year … At the end of May 2024, I went on full...

Getting References for GenAI Results

By

I wrote an editorial on the view of GenAI tech from execs and someone...

SQL Server 2025 Is Here – AI Just Changed Everything!

By

🔟 Top 10 Features of SQL Server 2025 #SQLServer2025 #MicrosoftSQL #DatabaseUpdates #SQLAI #SQLFeatures #SQLServerCopilot #VectorSearch...

Read the latest Blogs

Forums

Managing Fabric Lakehouse objects with the new CLI: Data Engineering with Fabric

By John Miner

Comments posted to this topic are about the item Managing Fabric Lakehouse objects with...

IT Unionization

By Steve Jones - SSC Editor

Comments posted to this topic are about the item IT Unionization

How Many Nested Triggers?

By Steve Jones - SSC Editor

Comments posted to this topic are about the item How Many Nested Triggers?

Visit the forum

Question of the Day

How Many Nested Triggers?

I have DDL trigger code that I'm working on in SQL Server 2022, but I am concerned that we might end up with multiple triggers firing and the response to the user is delayed. If I want to check how many triggers have fired, or are nested, how can I do this in my code?

See possible answers