CREATE TABLE [dbo].[testArchiveReport_FC] ( [idInMetadati] int NOT NULL, [idReport] int NULL, [repository] tinyint NOT NULL ) GO