Suppose we have an Employee Table with these ID ,Name, DeptID, Status and Salary fields.
BEGIN TRAN
TRUNCATE TABLE Employees
ROLLBACK
SELECT * FROM Employees