Hi,
I created a transactional replication and a merge replication in SQL2000, by using the Create New Publication Wizard, and I didn't customize any properties. Both are push subscriptions and the distribution/merge agents run continuously.
One thing I don't understand, is the difference between the snapshot agents of transactional and merge created by wizard. The snapshot agent of transactional scheduled to run once per day; but that of merge is once per week.
Another difference I found is the snapshot agent of transactional never run, agent history just shows "snapshot was not generated because no subscriptions needed intialization"; but that of merge really runs once per week and generates snapshot.
As I know, snapshot is only for initializing subscription database, no matter its transactional or merge.
Anybody can tell me why Microsoft makes such differences?