PDC_REPORT_CreazioneDB/sql/Produzione/tabelle/dbo_OLE_DB_Destination.sql
2025-06-10 15:29:00 +02:00

7 lines
159 B
Transact-SQL

CREATE TABLE [dbo].[OLE DB Destination] (
[IdCaric] int NULL,
[NomeBatch] varchar(50) NULL,
[DtEsecuzione] datetime NULL,
[Stato] varchar(200) NULL
)
GO