Submit Your Health Check Results

Run our published script, read the output file yourself, then send it to us here. Nothing leaves your estate that you haven't seen.

How It Works

1

Download and read the script

kutech-health-check.sql is plain T-SQL. Open it, read it, run it past your own team. It is read-only and collects configuration and performance metadata only. It never reads the contents of your tables.

2

Set the export flag

Near the top of the script, change @export from 0 to 1. That switches the output from browsable grids to a single results file. If you'd rather we didn't see query text from your plan cache, also set @includeQueryText to 0.

3

Run it

From a command prompt on any machine that can reach the instance:

sqlcmd -S YOURSERVER -E -d YourMainDatabase -i kutech-health-check.sql -y 0 -h -1 -o kutech-healthcheck.json

-E uses Windows authentication (use -U/-P for SQL authentication). It takes seconds and makes no changes.

4

Review the file, then upload it

Open kutech-healthcheck.json in any text editor. It's human-readable: every value we'll receive is right there. When you're happy, upload it below.

Prefer not to run it yourself? We'll happily do it with you on a 20-minute screen share instead, and you watch the file being created. Get in touch to arrange it.

What We Collect, and What We Don't

The script is public precisely so you never have to take our word for it.

It collects: instance and database configuration, file sizes and free space, backup and integrity-check history, wait statistics, index usage metadata, aggregate query performance figures, and SQL Agent job failure messages. Metadata about how your SQL Server is running, nothing more.

It never collects: the contents of your tables, personal data held in your databases, logins, or credentials of any kind.

One honest caveat: the expensive-queries section includes statement text from the plan cache, and query text can contain literal values from your workload. If that's a concern, set @includeQueryText = 0 and the section is excluded entirely. The report is slightly less specific, and that trade-off is yours to make.

Handling: your file is used solely to produce your health check report, is stored securely, is never shared, and is deleted once your report has been delivered. Contact details submitted with it are handled as described in our privacy policy.

Upload Your Results File

An unhandled error has occurred. Reload 🗙