简体   繁体   English

在Visual Studio 2008 Pro中调试存储过程

[英]Debugging stored procedures in Visual Studio 2008 Pro

I'm trying to setup debugging of stored procedures in VS 2008 Pro, when I right-click on the connection in the Server Explorer I don't see the Allow SQL CLR Debugging option at all. 我试图在VS 2008 Pro中设置存储过程的调试,当我在服务器资源管理器中的连接上单击鼠标右键时,根本看不到“ 允许SQL CLR调试”选项。 The SQL Server is remote and running the 2005 express edition, so I'm not sure if I have to enable something on the remote server itself. SQL Server是远程的,并且运行2005 Express Edition,因此我不确定是否必须在远程服务器本身上启用某些功能。 Any help is appreciated. 任何帮助表示赞赏。

UPDATE: 更新:

Followed instructions to setup Remote Debugging from this link: 按照以下说明从此链接设置“远程调试”:

http://msdn.microsoft.com/en-us/library/bt727f1t%28v=VS.90%29.aspx http://msdn.microsoft.com/zh-cn/library/bt727f1t%28v=VS.90%29.aspx

I still cannot get the option to step into a stored procedure when I right-click under the connection in Server Explorer. 右键单击服务器资源管理器中的连接下方时,仍然无法进入存储过程。

This tutorial looks promising, haven't tried it, but will experiment and mark this question as answered once I verify it working. 本教程看起来很有希望,还没有尝试过,但是一旦我确认它可以正常工作,就可以尝试并将此问题标记为已回答。

http://www.4guysfromrolla.com/articles/051607-1.aspx http://www.4guysfromrolla.com/articles/051607-1.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio中启用存储过程的调试? - How to enable debugging of stored procedures in visual studio? 在不使用SSMS 2008调试器或Visual Studio调试器的情况下调试存储过程(输出变量值?) - Debugging stored procedures, without using SSMS 2008 Debugger, or the Visual Studio debugger (output variable values?) 在 SQL Server Management Studio 中调试存储过程 - Debugging stored procedures in SQL Server Management Studio 无法在 Visual Studio Team System 2008 中调试 SQL Server 2005 存储过程 - Unable to debug SQL Server 2005 stored procedures in Visual Studio Team System 2008 在Visual Studio中管理SQL Server存储过程 - Manage SQL Server stored procedures in Visual Studio Visual Studio 2013 CLR存储过程 - Visual Studio 2013 CLR Stored Procedures 默认情况下,Visual Studio 2015数据库项目是否会删除项目中未存在的存储过程? - Will a Visual Studio 2015 database project by default drop stored procedures not in project? 在存储过程中调试查询 - Debugging queries inside stored procedures SQL Server 2005 SP 在远程主机上的 Visual Studio 2008 调试 - Visual Studio 2008 Debugging of SQL Server 2005 SP on Remote Host 将新的存储过程添加到现有的Visual Studio 2008数据库项目中 - Adding a new stored procedure to an existing Visual Studio 2008 database project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM