Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best practices to move a DB from Dev/ Test to Prod

Tags:

sql

sql-server

What are the best practises to update/move a Database in Prod with the dev or the test machine copy?

like image 373
Lrn Avatar asked Dec 10 '22 09:12

Lrn


1 Answers

I use RedGate's SQL Compare tool to keep the schema of 2 databases in sync. It's not cheap, but it's worth it if you are constantly pushing changes to production.

http://www.red-gate.com/products/sql-development/sql-compare/

like image 102
goalie7960 Avatar answered Dec 31 '22 18:12

goalie7960