CREATE TABLE [tmp].[TranspCostRaw] ( [TranspZone] NVARCHAR (50) CONSTRAINT [DF_TraspZoneRaw] DEFAULT ('') NOT NULL, [TranspCost] NVARCHAR (50) NOT NULL );