Results 1 to 4 of 4

Thread: import data from Oracle to SQL server

  1. #1
    Join Date
    Jan 2009
    Posts
    3

    import data from Oracle to SQL server

    Hi Guys,

    we need to import data from oracle server to SQL server on daily basis.
    let me clarify the problem, we have Oracle database on a LIVE system which is being updated with new rows on a very high rate (Its a telecommunication application), so we don't want to query select statements so often to avoid any possible probelm.

    We have another database .i.e MS SQL server, we need to import data from Oracle to MS SQL server on daily basis during late night hours when pressure on Oracle is bit reduced.

    I need suggestions and comments how best we can do it, I have heard a bit about MSSQL transformation services. Will this help us or any C# program to update data on MS SQL from ORACLE.

    Thank you
    @Asteroid

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Which version of sql server do you have? Take look at dts (sql2k) or ssis (sql2k5 and sql2k8).

  3. #3
    Join Date
    Jan 2009
    Posts
    3
    Hi, It is SQL 2k

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Then check dts.

Posting Permissions

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