Common Workflows
How teams typically use XRAY day to day.
New server onboarding
- Register the instance and run a full best-practice profile.
- Export or email the findings report for the build ticket.
- Remediate Critical/High items; keep Medium for the next sprint.
- Save a history snapshot so later scans show drift.
Monthly health review
- Re-run the same profile used last month.
- Compare dashboards / history for new regressions.
- Schedule the scan if you want email delivery without opening the app.
Scheduling & Worker Service
Schedules can run in two ownership modes:
- InApp — desktop app owns the schedule loop (must stay open).
- WorkerService — Windows service
DBLenseSQLServerXRAYruns unattended scans.
Schedule storage: %LOCALAPPDATA%\DBLenseSQLServerXRAY\scan-schedules.json. Worker logs typically live under %ProgramData%\DBLenseSQLServerXRAY\logs. Install the worker with the included installer as an administrator when you need unattended operation.