How can I return a big amount of data from a stored procedure?
XaviNov 2 2012 — edited Nov 7 2012How can I return a big amount of data from a stored procedure in a efficient way ?
For example not using a cursor for going through all the rows and then assign the values to variables.
thanks in advance!