G
Guest
Does anyone know how multiple resultset stored procedures are executed when
using data readers? It appears that the sp is paused after each select until
the client requests the next resultset.
Also, does the command timeout apply to the intial query time or for the
time it takes to start returning the final resultset?
using data readers? It appears that the sp is paused after each select until
the client requests the next resultset.
Also, does the command timeout apply to the intial query time or for the
time it takes to start returning the final resultset?