Comments
Sort by recent activity
For years working with SQL server databases, on-premise SQL Server 2000 to Azure, I have been looking for a simple tool that can cost-effectively source control database code. The challenge with database source control is how to manage schema and data changes together. I started out first with SQL Source Control back in my previous company. But it was SQL Change Automation that really provided what we were looking for. It facilitates collaborative and parallel database development between a team of developers with pull request approval process and conflict resolution. It provides a single source of truth or a trusted repository of database code from production to development. It gives us confidence that our database changes are safe and reliable. / comments
For years working with SQL server databases, on-premise SQL Server 2000 to Azure, I have been looking for a simple tool that can cost-effectively source control database code. The challenge with d...