mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-21 09:35:39 -05:00
Adding node overlays to execution plans (#1451)
* Adding node overlays to execution plans * Adding critical warnings and parallelism * adding critical warning, badge type enum * Renaming badge type class * Adding explicit values to Badge Type
This commit is contained in:
@@ -2223,7 +2223,10 @@ ActualOfEstimated(string actual, string estimated, decimal percent) = {0} of\n{1
|
||||
MissingIndexFormat(string impact, string queryText) = Missing Index (Impact {0}): {1}
|
||||
;title of missing index details
|
||||
MissingIndexDetailsTitle(string fileName, string impact) = /*\r\nMissing Index Details from {0}\r\nThe Query Processor estimates that implementing the following index could improve the query cost by {1}%.\r\n*/
|
||||
|
||||
;tooltip text for node warning overlay
|
||||
WarningOverlayTooltip = Warnings
|
||||
;tooltip text for node parallelism overlay
|
||||
ParallelismOverlayTooltip = Parallel Execution
|
||||
|
||||
############################################################################
|
||||
# Table Designer
|
||||
|
||||
Reference in New Issue
Block a user