CREATE TABLE [dbo].[ScartiNonArchiviabili] ( [idInMetadati] int NOT NULL, [idReport] int NULL, [DataInserimento] datetime NOT NULL ) GO