all groups > sql server replication > august 2007 >
You're in the

sql server replication

group:

Snapshot agent bcp the article table when no-sync ( sync_type = no


Snapshot agent bcp the article table when no-sync ( sync_type = no Ashish Pai
8/13/2007 9:28:00 PM
sql server replication:
I need to sync a table which has millions of rows. The idea is to
backup-restore.
Create the snapshot agent and subscription with sync_type = none.

However when the snapshot runs the article is bcped out too. The bcp file is
36GB.
Why does it bcp article table when it is not going to apply?

I can undertand the merge system tables being bcped and applied to subscriber.

RE: Snapshot agent bcp the article table when no-sync ( sync_type = no Paul Ibison
8/14/2007 3:16:01 AM
Sync_type is a parameter used when adding a subscription, rather than a
publication. With this in mind, I'm not too sure why you are running the
snapshot agent at all ie the snapshot creation is independant of the
sync_type option. You might have anonymous subscribers set up in which case
the snapshot files could be useful later on, before the retention period is
reached...
HTH,
RE: Snapshot agent bcp the article table when no-sync ( sync_type Ashish Pai
8/14/2007 10:52:04 AM
if the snapshot agent doe not run, then merge agent will state error that
'snapshot has not been run" ( something to that effect ). I belive no matter
what the snapshot agent needs to be run to start the capture of new changes
and also to copy the merge replication tables to subscriber. ( which is
expected ). But in the process the snapshoit agent also bcp out the arcticle
tables, though merge agent does not apply it to destination.

[quoted text, click to view]
AddThis Social Bookmark Button