Enable QueryStore tab to the database properties (#2200)

* initial commit

* adding prototypefile and server conditions

* Saving query store options completed, todo:tests

* adding LOC stings  according to the LOC version of the ms doc

* removing common constants

* merge conflict fix

* fixing null reference exception

* Adjusting the null reference exception property value in prototype.cs

* removing unused directive

* test fix that checks wrong value

* Purge query store data changes

* adding comment and uncommented the line
This commit is contained in:
Sai Avishkar Sreerama
2023-09-07 16:35:44 -05:00
committed by GitHub
parent 703691e897
commit a053457ba1
18 changed files with 782 additions and 4 deletions

View File

@@ -7264,6 +7264,106 @@ The Query Processor estimates that implementing the following index could improv
<target state="new">Failed to find connection info about the server</target>
<note></note>
</trans-unit>
<trans-unit id="querystorecapturemode_all">
<source>All</source>
<target state="new">All</target>
<note></note>
</trans-unit>
<trans-unit id="querystorecapturemode_auto">
<source>Auto</source>
<target state="new">Auto</target>
<note></note>
</trans-unit>
<trans-unit id="querystorecapturemode_none">
<source>None</source>
<target state="new">None</target>
<note></note>
</trans-unit>
<trans-unit id="querystorecapturemode_custom">
<source>Custom</source>
<target state="new">Custom</target>
<note></note>
</trans-unit>
<trans-unit id="queryStoreSizeBasedCleanupMode_Off">
<source>Off</source>
<target state="new">Off</target>
<note></note>
</trans-unit>
<trans-unit id="queryStoreSizeBasedCleanupMode_Auto">
<source>Auto</source>
<target state="new">Auto</target>
<note></note>
</trans-unit>
<trans-unit id="statisticsCollectionInterval_OneMinute">
<source>1 Minute</source>
<target state="new">1 Minute</target>
<note></note>
</trans-unit>
<trans-unit id="statisticsCollectionInterval_FiveMinutes">
<source>5 Minutes</source>
<target state="new">5 Minutes</target>
<note></note>
</trans-unit>
<trans-unit id="statisticsCollectionInterval_TenMinutes">
<source>10 Minutes</source>
<target state="new">10 Minutes</target>
<note></note>
</trans-unit>
<trans-unit id="statisticsCollectionInterval_FifteenMinutes">
<source>15 Minutes</source>
<target state="new">15 Minutes</target>
<note></note>
</trans-unit>
<trans-unit id="statisticsCollectionInterval_ThirtyMinutes">
<source>30 Minutes</source>
<target state="new">30 Minutes</target>
<note></note>
</trans-unit>
<trans-unit id="statisticsCollectionInterval_OneHour">
<source>1 Hour</source>
<target state="new">1 Hour</target>
<note></note>
</trans-unit>
<trans-unit id="statisticsCollectionInterval_OneDay">
<source>1 Day</source>
<target state="new">1 Day</target>
<note></note>
</trans-unit>
<trans-unit id="queryStore_stale_threshold_OneHour">
<source>1 Hour</source>
<target state="new">1 Hour</target>
<note></note>
</trans-unit>
<trans-unit id="queryStore_stale_threshold_FourHours">
<source>4 Hours</source>
<target state="new">4 Hours</target>
<note></note>
</trans-unit>
<trans-unit id="queryStore_stale_threshold_EightHours">
<source>8 Hours</source>
<target state="new">8 Hours</target>
<note></note>
</trans-unit>
<trans-unit id="queryStore_stale_threshold_TwelveHours">
<source>12 Hours</source>
<target state="new">12 Hours</target>
<note></note>
</trans-unit>
<trans-unit id="queryStore_stale_threshold_OneDay">
<source>1 Day</source>
<target state="new">1 Day</target>
<note></note>
</trans-unit>
<trans-unit id="queryStore_stale_threshold_ThreeDays">
<source>3 Days</source>
<target state="new">3 Days</target>
<note></note>
</trans-unit>
<trans-unit id="queryStore_stale_threshold_SevenDays">
<source>7 Days</source>
<target state="new">7 Days</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>