CREATE TABLE [dbo].[ReportSezionePers] ( [DtCreazione] datetime NULL, [DtCancellazione] datetime NULL, [IdReport] int NOT NULL, [IdSezione] int NOT NULL, [Utente] varchar(13) NULL ) GO