Viewing 3 posts - 1 through 4 (of 4 total)
Hi,
thanks for your suggestions!
I was in the same boat and it came back working when I set the 64 bit option to "False",
thanks,
S
August 24, 2020 at 10:22 am
To be more exact:
backup log DATABASE_NAME with truncate_only
dbcc shrinkfile ([DATABASE_LOG_NAME],2)
where "2" is the desireded size of the log file after shrinking.
Please keep in mind, however, that (quoting SQLBill at http://www.sqlservercentral.com/Forums/Topic266619-5-1.aspx)
"If...
March 21, 2008 at 3:16 am
Hi,
try to run
backup log log_logical_name with truncate_only
before running the shrink command.
It normally works for me,
regards,
SG
March 21, 2008 at 3:01 am
Viewing 3 posts - 1 through 4 (of 4 total)