Declaratia 112

⌘K

//top\\ | Ssis-885

| Item | Description | |------|-------------| | | SSIS‑885 – a Microsoft‑internal feature‑request/bug‑ID that introduced “Unified Execution Logging to Azure Monitor (Log Analytics)” for SQL Server Integration Services packages. | | Goal | Give developers and operations teams a single, searchable, real‑time view of every SSIS package execution – whether the package runs on‑prem, in an Azure‑SQL Managed Instance, or inside an Azure‑DataFactory (ADF) SSIS Integration Runtime (IR) . | | Why it matters |

:

SSISExecution_CL | where EventType_s == "OnError" | summarize FailedRuns = dcount(ExecutionId_g) by bin(TimeGenerated, 1h) | render timechart SSIS-885