|
|
|
|
Browse by Tags
All Tags » SQL Server 2008 » TRUNCATE » SQL Server 2005 (RSS)
-
I am still amazed at how many people still think that TRUNCATE TABLE is not logged. There is some logging going on but it is minimal, here is what Books On Line says:
TRUNCATE TABLE removes the data by deallocating the data pages used to store the table's data, and only the page deallocations are recorded in the transaction ...
|
|
|
|
|