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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-06-03 : 08:14:54
|
| Jackie writes "I have a DB2 server running on Windows NT 4 and SQL server 7 on windows 2003. Now I want to migrate data from DB2 to SQL server. I am novice in database management therefore would like to have step by step method to complete the migration." |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-06-03 : 13:10:48
|
| If you are a novice, I would suggest hiring a consultant to help you do the work. Anyway, you can setup a linked server on SQL Server to connect to the DB2 server. Using the linked server, transfer the data with INSERT INTO SELECT * FROM LinkedServer...You might be able to use DTS also if DB2 has an ODBC driver.Tara |
 |
|
|
|
|
|