July 25, 2008 at 4:51 am
Is there a way of outputting the results on separate tabs, I have a stored procedure that creates a set of results and puts all of the results in the same tab with the split to separate them. I want to alter this procedure so that some of the results are on a different tab so it will be easier to manipulate them. Any help would be appreciated
July 25, 2008 at 10:25 am
Nope. I don't see an option for that.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
July 25, 2008 at 10:58 am
Tools | Options | Results | SQL SErver | Results to Grid, there's a checkbox for results in a separate tab.
July 25, 2008 at 11:37 am
Steve, that still puts all the results in one tab, doesn't separate the result-sets, which is what I think is being looked for here. (Or I could be over-complicating this. Not sure.)
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
July 30, 2008 at 3:38 am
As far as I understood the question, the OP is asking to display the results in two different tabs like Results1,Results2, and so on inspite of in the one and only Results Tab (that is with the Messages tab.)
For example, If I execute two queries,
Select * from Tbl1
Select * from Tbl2
the results of First Query must be displayed in Tab Result1 and the results of second query must be displayed in Tab Result2.
I dont think its possible. If it is I would like to know the trick...:)
ATif Sheikh
August 4, 2008 at 12:06 am
Ok.. Found the tool to do so. Try SqlAssist. It is possible in it...
Atif Sheikh
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply