How to Trace a Nested Stored Procedure Without Using Profiler
5 Comments
You’ve got a stored procedure that calls other stored procedures that build dynamic SQL that call other functions, and there’s so much calling going on that you would like to phone a friend. Your query plans look like piles of spaghetti, and when you zoom in, you just see more tiny piles of tiny spaghetti.…
Read More