Options

Command Line Ignore objects only at source

Is there a way to use the command line to generate a change script for matching object but ignore objects found only on the source/target database?

Comments

  • Options
    Try using include switch

    <type> values
    Additional
    Objects that aren't in the source (eg /db1).
    Missing
    Objects that aren't in the target (eg /db2).
    Different
    Objects that are the source and the target, but are different.
    Identical
    Objects that are identical in the source and the target.
    StaticData
    Static data in a source-controlled database or a scripts folder. Can't be used with snapshot data sources.
  • Options
    Or the opposite, exclude switch
Sign In or Register to comment.