I need to extract about 800 tables from a sybase system 11 database to DB2. How do I go about doing this without having to extract each table separately.
you can do a database dump if the database consists of the 800 tables you mentioned... if you are picking and choosing you have to bcp it out individually... create the individual schemas in DB2 then use DB2 bulk copy version to load the tables...or use DB2's rendition of a load database...
the best thing to do is to consult the migration strategies written by sybase...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.