08-03-2007 03:00 PM - edited 03-14-2019 10:56 PM
All,
I have a CCM3 db log file that is 940m and I have an error on my CCM saying that the log file is too full. The actual database file is 17mb. How do I shrink the log file to get the db back up and running?
08-03-2007 06:51 PM
From SQL Query analyzer select the CCM030X DB from the pull-down and execute the following query:
dump tran "CCM030X with no_log
dbcc shrinkdatabase (CCM030X
This will shrink and truncate the transaction logs.
Just FYI, this one is for CDR|ART:
08-06-2007 04:29 AM
Will this do just the log file? can you clarify, if my database is CCM0300 and the log file is CCM0300_log, how would the command read?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide