I'm trying to find out if this is by design or a bug.
"Leila" <Leilas@hotpop.com> wrote in message
news:%23Hp2dh1aGHA.3524@TK2MSFTNGP04.phx.gbl...
> As you might have experienced, if a change is made at the subscriber and
> there is no conflict, the change does not go to publisher! I wish I could
> find a document that describes behavior of this resolver!..
>
>
>
>
> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
> news:u8lRyyyaGHA.4060@TK2MSFTNGP02.phx.gbl...
>> What this does is say that if there is a conflict download the publishers
>> row from the publisher and send it to the subscriber. If there is no
>> conflict, subscriber changes still make it from the subscriber to the
>> publisher. This may or may not be what you want - in fact I don't think
>> it is what you want at all.
>>
>> --
>> Hilary Cotter
>> Director of Text Mining and Database Strategy
>> RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
>>
>> This posting is my own and doesn't necessarily represent RelevantNoise's
>> positions, strategies or opinions.
>>
>> Looking for a SQL Server replication book?
>>
http://www.nwsu.com/0974973602.html >>
>> Looking for a FAQ on Indexing Services/SQL FTS
>>
http://www.indexserverfaq.com >>
>>
>>
>> "Leila" <Leilas@hotpop.com> wrote in message
>> news:eu6y5VwaGHA.3328@TK2MSFTNGP02.phx.gbl...
>>> Thanks indeed Paul and Hilary!
>>> I tried "Download Only Conflict Resolver" for my article and it produces
>>> exactly the result that I want (changes go to subscriber but do not come
>>> back to publisher).
>>> I could not find any documentation for this resolver. Can I rely on
>>> this?
>>>
>>>
>>>
>>> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
>>> news:%23Zp8dLtaGHA.3304@TK2MSFTNGP04.phx.gbl...
>>>> With compensate_for_errors set to false it will keep changes in the
>>>> subscriber. The system tables should be pruned on the subscriber time
>>>> each time the merge agent runs, the publisher tables will be the same
>>>> size as if you did not have this option.
>>>>
>>>> You can use the option to selectively make tables read only for all dml
>>>> or only certain types of dml, and even change it on the fly.
>>>>
>>>> While other people (not Paul) may recommend dropping or disabling the
>>>> replication triggers I do not recommend this, as it may lead to
>>>> problems down the line.
>>>>
>>>> --
>>>> Hilary Cotter
>>>> Director of Text Mining and Database Strategy
>>>> RelevantNOISE.Com - Dedicated to mining blogs for business
>>>> intelligence.
>>>>
>>>> This posting is my own and doesn't necessarily represent
>>>> RelevantNoise's positions, strategies or opinions.
>>>>
>>>> Looking for a SQL Server replication book?
>>>>
http://www.nwsu.com/0974973602.html >>>>
>>>> Looking for a FAQ on Indexing Services/SQL FTS
>>>>
http://www.indexserverfaq.com >>>>
>>>>
>>>>
>>>> "Leila" <Leilas@hotpop.com> wrote in message
>>>> news:O%23T0E4saGHA.3720@TK2MSFTNGP03.phx.gbl...
>>>>> Thanks Hilary,
>>>>> Will this solution keep the changes recorded on the subscriber in
>>>>> related
>>>>> tables? I mean if by this manner I prevent the changes from being
>>>>> replicated to
>>>>> publisher, the changes will fill system tables too much?
>>>>> How about dropping the replication triggers of table on the
>>>>> subscriber?
>>>>>
>>>>>
>>>>> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
>>>>> news:e8eW4zraGHA.1196@TK2MSFTNGP03.phx.gbl...
>>>>>> With SQL 2000 you can only select this level of bidirectionality on
>>>>>> the
>>>>>> publication/subscription level. So if you want to be able to toggle
>>>>>> certain articles as read only on the subscriber or publisher what you
>>>>>> have
>>>>>> to do is
>>>>>>
>>>>>> a) create a separate publication for them.
>>>>>> b) carefully apply permission to the account you are using for each
>>>>>> individual subscriber. For example lets say you use the account
>>>>>> Leila. You
>>>>>> want table1 to be full, but table2 to be read only, or lets say
>>>>>> update
>>>>>> only. You grant permission to Leila in the publication db for update
>>>>>> only.
>>>>>>
>>>>>> Then when you create your publication and get to the specify articles
>>>>>> dialog, click on the browse button to the right of your table name,
>>>>>> and
>>>>>> select the Merging Changes Tab, and then select which DML type
>>>>>> activity
>>>>>> you want to be enforced. What will happen is that if you select all
>>>>>> three
>>>>>> lets say, and the permission for the Leila account does not have
>>>>>> rights to
>>>>>> do any DML on the authors table (lets say), all DML originating at
>>>>>> the
>>>>>> subscriber will be kicked back as a conflict.
>>>>>>
>>>>>> --
>>>>>> Hilary Cotter
>>>>>> Director of Text Mining and Database Strategy
>>>>>> RelevantNOISE.Com - Dedicated to mining blogs for business
>>>>>> intelligence.
>>>>>>
>>>>>> This posting is my own and doesn't necessarily represent
>>>>>> RelevantNoise's
>>>>>> positions, strategies or opinions.
>>>>>>
>>>>>> Looking for a SQL Server replication book?
>>>>>>
http://www.nwsu.com/0974973602.html >>>>>>
>>>>>> Looking for a FAQ on Indexing Services/SQL FTS
>>>>>>
http://www.indexserverfaq.com >>>>>>
>>>>>>
>>>>>>
>>>>>> "Leila" <Leilas@hotpop.com> wrote in message
>>>>>> news:eZ1j9jqaGHA.4196@TK2MSFTNGP03.phx.gbl...
>>>>>>> Hi,
>>>>>>> In a particular scenario, the customer has a Win XP with SQL Server
>>>>>>> 2000
>>>>>>> Personal Edition. I want to establish replication environment.
>>>>>>> Obviously
>>>>>>> Merge and Snapshot replication is available. Snapshot is not
>>>>>>> suitable,
>>>>>>> the only option is Merge. Some tables must not reflect the changes
>>>>>>> to
>>>>>>> publisher. Is it possible to do this?
>>>>>>> Thanks in advance,
>>>>>>> Leila
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>