# ErikEJ/SqlQueryStress

SQL query stress simulator created by Adam Machanic http://dataeducation.com/sqlquerystress-the-source-code/

Repository: https://github.com/ErikEJ/SqlQueryStress
Canonical: https://ross.abutalabs.com/products/sqlquerystress
Language: C#
License: MIT
License Family: permissive
Topics: sql-server, performance, stress-test
Last push: 2026-08-20T08:23:24+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 86, longevity 100
- inputs: {"age_days": 3894, "days_push": 13, "days_rel": 13, "gap_med": 65.0, "n_releases_24m": 11}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1105, forks 281 (observed 2026-08-28T04:03:36.437656+00:00)

## What it is
SqlQueryStress is a Windows GUI tool (with a cross-platform CLI companion, sqlstresscmd) for stress-testing SQL Server queries by running them under configurable concurrency and load. It helps measure query performance and compare execution behavior across tuning changes.

## Use cases
- stress test a SQL Server query under concurrent load
- compare stored procedure performance before and after index changes
- measure query throughput and CPU cost across many executions
- load test T-SQL queries with parameter substitution
- run repeatable query benchmarks from the command line

## When to choose
- you need to benchmark SQL Server queries or stored procedures under realistic concurrency
- you want a simple GUI tool for query load testing on Windows
- you want a cross-platform CLI for automated query stress tests

## When to avoid
- you need to load test non-SQL Server databases
- you need full application-level or HTTP load testing rather than raw query testing
- you need a distributed load generation cluster

## Facets
- artifact type: application
- maturity: active
- function: benchmarking, testing, database, cli, gui
- domain: databases, performance, developer-tools
- platform: windows, cross-platform, cli, dotnet
- tags: sql-server, stress-testing, load-testing, query-tuning, tsql, command-line

## Member repositories
- ErikEJ/SqlQueryStress (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:36.437656+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:44:20.705736+00:00, confidence not recorded.
  - readme: https://github.com/ErikEJ/SqlQueryStress (fetched 2026-08-28T04:03:36.437656+00:00, sha addf5c60d435)
- Data as of 2026-08-30T08:39:29.467469+00:00.
