toddbailey
Registered User.
- Local time
- Today, 15:27
- Joined
- Aug 26, 2011
- Messages
- 23
We are using a simple C# program to cleanup and then import 100,000 records into a access table.
Import time is pathetic, takes over 10 minutes, the same data into sql server takes 1:45.
we are using oledb, and run a simple insert into.
we basically open the database, create a sgl cmd, prepare then execute the command
The table is empty before the insert process, there are no keys/indexes, it's just raw data and text fields.
any suggestions
Import time is pathetic, takes over 10 minutes, the same data into sql server takes 1:45.
we are using oledb, and run a simple insert into.
we basically open the database, create a sgl cmd, prepare then execute the command
The table is empty before the insert process, there are no keys/indexes, it's just raw data and text fields.
any suggestions