Posts
Sort by recent activity
Force migration script use with SQLCompare.exe
I'm using SQLCompare.exe to do automated deployments from my source control to my test environment. When a deployment occurs I noticed that migration scripts that I have stored in my source contro...
Filter static data but not the table scheme
Is there a way I can have SQL compare filter out certain tables for static data, but still compare the table scheme? For example, let's say my source control has tables A, B, and C and they all ha...
Deploying Static Data With SQL Compare Command Line
I'm using SQL Compare in my CI process to deploy databases to my test server. The CI server calls the SQL Compare command line in order to do this. Compare deploys the database schema just fine, b...
SQL Compare command line not working on build machine
I was able to get SQL Compare to work with the following command line on my personal workstation:"C:\Program Files (x86)\Red Gate\SQL Compare 10\sqlcompare.exe" /sourcecontrol1 /revision1:H...
Command Line unable to read script folder XML
I'm calling the SQL Compare command line in my CI build process to deploy a database. My database source is a database located on Team Foundation Server source control and my destination is to a SQ...
Comparing specific objects from multiple databases
My company is setting up continuous integration (using Cruise Control .NET) to deploy SQL Reporting Services reports automatically on a test server. Some of our reporting projects use only certai...