CARLO_Truncate_Inkrementell_2.sql 1.1 KB

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