vote up 2 vote down star

Is there a way to set up push replication to automatically create the table on the subscriber if it doesn't exist?

flag

62% accept rate
This may be better suited as a ServerFault question. – Austin Salonen Aug 4 at 18:28

1 Answer

vote up 1 vote down

When the initial snapshot is sent to the subscriber, it will create any missing objects. You will need to indicate what the snapshot should do if the object already exists by setting the "Action if name in use" property. This can be set by clicking the Article Properties button.

Push replication supports schema changes, so any changes to existing objects will also be replicated.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.