dbTalk Databases Forums  

Access import to SQL Server with DTS

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


Discuss Access import to SQL Server with DTS in the microsoft.public.sqlserver.dts forum.



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

Default Access import to SQL Server with DTS - 07-01-2004 , 09:34 AM






Hi Guru's,

I apologise if this has been answered!

I am trying to import an Access mdb file with DTS into SQL Server
2000. I have the following problem.

1) The mdb files vary considerably. Is there a way to import all
tables and fields dynamically?

2) Is there another way to transfer data from Access to SQL without
building queries and transferring line by line.

Caveat: I need to do this programmatically. Basically I have various
users uploading an mdb file and need to import their disparate data
into its own SQL database. So it's web technologies that need to be
used.

Thanks for any and all help!

Reply With Quote
  #2  
Old   
Mary Chipman
 
Posts: n/a

Default Re: Access import to SQL Server with DTS - 07-01-2004 , 01:49 PM






The short answer is no. The problem here is that Jet and SQLS are not
interchangeable database engines. There are no Jet equivalents for
SQLS features, and no SQLS equivalents for some SQLS features. There
is data type incompatibility (more or less depending on which version
of Jet you are upsizing). Validation rules are handled differently.
Datetime ranges are different. Optimally you will rewrite and
rearchitect your Access app to take advantage of SQLS features that
simply don't exist, like stored procedures, etc. Moving the data over
is only the beginning. There's some whitepapers around that discuss
some of the issues -- use this for a starting point--it has links to
other relevant papers:
How to Convert an Access Database to SQL Server (Q237980)
http://support.microsoft.com/default...;EN-US;Q237980

--Mary

On 1 Jul 2004 07:34:16 -0700, mike (AT) spirit (DOT) co.za (sorCrer) wrote:

Quote:
Hi Guru's,

I apologise if this has been answered!

I am trying to import an Access mdb file with DTS into SQL Server
2000. I have the following problem.

1) The mdb files vary considerably. Is there a way to import all
tables and fields dynamically?

2) Is there another way to transfer data from Access to SQL without
building queries and transferring line by line.

Caveat: I need to do this programmatically. Basically I have various
users uploading an mdb file and need to import their disparate data
into its own SQL database. So it's web technologies that need to be
used.

Thanks for any and all help!


Reply With Quote
  #3  
Old   
sorCrer
 
Posts: n/a

Default Re: Access import to SQL Server with DTS - 07-02-2004 , 01:41 AM



Thanks Mary,

I had pretty much worked this out. But wanted to check with the more knowledgeable.

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.