Posts Tagged ‘continuous integration’

Database Continuous Integration with DBTracer

Database Continuous Integration | Posted by Petr Kozelek
Jan 12 2010


In my company we use principles of continuous integration in our C#.Net+MS SQL development. We use Subversion for source control management and CruiseControl.Net as integration server. The problem came when we needed to choose a tool for continuous integration of database changes since we did not find any open-source alternative.

Read more »