CREATE TABLE [dbo].[Cruscotto_Archiviazione] (
	[flag_archiviazione] smallint NULL,
	[flag_nastro] smallint NULL,
	[flag_canc] smallint NULL,
	[num_report_da_elab] int NULL,
	[num_report_su_nastro] int NULL,
	[num_report_canc_da_db] int NULL
)
GO