Results 1 to 4 of 4

Thread: Migrating Oracle Data to SQL SErver

  1. #1
    Join Date
    Dec 2004
    Location
    Australia
    Posts
    7

    Migrating Oracle Data to SQL SErver

    Hi Forum,

    I would like to archive all my company's data to an sql server. currently we have all our data stored on a oracle server and going forward we wanna use sql server. I tried using the DTS, but the transfer of data is very very slow. Here i am talking about tables with gigs of data. Could you advise whats the best possible to transfer?

  2. #2
    Join Date
    Mar 2005
    Location
    Germany
    Posts
    10
    I've tried SisSQL Conversion tool, which provide excellent results. It also converts procedures and functions such as java packages.

  3. #3
    Join Date
    Dec 2004
    Location
    Australia
    Posts
    7
    THanx buddy. Shall try that tool tomorow.

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    For large datasets DTS is slow, if you can get data in CSV format (or any other delimited format) then you can use BULK INSERT command to import it.

Posting Permissions

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