CREATE TABLE [dbo].[appoDaRecuperare] ( [rete] nvarchar(1) NULL, [codfis] nvarchar(16) NULL, [codconf] nvarchar(11) NULL, [bloccato] bit NULL ) GO