I have Transactional Replication with no subscriber update and pull subscriptions.
I understand that routine maintance has to be performed on the Subscriber database as usual. What I am wondering about is the Distribution database and the Publication database. I have read that I should specify:
sp_replicationdboption 'Distribution','sync with backup','true'
to make sure that my log backups include all the transactions. I should also run this on the Publication database. Would you agree with this?
Jim Drewe