I have a SP wich returns resultset like this -> AS...SELECT * FROM #RESULT GO
and I want to use this data in other SP like a CURSOR. I want fetch & move across this resultset.
Thanx