• The recovery model is: simple

    also

    I write the statement something like this:

    Backup Database [db name]

    to disk = N'Path to file'

    with init, Name=N'full database backup', skip, stats=10;

    Is this will not truncate the log and if it do , what statement will do work that I need?