由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - SQL debug step into a store procedure from another one (转载)
相关主题
run SQL stored procedure from python (转载)内推一个DB Engineer职位,3+年经验
大家不觉得这篇文章很有道理么?未来语言的趋势? (转载)内推sql reporting analyst (转载)
工作求建议google phone interview
Job opportunity[合集] google phone interview
google这是什么意思?[攒人品]昨天的amazon 电面
求推荐software engineer entry level工作今天的面试经历
如何提高debug skill?我也攒人品
学习sql和stored procedure, 有什么书推荐吗? (转载)QA Software Engineers怎么准备电面?
相关话题的讨论汇总
话题: sql话题: store话题: procedure话题: procedure1话题: step
进入JobHunting版参与讨论
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页)
进入JobHunting版参与讨论
相关主题
QA Software Engineers怎么准备电面?google这是什么意思?
求助:面试题求推荐software engineer entry level工作
有个面试对C语言要求很高,而且注重debugging能力如何提高debug skill?
问个debug和release mode的问题学习sql和stored procedure, 有什么书推荐吗? (转载)
run SQL stored procedure from python (转载)内推一个DB Engineer职位,3+年经验
大家不觉得这篇文章很有道理么?未来语言的趋势? (转载)内推sql reporting analyst (转载)
工作求建议google phone interview
Job opportunity[合集] google phone interview
相关话题的讨论汇总
话题: sql话题: store话题: procedure话题: procedure1话题: step