html-query-plan icon indicating copy to clipboard operation
html-query-plan copied to clipboard

Display SQL Server Execution Plans in HTML

Results 29 html-query-plan issues
Sort by recently updated
recently updated
newest added

What about adding Execution Time, just below the "Cost: #%" in the output? The XML propert "ActualElapsedms" and "ActualCPUms" are there, why not display it, if they are present in...

Bumps [json5](https://github.com/json5/json5) and [loader-utils](https://github.com/webpack/loader-utils). These dependencies needed to be updated together. Updates `json5` from 0.5.1 to 1.0.2 Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__...

dependencies

Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [karma-webpack](https://github.com/webpack-contrib/karma-webpack), [ts-loader](https://github.com/TypeStrong/ts-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `json5` Updates `karma-webpack` from 4.0.0-rc.2 to...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 3.2.0 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning:...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 4.2.1 Release notes Sourced from socket.io-parser's releases. 4.2.1 Bug...

dependencies

* in "qp-node" Added: "Time: #### s" when the element: "s:RunTimeInformation/s:RunTimeCountersPerThread/@ActualElapsedms" exists * in "qp-node" Added: "A={$ActualRows} of E={$EstimateRows} (###%)" when the element "s:RunTimeInformation/s:RunTimeCountersPerThread/@ActualRows" exists * in "qp-node" When it's...