Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Full Database Backup with no truncate

    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...

Viewing post 1 (of 1 total)