Hi,
I am shipping logs from one SQL server 2000 to another using the wizard setup in Enterprise Edition. Unfortunately, the secondary server is on a slow link. Not a problem during the day normally, but weekly I do a rebuild of the indexes, which blows the transaction log big time - the log shipping then typically times out.
I was thinking about pausing log shipping, changing the recover mode of the DB to bulk-logged or simple, doing my DBCC command, changing the recovery mode back to full (we need point-in-time recovery) and kicking off the jobs/whatever again. Is this possible, or will it throw the logs out of sync and again break the log shipping?
Thanks in advance - and a Merry Christmas one and all
I am shipping logs from one SQL server 2000 to another using the wizard setup in Enterprise Edition. Unfortunately, the secondary server is on a slow link. Not a problem during the day normally, but weekly I do a rebuild of the indexes, which blows the transaction log big time - the log shipping then typically times out.
I was thinking about pausing log shipping, changing the recover mode of the DB to bulk-logged or simple, doing my DBCC command, changing the recovery mode back to full (we need point-in-time recovery) and kicking off the jobs/whatever again. Is this possible, or will it throw the logs out of sync and again break the log shipping?
Thanks in advance - and a Merry Christmas one and all