J
Jose Ines Cantu Arrambide
Hello,
When I do a SqlReader oReader = oCommand.ExecuteReader() the code
jumps to the next line until all the result set is retrieved, and for a
particualar view I have it takes about 40 seconds to do this.
*If I do a "Return all Rows" on the view on the SqlServer Enterprise
Management it starts giving rows in less than 2 seconds.
Is there another way to execute the reader that it waits on
oReader.Read() instead on ExecuteReader() or anything similar that would
start giving rows faster like in the Enterprise Management?
Thanks is advance.
Jose.
When I do a SqlReader oReader = oCommand.ExecuteReader() the code
jumps to the next line until all the result set is retrieved, and for a
particualar view I have it takes about 40 seconds to do this.
*If I do a "Return all Rows" on the view on the SqlServer Enterprise
Management it starts giving rows in less than 2 seconds.
Is there another way to execute the reader that it waits on
oReader.Read() instead on ExecuteReader() or anything similar that would
start giving rows faster like in the Enterprise Management?
Thanks is advance.
Jose.