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 > Importing Data from DB2 database bkup files to SQL Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-10-06, 22:09
desineo desineo is offline
Registered User
 
Join Date: Aug 2006
Posts: 3
Importing Data from DB2 database bkup files to SQL Server

Hi All,

I found out today that I am going to receive 3 DB2 Database backup files which I need to import into my SQL Server. My questions is that is it possible for me to import those backup files directly into the SQL server using DTS or do I need first need to restore it on a DB2 Instance?

If i first have to import it to a DB2 instance, any ideas if DB2 Express C will be able to do this ..the size of all these backup files should be arnd 7GB

Any other ideas how I can achieve this..

Thanks in advance..
Reply With Quote
  #2 (permalink)  
Old 08-10-06, 22:16
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
You will have to restore the files into DB2 before you can do anything with them. You should be able to restore them using Express-C, but it has to be on the same OS as the database that the backup images were made from. They also should be offline backups. If they are not, you will need the logs also so you can get a consistant DB out of the restore.

HTH

Andy
Reply With Quote
  #3 (permalink)  
Old 08-11-06, 09:12
desineo desineo is offline
Registered User
 
Join Date: Aug 2006
Posts: 3
Thanks....
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