Alter database coost3 remove file 'coost3_logE'
Error:
The file 'coost3_logE' cannot be remove because it is not empty.
Now I
backup log coost3 with truncate_only
backup database coost3 to disk = 'e:\coost3.bak'
dbcc loginfo(coost3)
shows many rows (20-30) with status "0" but one that status auf file 3 is
"2"
Itzik Ben-Gan writes in NG that means file is in use.
Why doesn't truncate the log file with backup and backup log and EM truncate
log?