Comments
5 comments
-
It isn't that unusual for the production database to be modified directly, rather than having a disciplined change management process.
Grant Fritchey describes how to solve this problem with SQL Compare's command line and your existing source control tool in a Simple Talk article. Is this the sort of thing you were thinking of?
http://www.simple-talk.com/sql/database ... databases/
David Atkinson
Red Gate -
Thanks David, that's exactly what I was looking for.
-
Glad to hear it. Out of interest, which source control system are you using?
David -
SVN
-
We also use SVN here at Red Gate. If you have any issues getting up and running, do let us know and we'll be pleased to assist.
David
Add comment
Please sign in to leave a comment.
I currently have an automated nightly process that restores the latest database backup, sanitizes sensitive data, sends me the sanitized database, and restores it locally.
Ideally I'd like to link this database to source control, and automatically check in changes so I get a daily overview of changes.