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!

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.