Debugging Stored Procedure in SQL Server 2008

后端 未结 5 1989
有刺的猬
有刺的猬 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条回答
  •  無奈伤痛
    2020-12-05 04:47

    One requirement for remote debugging is that the windows account used to run SSMS be part of the sysadmin role. See this MSDN link: http://msdn.microsoft.com/en-us/library/cc646024%28v=sql.105%29.aspx

提交回复
热议问题