- TS application listening port: 7777
|-- dist
|-- src
|-- .dockerignore
|-- Dockerfile
| create table dbo.DimDate | |
| ( | |
| DateKey int not null, | |
| FullDate date not null, | |
| DayNumberOfWeek tinyint not null, | |
| DayNameOfWeek nvarchar(10) not null, | |
| WeekDayType nvarchar(7) not null, | |
| DayNumberOfMonth tinyint not null, | |
| DayNumberOfYear smallint not null, | |
| WeekNumberOfYear tinyint not null, |