Re: Sql Server 2000 slow
From: James Chang (james.chang_at_quest.com.au)
Date: 05/27/04
- Next message: Selena: "Re: Memory leak"
- Previous message: Thomas Ganss: "Re: VS.NET very slow Rebuild"
- In reply to: William Ryan eMVP: "Re: Sql Server 2000 slow"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 May 2004 17:06:02 -0700
Thanks William.
I am working on the problem now.
Something I have noticed with the testing I have done:
An insert command following another insert command is relatively fast.
An insert command following a select command seems to be much slower.
All of the command objects are already instantiated so that shouldn't be the problem.
I am using SqlCommands with Fill for selects and ExecuteNonQuery for Inserts/Updates/Deletes.
Would this have something to do with sql server or with .NET?
- Next message: Selena: "Re: Memory leak"
- Previous message: Thomas Ganss: "Re: VS.NET very slow Rebuild"
- In reply to: William Ryan eMVP: "Re: Sql Server 2000 slow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|