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

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

For an example, see `issue7.sqlplan`, 10th statement, last node: ![image](https://user-images.githubusercontent.com/4189474/69467033-4d2c2300-0d7e-11ea-9739-cecd0f37a102.png) Expected: 100% Actual 010%

bug

See Microsoft/sqlopsstudio#2140 > There is no annotation tool for Mac that I have found which "freezes" the screen like the windows Zoomit tool does. While I can zoom in on...

enhancement

See Microsoft/sqlopsstudio#2140 > like SSMS, it is incredibly easy to accidentally cause a tooltip to appear by moving the mouse close to it, which is distracting for the audience. If...

enhancement

See Microsoft/sqlopsstudio#2140 > There is currently no way to see most of the operator / plan properties that are displayed in SSMS on the properties pane, and not in the...

enhancement

See Microsoft/sqlopsstudio#2140 > Large numbers on the tooltip are often very difficult to read. There are no commas used in the numbers, so it's difficult to tell 501 million from...

enhancement

See Microsoft/sqlopsstudio#1385 > I have database with 500 GB size. when i have executed slow working stored procedure to check the execution plan. I am facing performance(up and down scroll...

enhancement

SSMS Shows the query number an indicator of the relative cost of that query before each statement, e.g. ![image](https://user-images.githubusercontent.com/4189474/34523174-352e483c-f08e-11e7-9c24-54083394376b.png)

enhancement

Example in SSMS: ![image](https://user-images.githubusercontent.com/4189474/34502605-2040e916-f00c-11e7-9d50-8f4c2eb722cb.png) This wrapped into a single line in html-query-plan ![image](https://user-images.githubusercontent.com/4189474/34502624-30eaaa36-f00c-11e7-99a9-2c8f1701319a.png)

enhancement

I had thoughts of implementing your viewer as part of a code review process. It could be useful to such an implementation if the possibility existed to diff two different...

enhancement