mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Adding recommendations to query plan (#1373)
* Adding recommendations * Adding raw graph type in execution plan graph contracts * Fixing function name and concising string formatting * Converting localized string to a function * Using better names in contract props Formatting names in a better way * Getting rid of unnecessary getter, setters and private props * Fixing localized strings, comments and imports * Fixing some contracts * Fixing csproj formatting * Fixing var names * Fixing xml comments
This commit is contained in:
@@ -5742,6 +5742,22 @@
|
||||
<target state="new">Columns</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MissingIndexFormat">
|
||||
<source>Missing Index (Impact {0}): {1}</source>
|
||||
<target state="new">Missing Index (Impact {0}): {1}</target>
|
||||
<note>"Missing Index (Impact {0}): {1}" format string for showplan</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="MissingIndexDetailsTitle">
|
||||
<source>/*
|
||||
Missing Index Details from {0}
|
||||
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
|
||||
*/</source>
|
||||
<target state="new">/*
|
||||
Missing Index Details from {0}
|
||||
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
|
||||
*/</target>
|
||||
<note>title of missing index details</note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user