posted on Thursday, July 21, 2005 5:12 AM
by
WhoIsKb
Stored Procedure Debugging
Yesterday I saw that one of my co-workers was connecting to SQL Server through Visual Studio and figured I would give it a try. Normally I use query analyzer but I liked the idea of working with Sql Server within Visual Studio, but forgot you can do that. As I was writing some stored procs and playing around with some data, I noticed an option on the context menu, "Step Into Stored Procedure" which allows you to debug and walk through stored procudures. So I gave it a whirl, and man will this be a huge time saver. You have all your normal debug windows available such as watches and auto so you can look at variables, which is a lot better than the print statements I used to use.