I'm a little confused.
From what you describe it sounds like you have data already in your
Subscriber, and want to push more data through a snapshot publication
without loosing the data that is already there.
If this is the case you have two options:
1) when you are creating your snapshot publication, and get to the specify
articles dialog box, click on the three ellipses/browse button to the right
of your article. In the Snapshot tab, for Name Conflicts select Keep
existing table unchanged.
2) if you only want delete the data that the publisher owns, you will have
to identify a column or columns that can be used to identify data coming
from the publisher. Then in the name conflicts section select delete data in
the table that matches the row filter statement. Then select "Yes, I will
define data filters, enable anonymous subscriptions, or customize other
properites" in the Customize the Properties of the Publication dialog,
select horizontal filtering, and then add the restriction in the filter rows
fitler clause.
Does this help?
--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html [quoted text, click to view] "Ed West" <west@westville.com> wrote in message
news:eaEgORghEHA.2544@TK2MSFTNGP10.phx.gbl...
> Hello,
>
> Sorry for the long message! I have been trying to figure this out for a
> few days, reading BOL, reading newsgroups, reading MS's site, but I am
> still getting this error. I made a snapshot publication, and I am
> trying to make a new subscription, and on the page to Initialize
> Subscription, the option for "NO, the Subscriber has the schema and data
> already" is greyed out... the two databases are similar in schema.
>
> The subscriber has different data in there already, and we want to push
> data from the publisher to the subscriber (and not send it back if there
> are any changes). Also, the subscriber will have new data put into it
> and potentially update the data sent over from the publisher (although,
> changes not to be sent back so Merge replication not required).
>
> Does it think the subscriber has a different schema or something?
>
> Any ideas? I am about give up and write my own custom routine with XML!
>
> Thanks,
>
> -ed