Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lots of selects, only want last one returned.
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Lots of selects, only want last one returned.
Miscellaneous
Thread ID:
00890091
Message ID:
00890091
Views:
51
I have to add footnote marks to a table before printing. PITA, and it's one big cursor that I have done.

Anyway there are 20-100 selects done as we perk through the cursor.

I have the data in #t1 and the final line of the SP is :
Select * from #t1

In my C# call for data into a dataset, I see tables for each one of those 20-100 selects?

I understand where they come from, how do I drop them out in SQL Server before it hit's my C# ds?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform