Copying Data from Access to SQL Server
- From: "TC" <golemdanube@xxxxxxxxx>
- Date: 3 Jul 2006 00:01:50 -0700
I need an automated procedure to copy data from an Access table to a
SQL Server table. Speed is important. What is the recommended
technique?
I can export the data from Access, copy it via FTP, then import it into
SQL Server. I've tried that, and the speed is acceptable. It is an ugly
solution, however, and I expect to find a better one -- preferably a
solution better integrated with the Access RDBMS.
I've tried using an ODBC connection and an INSERT query. That's a good,
clean technique, but is extremely slow (about 10x slower than the file
copy technique).
I've also tried using an OLEDB connection and ADO recordsets to copy
the data procedurally. That was even slower (about 30x slower than the
file copy).
None of this makes sense to me. Why can't Access transfer data to SQL
Server through ODBC or OLEDB virtually as fast as the network can carry
the data? There are no indexes or triggers involved, and no transaction
processing -- just a simple column-for-column transfer of data from one
table to another. I feel as though I must be missing something obvious.
Can anyone offer any insight?
-TC
By the way, I'm using Access 2003 and SQL Server 2000. The network is a
WAN and I'm using TCP/IP as the default protocol.
.
- Follow-Ups:
- Re: Copying Data from Access to SQL Server
- From: TC
- Re: Copying Data from Access to SQL Server
- From: Lyle Fairfield
- Re: Copying Data from Access to SQL Server
- From: RoyVidar
- Re: Copying Data from Access to SQL Server
- From: Terry Kreft
- Re: Copying Data from Access to SQL Server
- Prev by Date: Re: New Technoligy with Jet engine (terminal service and MDB)
- Next by Date: Re: Help on subform.
- Previous by thread: Experimental PDF Sketchpad A97 software available
- Next by thread: Re: Copying Data from Access to SQL Server
- Index(es):
Relevant Pages
|
Loading