How can we help you today? How can we help you today?

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?
DBADude
0

Comments

2 comments

  • blu
    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.
    blu
    0
  • blu
    Or the opposite, exclude switch
    blu
    0

Add comment

Please sign in to leave a comment.