Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Using DTS programatically

Author  Topic 

miyav
Starting Member

4 Posts

Posted - 2003-08-09 : 15:07:51
Hi,

I have an Access database (mdb) and I have to convert it to SQL SERVER database format. So I have searched that how I can do it, I found some ways useful but I must import tables into SQL SERVER programatically (for example using Visual Basic or SQL Code).

Is there any source for this ?

Thanks.

SamC
White Water Yakist

3467 Posts

Posted - 2003-08-09 : 15:21:43
I've never done this myself, but look into the DTS wizard of Enterprise Manger which comes with SQL 2000.

Sam
Go to Top of Page

miyav
Starting Member

4 Posts

Posted - 2003-08-09 : 15:37:45
ok.
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2003-08-09 : 15:41:32
Also take a look here:

http://www.sqldts.com/
Go to Top of Page

miyav
Starting Member

4 Posts

Posted - 2003-08-10 : 08:35:47
thank you.

the main problem was the identity column. I couldn't do bulkimport from access database to sql server but I have found in this article I need :

http://www.sqldts.com/default.aspx?6,107,293,7,1
Go to Top of Page
   

- Advertisement -