CREATE TABLE [dbo].[tmp_table] ( [codFis] varchar(16) NULL, [rete] char(1) NULL ) GO