Link to home
Start Free TrialLog in
Avatar of rmm2001
rmm2001Flag for United States of America

asked on

Truncate/shrink log file with CDC Enabled (SQL Server 2008)

I have a database on SQL2008 enabled with CDC. But the log file has gotten way too big and has filled up my disk. I need to truncate it somehow (I've captured the data so I don't the info in it or anything - I just need it truncated). I disabled CDC on both the tables and the database and have no open transactions

I've tried SHRINKDATABASE, SHRINKFILE, And even the tool in SSMS to try to release everything in it. No matter what I do - the log file doesn't change size.

Do you have any clue how I can truncate/shrink it? I just need to as small as it can be so I can start logging again.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Adam Menkes
Adam Menkes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rmm2001

ASKER

ah ha! that worked!

thank you so much! :)