Common Workflows
Repeatable Script Runner playbooks for multi-server work.
Fleet inventory (read-only)
- Create or select a Server Group that includes the instances you manage.
- Paste a read-only inventory script (versions, databases, last backup times, etc.).
- Set Include Databases if you only need user DBs (exclude system DBs via filter).
- Run Validate, then Execute in parallel if the script is lightweight.
- Export the result grid to Excel/CSV for the change ticket.
Controlled patch rollout
- Put the change script in a Script Folder (or paste it) with clear GO batches.
- Target a non-prod group first; use Stop-on-error if later steps depend on earlier ones.
- Review the Execution Log for failed batches; fix and re-run only failed targets if needed.
- Promote the same script to a prod group after sign-off — do not edit the script between environments if you can avoid it.
Pattern-matched script packs
- Name scripts so Pattern Match Routing can map files to the right server groups.
- Run the folder against the fleet; confirm each file hit the intended targets in the log.