CREATE TABLE [dbo].[port_errati] ( [rete] char(1) NULL, [cod_conf] varchar(11) NULL, [cod_fiscale] varchar(16) NULL ) GO