| 12345678910111213141516171819 |
- USE GC_DWH_ARI
- GO
- DROP TABLE [dbo].[Service_gesamt_DWH]
- GO
- SELECT *
- INTO dbo.Service_gesamt_DWH
- FROM [GC_ETL_ARI].[load].[Service_gesamt_DWH]
- GO
- --CREATE NONCLUSTERED INDEX NW_GW_VK_Datum
- --ON NW_GW_VK(Datum)
- --GO
- --CREATE NONCLUSTERED INDEX NW_GW_VK_Monatserster
- --ON NW_GW_VK(Monatserster)
- --GO
|