123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- USE [CARLO]
- GO
- TRUNCATE TABLE [import].[Sachposten]
- GO
- TRUNCATE TABLE [import].[Artikel]
- GO
- TRUNCATE TABLE [import].[Debitorenposten]
- GO
- TRUNCATE TABLE [import].[Werkstattposten]
- GO
- TRUNCATE TABLE [import].[Fahrzeug_Ausstattung]
- GO
- TRUNCATE TABLE [import].[Time_Entry_T]
- GO
- TRUNCATE TABLE [import].[Verkaufsrechnungszeile]
- GO
- TRUNCATE TABLE [import].[Wertposten]
- GO
- TRUNCATE TABLE [import].[Arbeitswertposten]
- GO
- TRUNCATE TABLE [import].[Verkaufsrechnungskopf]
- GO
- TRUNCATE TABLE [import].[Fahrzeug]
- GO
|