sql server - Open source tool for Database Continuous integration -
I want to continuously integrate the database. I found that the red gate is a tool for the database CI using SQL CI
This allows continuous integration for SQL Server databases. With each application in the source control, with this application code, the database creates and changes the database.
It also recognizes the structure of the database, runs the unit test with realistic test data, and checks that changes in the database can be deployed.
Is there an open source tool similar to Red Gate's functionality? I want some expert advice for this so I am posting it. Is there a Jenkins plugin or open source tool? Thank you.
You can use the SQL Server Data Tool This is not an open source, but this Visual Studio 2010 Running with +.
Comments
Post a Comment