# 清空DB內所有table 資料 ###### tags: `MSSQL` 極度危險, 慎用! ```sql= EXEC sp_MSForEachTable 'TRUNCATE TABLE ?' ```