B
Buddy Ackerman
I was doing some testing and noticed that when I execute a stored procedure from
my ADO.NET (using the Command class of the System.Data.SQLClient namespace) the
number of reads on a relatively simple query were significantly higher. As a
matter of fact I have not found a case where the reads when executed from
ADO.NET are lower than the reads when executing in QA. Sometimes they may be
the same but QA is always has equal or fewer reads. Any reason why this is and
is there any thing I can do to get ADO.NET to perform like QA?
--Buddy
my ADO.NET (using the Command class of the System.Data.SQLClient namespace) the
number of reads on a relatively simple query were significantly higher. As a
matter of fact I have not found a case where the reads when executed from
ADO.NET are lower than the reads when executing in QA. Sometimes they may be
the same but QA is always has equal or fewer reads. Any reason why this is and
is there any thing I can do to get ADO.NET to perform like QA?
--Buddy