Friday, February 10, 2012

Clearing A Table?

Hello, and sorry if this is really obvious.

Is there a way to wipe all data from a table, besides the obvious manual way?

You could truncate the table. Try the link below for T-SQL Truncate Table. Hope this helps.

http://msdn2.microsoft.com/en-us/library/ms177570.aspx

No comments:

Post a Comment