sqlcompare command line
aspnerd
Posts: 9
is there some reason why this won't work? What am I missing? It keeps saying the the scripts folder couldn't be found (inside the project), but I'm specifying it here...
sqlcompare /Project:"%ProjectPath%\db_Current v Baseline_Tables.scp" /Scripts1:%Release%\serverone\dbscripts /Server2:%serverNode% /db2:db /Filter:"%FilterPath%\filter_tablesonly.scpf" /ScriptFile:"%OutputPath%\serverNode$db$Table Changes.sql" /Force >>"%ResultsPath%"
sqlcompare /Project:"%ProjectPath%\db_Current v Baseline_Tables.scp" /Scripts1:%Release%\serverone\dbscripts /Server2:%serverNode% /db2:db /Filter:"%FilterPath%\filter_tablesonly.scpf" /ScriptFile:"%OutputPath%\serverNode$db$Table Changes.sql" /Force >>"%ResultsPath%"
Comments