use db_name;
sp_helpfile; <- log name명 알아오기 (필드 name)

backup log aaa with no_log;
dbcc shrinkfile ('aaa_Log' ,7); <- aaa_Log를 7MB로 축소
AND