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