• I call shenanigans. How can the answer not be no? If a database is set to Bulk-Logged recovery model that means some transactions are minimally logged. That would mean the complete transaction would not exist in the database log file, how can you restore to that when SQL cannot rebuild the whole transaction?

    My reference points:

    BoL: Recovery Model Overview

    SSC article: Restoring to a Point In Time[/url]

    MSSQLTips.com: SQL Server point in time recovery (article ID 1229)

    TechNet: Recovering to a Specific Point in Time

    SQL University: Backups and Restores – Recovery Models

    Shawn Melton
    Twitter: @wsmelton
    Blog: wsmelton.github.com
    Github: wsmelton