CARLO_Truncate_temp.sql 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. USE [CARLO]
  2. GO
  3. TRUNCATE TABLE [temp].[Sachposten]
  4. GO
  5. TRUNCATE TABLE [temp].[Artikel]
  6. GO
  7. TRUNCATE TABLE [temp].[Debitorenposten]
  8. GO
  9. TRUNCATE TABLE [temp].[Werkstattposten]
  10. GO
  11. TRUNCATE TABLE [temp].[Fahrzeug_Ausstattung]
  12. GO
  13. TRUNCATE TABLE [temp].[Time_Entry_T]
  14. GO
  15. TRUNCATE TABLE [temp].[Verkaufsrechnungszeile]
  16. GO
  17. TRUNCATE TABLE [temp].[Wertposten]
  18. GO
  19. TRUNCATE TABLE [temp].[Arbeitswertposten]
  20. GO
  21. TRUNCATE TABLE [temp].[Verkaufsrechnungskopf]
  22. GO
  23. TRUNCATE TABLE [temp].[Fahrzeug]
  24. GO