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