ADODB vs ADO.Net or protocol difference.
- From: "Giedrius" <unknown@xxxxxxx>
- Date: Thu, 20 Jul 2006 11:17:11 +0300
Hi,
I have 2 apps doing the same job, one is older and using adodb to query sql
server 2005, another is using ado.net. Something has happened and now app
using ado.net execution time of some stored procedures has increased about
~20 times from <1s to 20s in comparison with older app.
The older app is working fast as usual. By using SQL Profiler the only
difference between adodb app and ado.net app is a Sort Warning for ado.net.
The stored procedure is quite complex, but is fast enough using adodb or SQL
Management Studio. Database is for development purpose, takes ~10GB but is
not growing and does not have many operations. I know that restarting SQL
Server would help (because it helped before). But I want to know why such
problems occur or how to solve it without restarting server?
Thanks for any answer.
.
- Follow-Ups:
- Just for kicks, try this
- From: Robbe Morris [C# MVP]
- Just for kicks, try this
- Prev by Date: Re: Enterprise Library - DataAccessApplicaitonBlock - Oracle
- Next by Date: Re: Copy all records from access MDB to others via ADONET
- Previous by thread: Export asp.net page to pdf
- Next by thread: Just for kicks, try this
- Index(es):
Relevant Pages
|
Loading