• browndog - Wednesday, January 18, 2017 6:51 AM

    Nice article.  Please note that with Visual Studio you can also use SSDT and source control your database project.  VS now integrates with GIT nicely so it can be the source repository

    True, BUT, this assumes all DDL changes are taking place though SSDT. If that's true then this works just fine, but in many environment many changes can and do take place outside of SSDT. The nice thing about the approaches being discussed is that they will version ALL DLL changes to source control, regardless of how they were performed.