Posts
Sort by recent activity
Deploy to database without preserving data
I am trying to deploy changes to tables from one database to another as part of development. SQL Compare insists on creating temporary tables in the target database, putting the data in them, and t...
Conflicts with SQL Server 2012 Sequence objects
I have create some sequence objects and successfully checked them into source control.
However, whenever I get latest, they are returned as conflicts, even thought the sequences in the database and...