• In T-SQL:

    BACKUP LOG dbname WITH TRUNCATE_ONLY

    Replace dbname with the database name.

    -SQLBill