u/Odd_Part8454

Simple SQL tool for a developer to see runtimes/reads and identify the longest running statement

I inherited a sql server script that's close to a thousand lines. I don't want to run each statement one by one and look at execution times. Is there a simple tool out there that runs the long anonymous script and gives me a simple tabular output (such as reads/writes/time taken to parse/execute)..

reddit.com
u/Odd_Part8454 — 2 days ago