January 30, 2014 at 11:05 am
I am trying to debug a stored procedure that calls other stored procedures. I can see the results pane in the initial window where I start debugging, but once I step into another stored procedure, there is no results pane for me to view test data from a select statement. I've added the Show Results Pane button to the SQL Editor toolbar but as soon as I step into the new procedure, that button is disabled. I'm using SQL Server 2012 Management Studio. Any tips on how I can see the results of my select statements?
Thanks,
Gina
January 30, 2014 at 1:59 pm
You need to go back to your original window to see the output. All output is sent to the original window (it says debugging on the tab).
January 30, 2014 at 2:47 pm
Ah... there it is. Thanks!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply