sql - Scripts for moving schema changes from development database to production database -


I'm trying to close this one from near. I have two database servers (DEV and PRD) and I have my database on the dev server. I am looking to employ v1 of my application on a PRD server

The question is: In two months Say, I am ready to prepare v1.1 of my application, in which two new scenes, six new areas (three areas in each of the two tables, each) and one updated edition of my sproc which records the tables with new areas is My new schema DEV database, but the actual data in my PRD database, so I can not copy the .mdf file, because I want to take PRD data, but to join my new schema.

I understand the initial composition of tables, ideas, sprocs through saved SQL files; But what I am thinking, is it possible to use the SPCS to make "operator table" scripts or do I need to do it manually?

I have handled it with the Apple SQL script which applies the changes to the previous version.

You have to either code it yourself or use one of the many to compare DBA tools to the database and generate a diff script.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -