由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - SQL debug step into a store procedure from another one (转载)
相关主题
大家不觉得这篇文章很有道理么?未来语言的趋势?这样的deadlock如何debug?
问个问题,关于gdb的visual studio 2010 release mode 问题
How to avoid getting "has encountered a problem and needs to close" windowdebug error unable to automatically step into the server in (转载)
VS里debug不work求教!how to debug mpi?
how to turn off "ActiveX Control Test Container"?能否给些讲debug经验的文章和书籍 (转载)
只有executable能debug吗?一个debug的问题
mysql debugging 真麻烦不同compiler速度可以差很远吗?
工作求建议After build,how to run the program on visual C# 2008
相关话题的讨论汇总
话题: sql话题: store话题: procedure话题: procedure1话题: step
进入Programming版参与讨论
1 (共1页)
l******9
发帖数: 579
1
【 以下文字转载自 Quant 讨论区 】
发信人: light009 (light009), 信区: Quant
标 题: SQL debug step into a store procedure from another one
发信站: BBS 未名空间站 (Mon Jun 30 11:04:12 2014, 美东)
I have to debug a store procedure on SQL server 2008 R2 on Microsoft sql
studio.
In my SQL query, I have to call two store procedures :
EXEC @return_value = [my_database].[dbo].[store_procedure1]
in [my_database].[dbo].[store_procedure1], I need to call another procedure:
execute @return_status = store_procedure2
in debugging mode of SQL server management studio, I can step into [store_
procedure1] but, I cannot step into [store_procedure2].
Any help would be appreciated.
1 (共1页)
进入Programming版参与讨论
相关主题
After build,how to run the program on visual C# 2008how to turn off "ActiveX Control Test Container"?
问个超简单的C问题只有executable能debug吗?
C++现在写起来真舒服啊mysql debugging 真麻烦
请教:how to call a COM object in a stored procedure? (转载)工作求建议
大家不觉得这篇文章很有道理么?未来语言的趋势?这样的deadlock如何debug?
问个问题,关于gdb的visual studio 2010 release mode 问题
How to avoid getting "has encountered a problem and needs to close" windowdebug error unable to automatically step into the server in (转载)
VS里debug不work求教!how to debug mpi?
相关话题的讨论汇总
话题: sql话题: store话题: procedure话题: procedure1话题: step