如何远程调试同一域内的存储过程?
要从 VS 2005 中成功远程调试存储过程 (SQL Server 2005) 需要执行哪些步骤?
客户端和服务器计算机都位于同一域中。 我从来没有这样做过,所以一步一步的指导将不胜感激。
What are the steps needed to successfully be able to remotely debug a stored procedure (SQL Server 2005) from within VS 2005?
Both client and server machines are on the same domain. I have never done this so step by step instructions would greatly be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好问题! 如果我没记错的话,我认为在 SQL Management Studio 内部不再可能进行调试(就像在 SQL Server 2000、Enterprise Studio 时代那样)。
在 Visual Studio 2005 中远程调试 MS SQL 存储过程的说明
调试愉快!
Great Question! If I'm not mistaken I don't think debugging is possible inside of SQL Management Studio anymore (as it was back in the SQL Server 2000, Enterprise Studio days).
Instructions to Remote Debug MS SQL Stored Procedures within Visual Studio 2005
Happy Debugging!
SQL 具体
VS2005 总体情况
SQL Specifically
VS2005 in general