CREATE TABLE [C6MartPeriodico].[ELABORAZIONI_EMAIL_RNA] (
	[Data_Elaborazione] datetime NOT NULL,
	[ID_ELAB] int NULL
)
GO