jeffmoore64
Programmer
Hi,
I need to update the value in a column whenever replication adds data to a table. Here is the situation:
table A is kept up to date via replication. Table B is a copy of of Table A, but has an extra column that is updated via a stored proc.
Question:
Is there some way to tie the execution of the stored Proc. to the replication event? Can this be done via a trigger?
TIA
Jeff
I need to update the value in a column whenever replication adds data to a table. Here is the situation:
table A is kept up to date via replication. Table B is a copy of of Table A, but has an extra column that is updated via a stored proc.
Question:
Is there some way to tie the execution of the stored Proc. to the replication event? Can this be done via a trigger?
TIA
Jeff