Thanks for invitation, here are they:
DDL:
CREATE TABLE [dbo].[SMENNOST](
[ARBPLNR] [char](8) NOT NULL,
[DATUM] [date] NOT NULL,
[S1] [numeric](2, 1) NULL,
[S2] [numeric](2, 1) NULL,
[S3] [numeric](2, 1) NULL,
[P1] [numeric](4, 2) NULL,
[P2] [numeric](4, 2) NULL,
[P3] [numeric](4,...