I use vsdbcmd.exe to compare schemas to generate a deployment script to update TargetDatabase.
there is the command: vsdbcmd.exe /a:deploy /dd:- /dsp:sql /model:ProjectName.dbschema /targetmodelfile:TargetDatabase.dbschema /DeploymentScriptFile:1.sql /p:TargetDatabase="test" /p:IgnoreObjectPlacementOnPartitionSchema=false /p:GenerateDeployStateChecks=false /p:BlockIncrementalDeploymentIfDataLoss=false /p:AnsiNulls=true /p:AnsiPadding=true /p:AnsiWarnings=true /p:ArithAbort=true /p:ConcatNullYieldsNull=true /p:QuotedIdentifier=true
the result is: The specified property IgnoreObjectPlacementOnPartitionSchema could not be used
why? Thank you!