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
 General SQL Server Forums
 New to SQL Server Programming
 Importing DB4 Table into SQL

Author  Topic 

werhardt
Constraint Violating Yak Guru

270 Posts

Posted - 2008-09-12 : 13:33:33
I am not sure if I am in the right place to ask this question. I have to import a DB4 structure into my SQL Server, can this be done? If so, how do I go about doing this?

Thanks!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-09-12 : 13:35:04
You can try with DTS/SSIS, depending on your SQL Server version. You'll need to install whatever driver that allows SQL Server to connect to DB4 onto the machine where the client tool will run.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

werhardt
Constraint Violating Yak Guru

270 Posts

Posted - 2008-09-12 : 13:38:33
The version of SQL I have is 2005. Can I get these installs online for free?
Go to Top of Page
   

- Advertisement -