July 10, 2007 at 11:45 am
Modify the appropriate replication stored procedures to do just that ?
* Noel
July 22, 2007 at 7:57 am
Oops - I missed the "during" bit...
/Vincent
July 22, 2007 at 7:57 am
You could also consider writing a stored procedure that does what you want and insert a job step to the distribution job after the Run Agent step in which you call that stored procedure. Ensure you adjust the On Success and On Failure actions accordingly.
/Vincent
July 23, 2007 at 11:16 am
You could also add triggers to the concerned tables. Note that modifying the insert proc or adding a subscriber side trigger are both brittle - could get dropped if you resnapshot and use the default settings.
July 23, 2007 at 12:52 pm
Thanks! Good to know. That is what I ended up doing was adding triggers to the concerned tables.
Viewing 5 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply