Results 1 to 2 of 2

Thread: fast way to import data from db2 to sql

  1. #1
    Join Date
    Sep 2002
    Posts
    159

    fast way to import data from db2 to sql

    Hi,
    developer run insert into sql table
    using open query (from db2 UDB)

    7612721 row(s) affected)
    run time
    2h 48 minutes

    Would be faster
    1. export data to text file and using
    import wizard to import it to sql server
    2. use dts for import
    3. export file and use bcp for import

    thank you

    Alex

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Dts may faster, but you need test all of them to see which one is best for you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •