CREATE TABLE [C6MartPeriodico].[TB_Campione_GB] (
	[rete] char(1) NULL,
	[cod_fiscale] nvarchar(32) NULL,
	[flag_stampa] int NULL DEFAULT ((1))
)
GO