hello
in my stored procedure i declare a #temp_table in wich i insert data for example 5 rows , my question is how can i get the data row by row i mean i want to loop my temp_table .
if is possible to show me a code example..
thanks
in my stored procedure i declare a #temp_table in wich i insert data for example 5 rows , my question is how can i get the data row by row i mean i want to loop my temp_table .
if is possible to show me a code example..
thanks
Comment