(Newbie) Need a procedure to handle data migrations
chrisherring
Posts: 5
The most common problem I am running into is adding new NOT NULL columns to tables. Before Source Control, this was simply a matter of executing a script against each DB:
1. add the column to the table
2. set initial value in exiting rows
3. alter column to not null
What's the right approach with SQL Source Control?
1. add the column to the table
2. set initial value in exiting rows
3. alter column to not null
What's the right approach with SQL Source Control?
Comments
see:
http://www.red-gate.com/MessageBoard/vi ... hp?t=14110
This feature works with TFS, SVN and Vault for the time being. Which do you use?
David Atkinson
Product Manager
Red Gate Software
Product Manager
Redgate Software
Thanks for the information. The Data Migration feature sounds like exactly what we need. We are using git; I take it that means we cannot use the v3 build yet.
Chris
http://redgate.uservoice.com/forums/390 ... ce-control
Although there's one for Mercurial, there isn't a migrations feature request for GIT support, so you'll need to create a new one.
Thanks,
David
Product Manager
Redgate Software
Thanks
Chris
Thanks.
David
Product Manager
Redgate Software