CREATE TABLE [dbo].[ReportPDF_CapitoloPDF] ( [IdReportPDF] int NULL, [IdCapitoloPDF] int NULL ) GO