Debugging Stored Procedure in SQL Server 2008

后端 未结 5 2000
有刺的猬
有刺的猬 2020-12-05 04:21

Is there any way to debug a stored procedure on SQL Server 2008?

I have access to use SQL Server Management Studio 2008 and Visual Studio 2008 (not sure whether eit

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-05 05:04

    Yes you can (provided you have at least the professional version of visual studio), although it requires a little setting up once you've done this it's not much different from debugging code. MSDN has a basic walkthrough.

提交回复
热议问题