DLH.io Documentation logoDLH.io Documentation

Scenarios

Complete, copy-ready SQL Server Agent configurations for the deployments customers run most often, each with the expected run output and downstream setup.

Each scenario is a complete dlh_agent_config.yaml you can copy, fill in and run, followed by what the first and steady-state runs look like and how the data is consumed downstream. The Configuration reference explains every key; these pages show how the keys fit together.

How to use these pages

  1. Start from the scenario closest to your target, then layer in the others (for example the SCD2 or SQL query pages on top of the Azure Delta deployment). The YAML fragments compose: each page marks which section it adds or changes.
  2. Replace every <PLACEHOLDER> before the first run. The agent refuses to start while a placeholder remains and names the key.
  3. Validate before scheduling: dlh_agent_sql_server.exe --config-check then dlh_agent_sql_server.exe --diagnose. See CLI reference.
  4. Run once interactively, review the run summary, then hand the run over to Windows Task Scheduler as described in Operations.

Values used in the examples

The examples use agent_version: 1.9.4, a host named sql01.corp.local, Windows paths under C:/dlh/ and the site code Site003 as target_schema_prefix. Change them to match your environment; only the placeholders in angle brackets are mandatory to replace.