SQL Query Analyzer had a neat debug facility for Stored Procedures in SQL 2000. It went missing in SSMS 2005 but at least we could use the Visual Studio debug facility for both .NET and Transact-SQL ...
Entity Framework 6 gives you a variety of ways to call stored procedures that return data and capture the results those procedures return. Here's a look at all of them. In an earlier column, I showed ...