In my system (SQL 2000) i had snapshot replication working fine.
However, I am learning about transactional replication, and I have a few questions.
1) why is there still a snapshot being made? I thought transact was supposed to just make a list of the changes that were made and then send those over?
Can I disable the snapshot and just let the transact job run? I have a feeling i'm missing something here...
2) i have a full text index on one of the tables being replicated. Snapshot was moving the entire dataset over, so the index had to be rebuilt on the subscriber machine daily. I'm hoping that using transactional replication will solve this, and the change tracking on the subscriber machine will only index the new data brought over by the transact. Is this a correct assumption?
Thanks in advance for all your help.
Jeff
However, I am learning about transactional replication, and I have a few questions.
1) why is there still a snapshot being made? I thought transact was supposed to just make a list of the changes that were made and then send those over?
Can I disable the snapshot and just let the transact job run? I have a feeling i'm missing something here...
2) i have a full text index on one of the tables being replicated. Snapshot was moving the entire dataset over, so the index had to be rebuilt on the subscriber machine daily. I'm hoping that using transactional replication will solve this, and the change tracking on the subscriber machine will only index the new data brought over by the transact. Is this a correct assumption?
Thanks in advance for all your help.
Jeff