02 How to Debug Without the Debugger
App code developers are used to their development tool having a debugger – something that gives them the ability to step through code, one line at a time, examining the contents of things like variables and error levels. SQL Server Management Studio used to have a T-SQL debugger, but Microsoft has been gradually stepping away…
