DataAdapter update
From: Ruslan Shlain (rshlain_at_hotmail.com)
Date: 02/05/04
- Next message: Scott: "Webform Autocomplete Question: PLEASE READ!"
- Previous message: TB: "Accessing private data during finalize/dispose"
- Next in thread: Zürcher See: "Re: DataAdapter update"
- Reply: Zürcher See: "Re: DataAdapter update"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Feb 2004 13:42:01 -0600
Not sure who to ask about this so,
I have an app that grabs data from flat file and populates a dataset with
it. Then using update method of a DataAdapter I insert all that data in to
the SQL Server table.
I have a separate app, console app for now, that monitors queue table and
starts my other app to read the file and insert it in to the DB. Some times
I need to have 5 of the update apps running at the same time. When update
app runs in single instance it inserts very fast, but if I have more then
one instance it slows down dramatically.
I want to speed it up and I am not sure if it is possible. Does SQL Server
locks the table when you use such mechanism as DataAdapted update command?
What's the reason performance drops dramatically.
-- Ruslan Shlain nAlliance Corporation www.nAlliance.com
- Next message: Scott: "Webform Autocomplete Question: PLEASE READ!"
- Previous message: TB: "Accessing private data during finalize/dispose"
- Next in thread: Zürcher See: "Re: DataAdapter update"
- Reply: Zürcher See: "Re: DataAdapter update"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|