Debugging a SQL Server query with WinDbg

In my last blog posting I gave you a general introduction to WinDbg, and told you how you can attach the debugger to SQL Server. In today’s blog posting, we will go into a little more detail, and I will show you the steps you need to live debug a SQL Server query with WinDbg. …

Debugging a SQL Server query with WinDbg + read more