Posts
Sort by recent activity
Commandline Option AddDatabaseUseStatement missing
Hi,
I am using data compare via command line. Is there also an option like AddDatabaseUseStatement in sql data compare like in sql compare?
Thanks
Andi
Second /Option Parameter will be ignored in powershell
I am using the following code in powershell to compare a dbfunction CompareDB($destServer)
{
$destServerAdj = $destServer -replace "\\","_"
sqlcompare /Options:Default,ForceColumnOrd...