문제

I have been doing database work for years but have very limited experience with replication.

When using Transactional Replication, is there any reason the subscriber needs to be in Full recovery mode? I've inherited several databases that are being replicated and all the subscribers are set to Full causing extremely large t-logs. I would like to set them to simple but am concerned that I could cause a production issue with the replication by doing so.

Thanks!

도움이 되었습니까?

해결책

As always, test before proceeding...

Replication does not require full recovery mode - the log reader agant will parse the transaction log and copy any transactions marked for replication to the publication DB.

See http://technet.microsoft.com/en-us/library/ms151706(SQL.105).aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top