|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:41 AM
Points: 99,
Visits: 129
|
|
How do I solve this error please? Thanks
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 2:33 AM
Points: 180,
Visits: 512
|
|
Can you be more descriptive on this.
DB Recovery mode: Is Differential Backups been taken every while.
OR.. Do this
DBCC Shrinkfile(Adventureworks2012_Log, 512);
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 7:26 AM
Points: 81,
Visits: 860
|
|
| It can be because ur log file is set to restricted growth or drive on which log file is kept is full.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 12:38 AM
Points: 37,725,
Visits: 29,981
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 2:33 AM
Points: 180,
Visits: 512
|
|
Thanks mahesh: Lets say if the drive is full, what options do we have apart from growing the mount point capacity.
Or is there a way to match the LSN here? the tran log backup is failing because the log space full.
how can I change the log_reuse_wait to 'NOTHING' from 'Replication'
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 12:38 AM
Points: 37,725,
Visits: 29,981
|
|
Mac1986 (10/29/2012) Thanks mahesh: Lets say if the drive is full, what options do we have apart from growing the mount point capacity.
Or is there a way to match the LSN here? the tran log backup is failing because the log space full.
how can I change the log_reuse_wait to 'NOTHING' from 'Replication'
Please don't post in multiple threads for the same problem. I answered you in the thread you started, please keep the discussion there for simplicity and clarity.
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-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 2:33 AM
Points: 180,
Visits: 512
|
|
Hello Master Gail: Thanks a million for such beautiful article on log behavior.
Quick Question: I have seen a situation where the there is no replication setup on the DB . CDC is wnabled. and the log_reuse_wait_desc shows as 'Replication'..
As per the article, undistributed transaction is causing the Log Growth. how can i check if which undistributed LSN ((43831:51:1) in my case) provided in DBCC OPENTRAN output is pointing to DDL operations of type ALTER TABLE.
how can i relate and compare the LSN in OPENTRAN with DDL Operation Please have your comments on this..
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 12:38 AM
Points: 37,725,
Visits: 29,981
|
|
Mac1986 (10/29/2012) Hello Master Gail: Thanks a million for such beautiful article on log behavior.
Quick Question: I have seen a situation where the there is no replication setup on the DB . CDC is wnabled. and the log_reuse_wait_desc shows as 'Replication'..
As per the article, undistributed transaction is causing the Log Growth. how can i check if which undistributed LSN ((43831:51:1) in my case) provided in DBCC OPENTRAN output is pointing to DDL operations of type ALTER TABLE.
how can i relate and compare the LSN in OPENTRAN with DDL Operation Please have your comments on this..
Please don't post in multiple threads for the same problem. I answered you in the thread you started, please keep the discussion there for simplicity and clarity.
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
|
|
|
|