G
Guest
Hello @all
ive a daily generated MS-Access Database with round about 250.000 Records. With them i must update a sql-Server DB-Table with three fields.
Actualy i connect to the ms-access DB with an oledb.datareader, read thru the whole Access db, test for every Record existing in the SQL-Database, if not i add the record, if yes i go further.
of course, this is to slow ! Best Practice would be that the SQL-Server itself could update his records from the Access-db, so i must not take care of this over my application
Any hints or suggestions ?
Thx
Chris
ive a daily generated MS-Access Database with round about 250.000 Records. With them i must update a sql-Server DB-Table with three fields.
Actualy i connect to the ms-access DB with an oledb.datareader, read thru the whole Access db, test for every Record existing in the SQL-Database, if not i add the record, if yes i go further.
of course, this is to slow ! Best Practice would be that the SQL-Server itself could update his records from the Access-db, so i must not take care of this over my application
Any hints or suggestions ?
Thx
Chris