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

后端 未结 3 1699
无人及你
无人及你 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:16

    can you check if you meet the requirements of this article? it works for me.

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-02-08 18:27

    Once I disabled the firewall on both client and server, it worked.

    0 讨论(0)
提交回复
热议问题