Viewing 2 posts - 1 through 2 (of 2 total)
<< Can you use a view instead of a stored proc for spu_Test_A? >>
I've got about 20,000,000 (and growing) records I'm dealing with. I want to send parameters to spu_Test_A so...
February 17, 2006 at 8:02 am
#621673
How do I group (or whatever) on the record set returned?
CREATE PROCEDURE dbo.spu_Test_B AS
Exec spu_Test_A
Select col0, Sum(col1) as col1 From ????? Group...
February 16, 2006 at 9:19 am
#621404