RE: Triggers on a Subscriber table

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: RRN (RRN_at_discussions.microsoft.com)
Date: 09/24/04


Date: Fri, 24 Sep 2004 12:27:01 -0700

HI Sylvain,

We have a pbulisher and a Distributer in the same server and a subscriber in
diffrent server but it is in LAN. I am using the transactional replication
between the publisher and subscriber. I have a alter script, to add timestamp
column to the subscriber and written the triggers to populate the time stamp
column whenever the record is getting inserted or updated to the subscriber
thru the replication.
I am getting the distibutuin agen time out experied error.

Can u pls help me.

Thanks in advance.

Regards,
Raghuram P.
"Sylvain" wrote:

> We have a Publisher and a Distributer in a remote location and a Subcriber
> in our office. After initial snapshot, we added triggers to some
> Subscriber's tables, but everytime there is Reinitialization on the
> Subscriber, we have to recreate triggers.
>
> Is there a way to reinitialize and not loose our triggers on the
> Subscriber's tables?
>
> Thanks,
>
>
>
>
>
>



Relevant Pages

  • Re: Transaction Updatable Replication between Servers (sql server 2005)
    ... You need to run sp_link_publication at the subscriber db side to create ... have trigger, but I don't see any for these articles/tables, that ... creating triggers for the related articles/tables. ... btw, none of these conflict ...
    (microsoft.public.sqlserver.replication)
  • Re: Transaction Updatable Replication between Servers (sql server 2005)
    ... You need to run sp_link_publication at the subscriber db side to create ... have trigger, but I don't see any for these articles/tables, that ... creating triggers for the related articles/tables. ...  btw, none of these conflict ...
    (microsoft.public.sqlserver.replication)
  • Re: Replication with Triggers
    ... I have written the following triggers to pouplate the time stamp column.The ... Actually my requirement is pull the diffrential data from the subscriber and ... update to the subscriber database thru the replcation.Do we have any ... > Looking for a SQL Server replication book? ...
    (microsoft.public.sqlserver.replication)
  • Re: Missing Transactions - REPOSTED.
    ... your app is able to force the replication stored procedures to run ... I'd run profiler on the transactional subscriber to see how this is ... occurring and to confirm that the merge triggers aren't firing. ...
    (microsoft.public.sqlserver.replication)
  • Re: non-updateable merge subscription
    ... How about dropping the replication triggers of table on the subscriber? ... data flow to the publisher, and subscriber database permissions to prevent ... In SQL Server 2005 this is more elegantly ...
    (microsoft.public.sqlserver.replication)