How to debug SQL Server T-SQL in Visual Studio 2012

前端 未结 4 676
日久生厌
日久生厌 2020-12-09 18:02

How does one debug a T-SQL stored procedure in a multi-tier application in Visual Studio 2012?

To be clear, I want to set a breakpoint in a sproc in VS 2012, and hi

4条回答
  •  自闭症患者
    2020-12-09 18:55

    The following in detail article explains exactly how to enable debugging of a Stored Procedure when a .Net application is executed.

    http://www.sqlmag.com/content1/topic/debugging-stored-procedures-142054/catpath/sql-server

提交回复
热议问题