Truncate and snapshot isolation

  • When Snapshot isolation is enabled, any updates will first store a copy of the rows to be updated in the version store BEFORE updating.

    Does this occur with TRUNCATE TABLE also? i.e. if I truncate a table, and its a super mega huge table, will the rows be queryable via the version store while the truncate is in progress?

  • You probably want to read SQLSkills posting from Paul Randall and Kimberly Tripp to understand the effects of what you want to do.

    http://www.sqlskills.com/blogs/paul/

    Thomas LeBlanc, MVP Data Platform Consultant

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply