Re: Extreme performance issues (SQL Server 2000/ADO.NET/C#)
From: Adam Machanic (amachanic_at_hotmail._removetoemail_.com)
Date: 09/15/04
- Next message: Dan Guzman: "Re: Yukon in Production"
- Previous message: Adam Machanic: "Re: script USE help"
- In reply to: Jon Rista: "Extreme performance issues (SQL Server 2000/ADO.NET/C#)"
- Next in thread: Matthew Bando: "Re: Extreme performance issues (SQL Server 2000/ADO.NET/C#)"
- Reply: Matthew Bando: "Re: Extreme performance issues (SQL Server 2000/ADO.NET/C#)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Sep 2004 22:10:20 -0400
Have you profiled both SQL Server and your application to find out where all
of the time is coming from? You should run SQL Server Profiler to find out
if the stored procedures are really taking 30 minutes (and what parameters
are really getting passed in -- it could be that something is not getting
properly passed in). If it turns out that the stored procedures are not
taking up the time, you should download a copy of Compuware's DevPartner
Profiler, Community Edition ( www.compuware.com ). Then you can profile
your app to find out what's going on.
When you say you're "using ADO.NET", what does that mean? Are you using a
data reader? Data adaptor? What are you doing with the data once it's
loaded into the reader/data set?
"Jon Rista" <jrista@hotmail.com> wrote in message
news:e9eGyMsmEHA.2864@tk2msftngp13.phx.gbl...
> I posted this on the ADO.NET group, and someone there suggested I post
> it here too. I appreciate any tips.
>
> I'm using ADO.NET in a windows service application to perform a process on
> SQL Server 2000. This process runs very quickly if run through Query
>
- Next message: Dan Guzman: "Re: Yukon in Production"
- Previous message: Adam Machanic: "Re: script USE help"
- In reply to: Jon Rista: "Extreme performance issues (SQL Server 2000/ADO.NET/C#)"
- Next in thread: Matthew Bando: "Re: Extreme performance issues (SQL Server 2000/ADO.NET/C#)"
- Reply: Matthew Bando: "Re: Extreme performance issues (SQL Server 2000/ADO.NET/C#)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|