PDC_REPORT_CreazioneDB/sql/tablesCollaudo/dbo_OLE_DB_Destination.sql
2025-06-09 19:17:49 +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