SQL Statistics Parser
Format and summarize SQL Server STATISTICS IO/TIME output.
Want to create short URLs? Sign up for free to get started.
About SQL Statistics Parser
What is the SQL Statistics Parser?
The SQL Statistics Parser turns noisy SQL Server SET STATISTICS IO/TIME ON output into a clean, readable summary.
It aggregates reads and timing so you can quickly spot which statements and tables drive the most I/O.
How It Works
- In SQL Server Management Studio (SSMS), run:
SET STATISTICS IO ON; SET STATISTICS TIME ON; -- your query here - Copy the output messages and paste them into this tool.
- Click Parse to see totals and breakdowns.
What You Get
- Per-Table Totals across all statements (scan count, logical/physical/read-ahead, LOB I/O).
- Per-Statement Totals with CPU and elapsed time when present.
- Details by Statement showing each table’s contribution, sorted by logical reads.
- Combine LOB option to fold LOB reads into main totals for simpler comparisons.
- Export results to CSV or JSON for sharing or deeper analysis.
Tips
- Focus on logical reads to compare query plans; they are a good proxy for buffer cache work.
- Use SET STATISTICS TIME to include CPU and elapsed times for each statement.
- Filter or sort by the largest contributors to guide indexing or query rewrites.
Privacy
All parsing happens in your browser — no data is uploaded or stored.
Related Tools
More tools you may find useful.
HTML Beautifier
Box Shadow Generator
JSON Beautifier
Add Page Numbers To PDF
Compress PDF
Delete Pages From PDF
PDF to PNG Converter
Glob ToolTest
XML Formatter & Validator
Sign PDF
Htaccess Redirect Generator
HTML to Markdown Converter
YAML to XML Converter
JavaScript Minify Tool
SQL to CSV Converter
Unstringify JSON
Minify JSON
Convert Hex to ASCII
OpenAPI Viewer
UUID v7 Generator