跨域SQL Server远程调试

发布于 2024-10-15 11:57:25 字数 328 浏览 5 评论 0原文

我在客户端计算机上运行 VS2008,并在位于不同域的远程数据库服务器上运行 SQL 2000。我能够通过远程桌面连接到远程计算机并使用查询分析器进行调试,但是当我远程尝试时它不起作用。我没有收到任何错误,当我尝试进入 sp 时它不会停止。

根据我所做的研究,客户端 PC 似乎正在尝试附加到远程计算机上的进程。然而,由于这是在另一个域上,VS 2008 使用的用户将无法通过远程计算机进行身份验证。

我相信这是可能的,但我的问题是我需要配置什么才能完成这项工作,或者是否需要任何其他软件来实现此目的。我已经尝试在数据库服务器上使用 VS 远程调试监视器,但不确定我是否用这个方法树错了。

谢谢

I'm running VS2008 on my client machine and I'm running SQL 2000 on the remote db server which is on a different domain. I am able to remote desktop to the remote computer and use query analyser to debug, however it doesn't work when I try it remotely. I don't get any errors and when I try and step into the sp it doesn't halt.

From the research I have done it looks like the client PC is trying to attach to a process on the remote machine. However since this is on an another domain the user that VS 2008 uses won't be able to authenticate with the remote machine.

I believe this possible but my question is what do I need to configure to make this work, or is there any additional software that I require for this. I've tried using the VS Remote debugging monitor on the db server, but not sure whether I'm barking up the wrong tree with this.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一笔一画续写前缘 2024-10-22 11:57:25

知识库文章 INF:Transact-SQL 调试器 SQL 的限制和故障排除提示Server 2000 可能仍然相关/有帮助(尽管显然,他们已经修复了第一个提到的有关终端服务/远程桌面的限制)

The knowledgebase article INF: Transact-SQL Debugger Limitations and Troubleshooting Tips for SQL Server 2000 may still be relevant/helpful (although obviously, they've fixed the first mentioned limitation concerning terminal services/remote desktop)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文