SQL Truncate and Delete
DRANK

In SQL Server there are a couple a ways you can delete rows from a table.   You can use the TRUNCATE and DELETE command.  Though the end result of both commands is the same, there are very important differences you should know about. Whats the Difference between Truncate and Delete?

essentialsql.com
Related Topics: SQL Microsoft SQL Server