TRUNCATE TABLE (Transact-SQL) - MSDN - Microsoft
Removes all rows from a table without logging the individual row deletions.
TRUNCATE TABLE is similar to the DELETE statement with no WHERE clause;
... Transact-SQL Syntax Conventions ...
msdn.microsoft.com |