PHISSUG

Home of Filipino Sql Server Enthusiasts
Welcome to PHISSUG Sign in | Join | Help
in Search

Managing replicated database

Last post 06-11-2008, 2:27 AM by bass_player. 2 replies.
Sort Posts: Previous Next
  •  06-10-2008, 8:49 PM 2827

    Managing replicated database

    For you guys who implement replication, how do you manage the replicated (target) database? Like file size growth on the target, transaction log getting filled, etc.
  •  06-11-2008, 1:47 AM 2829 in reply to 2827

    Re: Managing replicated database

     

    I use to change the Recovery Model to "Simple" of the target database then shrink the transaction log file group. After that it will reset the transaction log file to 1MB.

     


    Jimmy Mcp, Mcdba
  •  06-11-2008, 2:27 AM 2830 in reply to 2829

    Re: Managing replicated database

    Thanks for the suggestion, bossing.  I was under the impression that replication, like log shipping, relies on the transaction log to commit the transactions related to the replcated data.  Changing the database recovery model to simple will truncate the logs and cause the replication to fail (which is what happened when I did just that).
View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems