If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Export to MS SQL server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-18-09, 12:12
tobiascapin tobiascapin is offline
Registered User
 
Join Date: Nov 2009
Posts: 10
Export to MS SQL server

Hello everyone,
do you know any way to export some db2 tables to MS SQL server? I have the IXF files, but I think these can be useful just for DB2, what do you suggest for my migration?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 12-18-09, 12:24
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,407
Quote:
Originally Posted by tobiascapin View Post
Hello everyone,
do you know any way to export some db2 tables to MS SQL server? I have the IXF files, but I think these can be useful just for DB2, what do you suggest for my migration?
Use delimited text files, e.g.
Code:
db2 export to filename OF DEL select * from the_table
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On