• GAWDS
  • Nik Makris is a Learning Tree .NET Enterprise Application Development Certified Professional
    .NET Enterprise Application Development
    Certified Professional
    Learning Tree International
  • Nik Makris is certified under the CCNA® program
    Nik Makris is certified under the CCNA® program
  • Nik Makris is Google Analytics Qualified
    Nik Makris has obtained the Google Analytics Individual Qualification
Blog

SQL TRUNCATE TABLE Command

19. February 2003 14:41

TRUNCATE TABLE <table name>

Deletes all rows from a table without logging an transactions. Very useful if the contents of a table you want to delete is very large.

Tags: , ,

Filed under: Databases

Comments are closed