DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: sync. developement and production

Hybrid View

  1. #1
    Join Date
    Nov 2001
    Posts
    110

    sync. developement and production

    What is the best tool/method of pushing over changes(column additions, procedures, triggers) from developement to production (DDL changes only)

  2. #2
    Join Date
    Jan 2001
    Posts
    3,134
    There are a few ways to do it. Patrol has a program called change manager that will compare the two environments and create a script to match one with the other. BUT, you need the program and it has to be installed on both boxes.

    EXP/IMP will work too, but I am assuming that you do not want to loose data. I'm sure someone in here has a compare SQL script.

    MH
    I remember when this place was cool.

  3. #3
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    thought about a standby database / dataguard?

    Maybe a bit overkill for what you need but youdb's should be in sync with each other

Posting Permissions

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


Click Here to Expand Forum to Full Width