LampknLn45
Programmer
I have a stored procedure which uses a cursor to loop through the contents of one table and delete records from a temp table when certain date conditions exist. My procedure is now returning two result sets: The first result set is that of the cursor. The second result set (the one that I want) is the result of my "cleaned" up temp table. Is there a way to prevent the results from the cursor returning as a recordset? I realize the use of cursors should be avoided if possible, but I've yet to come up with a better solution.
Thanks,
LampknLn45
Thanks,
LampknLn45