Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. MS SQL 2005 - merge new rows and tables

MS SQL 2005 - merge new rows and tables

Scheduled Pinned Locked Moved Database
databasehelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 4688692
    wrote on last edited by
    #1

    I have a development database and production database. The developers have added new tables and new rows to existing tables. I need to merge these changes from the dev db to the prod db and am unable to construct a search to find an appropriate article. Can someone help point me in the right direction?

    R M 2 Replies Last reply
    0
    • U User 4688692

      I have a development database and production database. The developers have added new tables and new rows to existing tables. I need to merge these changes from the dev db to the prod db and am unable to construct a search to find an appropriate article. Can someone help point me in the right direction?

      R Offline
      R Offline
      Robin_Roy
      wrote on last edited by
      #2

      Hey, these is a common thing when there are changes in the database schema. In such a case, your developer must have documented the changes that they have made. Create Alter scripts on the table with the changes on the schema and run the same on the Production environment to update the schema on the production. But ensure you backup the production database before executing the alter scripts.

      1 Reply Last reply
      0
      • U User 4688692

        I have a development database and production database. The developers have added new tables and new rows to existing tables. I need to merge these changes from the dev db to the prod db and am unable to construct a search to find an appropriate article. Can someone help point me in the right direction?

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        You need to look at the Red-Gate products. While you can create the scripts yourself it is tedious and time consuming. I have been using SQL Compare for years and would not be without it. Seriously it will totally eliminate this headache.

        Never underestimate the power of human stupidity RAH

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups