• hello

    first dbcc loginfo and check status column may be 0 or 2 ,if 0 you can

    backup log dn_name with truncate _only

    go

    dbcc shrinkfile(log_file_id or file_name,size you want to shrink)

    go