I am using merge replication in sql server 2008.So while restoring database i am using WITH KEEP_REPLICATION option.I know that it will restore the rowguid column of replicated tables. What other objects and settings will be restored if i use WITH
KEEP_REPLICATION when i restore database and what care should i take while restoring it?
↧