Got you, thanks.
"Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
news:%232bm28kCGHA.3856@TK2MSFTNGP12.phx.gbl...
> You can replicate the execution of a stored procedure. Suppose the text
> DML which occurs on your publisher occurs as the result of a store
> procedure, sort of like this
>
> p_MyProc @textdata ='In the beginning I was very small, the doctor slapped
> my mother and not me. My father was anxious to change me; but little did I
> know what he meant."
>
> It is possible to replicate the proc so it fires on both sides (the
> publisher and subscriber) with the same parameters and values.
>
> This can offer better performance than replicating the actual underlying
> DML.
>
> --
> Hilary Cotter
> 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 >
> "yanive" <yanive@rediffmail.com> wrote in message
> news:OEQAWWkCGHA.216@TK2MSFTNGP15.phx.gbl...
>> Hilary, I did not understand what you mean by that:
>> Also check and see if replicating the execution of stored procedures
>> will work for you. This might work better than replicating pure text.
>>
>>
>> Yaniv
>> ======
>>
>>
>> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
>> news:uJ0y2VZCGHA.3292@TK2MSFTNGP09.phx.gbl...
>>> It looks like you have configured replication to replicate a max of 2
>>> Gigs!
>>>
>>> This should be ok, but ideally you should size this according to the
>>> largest size of your text data.
>>>
>>> Replicating text data does take some time, so what you are seeing might
>>> be normal. Also check and see if replicating the execution of stored
>>> procedures will work for you. This might work better than replicating
>>> pure text.
>>>
>>> Regarding the deadlocks, run profiler or run sp_who2 on the subscribers
>>> to see what process is causing the locking.
>>>
>>> --
>>> Hilary Cotter
>>> 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 >>>
>>> "Yaniv" <yanive@rediffmail.com> wrote in message
>>> news:ujN4q3WCGHA.228@TK2MSFTNGP12.phx.gbl...
>>>> Hi,
>>>>
>>>> I recently updated an ntext column on a Publisher server and then found
>>>> that the data is replicated very slow, that is in the following days a
>>>> few more rows were added /replicated to the Pull Subscriber every day.
>>>>
>>>> sp_configure shows the following output for the max text repl size:
>>>> max text repl size (B) 0 2147483647 2147483647 2147483647
>>>> ---------
>>>>
>>>> In addition I have directed some reports to the Pull Subscriber (for
>>>> load balancing purpose) and faced some deadloacks which I have not
>>>> investigated yet. But I would like to point that I never face those
>>>> deadlocks with the same Reports on my main server before I directed
>>>> them to the replicated data .
>>>>
>>>> Is there any known issue with queries against Subscribers?
>>>>
>>>>
>>>>
>>>> Thanks,
>>>> Yaniv
>>>>
>>>
>>>
>>
>>
>
>