Note that using truncate table is dangerous, this is not a logged operation. Only use this if you have good recent backups or can readily reload the data from another source. If you want the deltion logged, then use the delte command without a where clause. And make darn sure you are in the right database on the right server and using the right table. If you are thinking you are clearing out the Customer table on your development server and you accidentally do it on the production server, then that is bad news even if you have a recent backup. People have lost their jobs for careless use of truncate table.
Questions about posting. See faq183-874