The TRUNCATE TABLE command in SQL Server
the truncate table statement is used to delete all records from a table in sql server.
the truncate table statement is used to delete all records from a table in sql server.
the truncate table statement is used to completely delete records from an existing table in sql.