SQL7/SQL2000 Replication# Database - 数据库
b*d
1 楼
I have a question about the replication method with SQL7 or
SQL2000 (I'm using SQL2000 actually). I know how to set up
publication for replicating certain tables, but need to
figure out how to capture the content of a publication and
send a message to an MSMQ queue. The default for
transactional replication in SQL server is to replicate the
change to a subscriber's table. My guess is during the
process of getting the content from publisher to subscriber,
there's got to be a place (maybe internal
SQL2000 (I'm using SQL2000 actually). I know how to set up
publication for replicating certain tables, but need to
figure out how to capture the content of a publication and
send a message to an MSMQ queue. The default for
transactional replication in SQL server is to replicate the
change to a subscriber's table. My guess is during the
process of getting the content from publisher to subscriber,
there's got to be a place (maybe internal