Ignoring columns when synchronising

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
thechatking
Posts: 1
Joined: Wed 13 Mar 2013 01:15

Ignoring columns when synchronising

Post by thechatking » Wed 13 Mar 2013 01:19

Hi,

Is it possible to exclude a column when synchronising a database? For example, I wish to insert rows that are missing, but need them to get their identity column from the target (not copied from the source). Is this possible without manually editing the generated script?

Thanks

Mark

alexa

Re: Ignoring columns when synchronising

Post by alexa » Thu 14 Mar 2013 09:42

Unfortunately, this is not possible.

Post Reply