|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, April 19, 2012 4:00 PM
Points: 100,
Visits: 168
|
|
Should be a quick question I hope. I've forgotten the answer. If you change a 2005 database from FULL to BULK-LOGGED recovery mode when you do your Index rebuilding and then change it back to FULL, doesn't that break the T-Log backup chain?
Thanks, Lezza
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Monday, June 10, 2013 12:13 PM
Points: 4,319,
Visits: 9,217
|
|
No - changing from FULL to BULK-LOGGED and back again does not break the log chain. Changing to/from SIMPLE breaks the log chain.
See the article I link to in my signature for more information on how to manage your transaction logs.
Jeffrey Williams Problems are opportunites brilliantly disguised as insurmountable obstacles.
How to post questions to get better answers faster Managing Transaction Logs
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 11:53 AM
Points: 349,
Visits: 221
|
|
If I change from full to bulk logged on replicated database (published), rebuild the indexes and change back to full. Will it impact replication? Should I stop any of the agents before it?
I need to do it because of tran. log disk becomes full. BTW I am using SQL 2000 SP3.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Yesterday @ 3:37 PM
Points: 38,028,
Visits: 30,334
|
|
Replication does not depend in any way on recovery model.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, June 07, 2013 1:32 PM
Points: 35,
Visits: 770
|
|
I will be loading several thousand records. If I temporarily change my recovery model from FULL to BULK LOGGED, will I lose the ability to recover to a point in time?
This link seems to indicate that.
[url=http://msdn.microsoft.com/en-us/library/ms191244(v=sql.105).aspx][/url]
KU
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Yesterday @ 3:37 PM
Points: 38,028,
Visits: 30,334
|
|
Yes, but just within the log backup interval that contains the bulk operations.
p.s. Please post new questions in a new thread in future. Thanks
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, June 07, 2013 1:32 PM
Points: 35,
Visits: 770
|
|
Will do...Thanks Gail!
KU
|
|
|
|