当前位置:  开发笔记 > 数据库 > 正文

调试MS SQL存储过程

如何解决《调试MSSQL存储过程》经验,为你挑选了0个好方法。

我有一个问题让存储过程调试在Visual Studio 2008的工作:当我开始调试,我在输出窗口获得这些成功消息,但是实际的存储过程窗口不显示.

Auto-attach to process '[1640] [SQL] stagsql' on machine 'stagsql' succeeded.
The thread 'stagsql [67]' (0xf80) has exited with code 0 (0x0).
The thread 'stagsql [67]' (0xf80) has exited with code 0 (0x0).
The thread 'stagsql [69]' (0x908) has exited with code 0 (0x0).
The thread 'stagsql [69]' (0x908) has exited with code 0 (0x0).
The thread 'stagsql [69]' (0x908) has exited with code 0 (0x0).
The thread 'stagsql [69]' (0x908) has exited with code 0 (0x0).
Running [dbo].[uspCGetXYZ] ( @nLieferantId = 161616, @nStrukturId = -1, @nPageIndex = 1, @nPageSize = 16, @sSortColumn = arLangname, @nSortAscending = 1 ).

Visual Studio进入"调试模式"但该过程根本没有显示.

我做的步骤:

在项目设置中启用SQL调试

在服务器资源管理器中打开SQL连接

在连接上启用CLR/SQL调试程序

右键单击该过程并选择"步入存储过程"

或者,我试图打开程序并在那里设置一个断点,但没有帮助.

有任何想法吗?如上所述,连接存在,但Visual Studio无法打开过程代码.

推荐阅读
k78283381
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有