• As TRUNCATE TABLE removes the data by deallocating the data pages used to store the table's data, it is practically impossible (at least until now) to segment this command, given the fact that a page can be share by several rows, or a row could be distributed among several pages. So the TRUNCATE TABLE command can't be deterministic, so speak.