• rgp151 - Wednesday, January 18, 2017 4:50 AM

    thomasliddledba - Wednesday, January 18, 2017 12:03 AM

    Comments posted to this topic are about the item Put your Database under Source Control

    The Red Gate tools look nice, but we've actually done something where we've created a nightly job that scripts out all of the objects in every database on our SQL server to a folder structure on a network drive, and then runs GIT, which checks in any files that have changed since the previous night. This gives us automatic DDL backups of everything, and it's pretty nice.

    @rgp151 - have you taken a look at DLM Dashboard, a free Redgate tool which uses the same approach? If it doesn't do what you want I'd be keen to understand why.