Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Consuming the rows of a called SP inside another SP
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01171249
Message ID:
01171256
Views:
6
Borislav,

I'm trying to avoid 1) replicating the really complex query in two places (either SP_1Count and SP_1, or twice inside SP_1, 2) the work involved with a creating a #temp table with the structure of the complex query, 3) the wasted throughput sending the large first result set to the web server when only the count is wanted.

>How about in first SP:
>
>DECLARE @MyRowCount int
>SELECT @MyRowCount = SELECT COUNT(*) --- a really complex query
>RETURN @MyRowCount
>
>Seraching for better method ...
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform