Tag Archives: Stored Procedure

Debug a Stored Procedure in Visual Studio

To debug a stored procedure (sproc) in Visual Studio follow the below steps Start Visual Studio and then create a new SQL Server project (File > New > Project > Database Projects) In the dialog box, select the database (in this example the NORTHWIND database) and click Yes to create the project. Add a  new [...]

Read more