I want to perform Database continuous integration. I found that Red gate is the tool for Database CI using SQL CI.
It allows continuous integration for SQL Server databases. On each check-in to source control, it builds and packages the database changes, alongside application code.
It also validates the structure of database, runs unit tests with realistic test data, and checks that database changes can be deployed.
Is there any open source tool to do the same functionality as Red gate? I need some expert advice for this. So I am posting it. Is there any jenkins plugin or open source tool? Thanks.