CREATE TABLE [dbo].[RecuperoPdfIdx_2] (
	[Rete] char(1) NOT NULL,
	[CodiceFiscale] varchar(16) NOT NULL,
	[tip_contratto] smallint NULL,
	[rol] char(1) NULL,
	[data_fineAvanzato] datetime NULL
)
GO