dbTalk Databases Forums  

upload data from MS Access 2000 to SQL Server 2000

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss upload data from MS Access 2000 to SQL Server 2000 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SqlJunkies User
 
Posts: n/a

Default upload data from MS Access 2000 to SQL Server 2000 - 08-06-2004 , 02:33 PM






Hi. I'm trying to update one of my company's software products written in MS Access 2000 that sends information, via the internet, to SQL Server 2000. Originally the code inside the Access database used the old DAO format and I updated it to ADO.

Although the ADO is faster, it is only slightly faster than the original code, and because of the mass amounts of data being transferred it is still too slow for end user satisfaction. I was wondering if there was a way, or method, to do like a BULK INSERT table per table. I'm thinking one of the main reasons the current process is slow is the high number of Inserts to each table.

Any suggestions would be greatly appreciated.

---
Posted using Wimdows.net NntpNews Component -

Post Made from http://www.SqlJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching.

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: upload data from MS Access 2000 to SQL Server 2000 - 08-06-2004 , 03:23 PM






In message <u548Ex#eEHA.3476 (AT) tk2msftngp13 (DOT) phx.gbl>, SqlJunkies User
<User@-NOSPAM-SqlJunkies.com> writes
Quote:
Hi. I'm trying to update one of my company's software products written
in MS Access 2000 that sends information, via the internet, to SQL
Server 2000. Originally the code inside the Access database used the
old DAO format and I updated it to ADO.

Although the ADO is faster, it is only slightly faster than the
original code, and because of the mass amounts of data being
transferred it is still too slow for end user satisfaction. I was
wondering if there was a way, or method, to do like a BULK INSERT table
per table. I'm thinking one of the main reasons the current process is
slow is the high number of Inserts to each table.

Any suggestions would be greatly appreciated.


Probably the best option would be to use the Access upgrade wizard tool.
You could use DTS/SQL the Import Export Wizard that woudl build a
package and transfer all tables and data from Access to SQL server, but
this will not respect your other code and constraints, as it really just
moves the data.


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.