Can't step into stored procedure on remote SQL Server 2008

后端 未结 3 1702
无人及你
无人及你 2021-02-08 17:41

I have a domain controller installed on virtual Windows Server 2008 x64.

SQL Server 2008 Express x64 is running on Windows Server 2008 x6

3条回答
  •  长情又很酷
    2021-02-08 18:20

    You have to enable remote debugging on the database. You could run the following to do that.

    %ProgramFiles%\Microsoft SQL Server\100\Shared\1033\rdbgsetup.exe

    Also, make sure you can connect to the remote SQLServer before you debug, since your logs point to a connection issue.

提交回复
热议问题