Viewing 3 posts - 1 through 3 (of 3 total)
If you'd like to fix this problem without having to create the 'missing' folder in a location that 'shouldn't' exists since you have chosen path other than the 'default' path...
September 8, 2006 at 10:22 am
If you can't use TRUNCATE_ONLY Option
You may want to run the following command instead:
BACKUP LOG [Databasename] WITH NO_LOG
The NO_LOG clause removes the inactive part of the log without making a backup copy...
December 7, 2004 at 2:40 am
I've lost 2 points on that one but I'm afraid I have to disagree on the correct answer.
There definitely IS a difference between the TRUNCATE WITH NO_LOG and TRUNCATE_ONLY options......
May 27, 2004 at 2:28 am
Viewing 3 posts - 1 through 3 (of 3 total)