Truncate_Temp.sql 212 B

1234567891011121314
  1. TRUNCATE TABLE [temp].[IFT_Actuals]
  2. GO
  3. TRUNCATE TABLE [temp].[IFT_Budget]
  4. GO
  5. TRUNCATE TABLE [temp].[IFT_Commitment]
  6. GO
  7. TRUNCATE TABLE [temp].[IFT_Controlling_Documents]
  8. GO
  9. TRUNCATE TABLE [temp].[IFT_Plan]
  10. GO