• virat_108 (4/14/2011)


    You will get better and easy explanation over here:

    http://dotnetpeoples.blogspot.com/2011/04/difference-between-delete-and-truncate.html

    That blog post states that delete cannot be rolled back. This is inaccurate. Both truncate and delete can be rolled back if they are within a begin tran/commit/rollback statement.