CREATE TABLE [dbo].[873855](
[reportableresultid] [uniqueidentifier] NULL,
[samplecode] nvarchar NULL,
[testprepetitioncode] nvarchar NULL,
[testcode] nvarchar NULL,
[parametercode] nvarchar NULL,
[reportableresultcode] nvarchar NULL,
[iscalculated] [bit] NULL,
[createdonutc] datetimeoffset NULL
) ON [PRIMARY]
GO
INSERT INTO [dbo].[873855] ([reportableresultid] ,[samplecode] ,[testprepetitioncode],[testcode],[parametercode],[reportableresultcode],[iscalculated],[createdonutc]) VALUES ('1328207E-434B-4124-8FA1-C99EDB3015B3', '202-2022-00044806', 'T-202-2022-0000080704', '2Z4PB', 'PAZ03G4', 'T-202-2022-0000080704PAZ03G41', 0,'2022-04-07 09:12:04.4783982 +00:00')
INSERT INTO [dbo].[873855] ([reportableresultid] ,[samplecode] ,[testprepetitioncode],[testcode],[parametercode],[reportableresultcode],[iscalculated],[createdonutc]) VALUES ('6E4CAF3F-FB37-4AF3-8734-D8C4AEA08205', '202-2021-00013862', 'T-202-2021-0000024673', '2Z031', 'PAZ0022', 'T-202-2021-0000024673PAZ00221', 0,'2021-03-08 04:40:53.9305471 +00:00')
INSERT INTO [dbo].[873855] ([reportableresultid] ,[samplecode] ,[testprepetitioncode],[testcode],[parametercode],[reportableresultcode],[iscalculated],[createdonutc]) VALUES ('FFC334BE-D009-4432-9257-4C1110F72E68', '202-2021-00001551', 'T-202-2021-0000002779', '2Z031', 'PAZ0022', 'T-202-2021-0000002779PAZ00223', 0,'2021-01-13 08:35:57.3148269 +00:00')
[...]