Viewing 3 posts - 1 through 4 (of 4 total)
Thanks Gianluca
I will try this way and insert the results of the SP inot the temp table and then count the records.
Thanks
Bruce
October 11, 2010 at 2:37 pm
Hi Gianluca
The database that I have written is used for Fatigue Management in the Transport Industry here in Australia.
I have a table called DayTimes which has about 4 fields...
October 11, 2010 at 7:23 am
thanks for the quick reply Gianluca
------------------
You can capure @@ROWCOUNT right after the query execution and then return it as output parameter or as procedure return value (RETURN @myCountVar).
Hope this helps
Gianluca...
October 11, 2010 at 6:51 am
Viewing 3 posts - 1 through 4 (of 4 total)