mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Enabling Database scoped configurations tab to DB Properties (#2147)
* sending dsc values to ADS * modifying dsc method with unsupportable property IsValuedefault * getting the options and added a bool flag to maintian checkbox for secondary to save * sending data to ads * Ready for PR with minimal changes of loading UI as expected, TODO:saving logic * Excluding maxdop and resumable options from primary value conversion for 1/0's * Adding Id to the info, as we cannot depend on names, as names can be altered in future * saving successfully, todo-diff servers, script (secondary - primary compare and dont update),test, send null for unsupported * adding nullable dsc for unsupported servers * fixing script generation for some properties that are not touched. the generated script is unharmed but unnecessary here * adding test conditions for database scoped configurations * adding switch case method to get the values * Removing Loc string for the TSQL options * removing unnecessary using statement * Adding test case and fixing createDatabase issue * Update src/Microsoft.SqlTools.ServiceLayer/Admin/Database/DatabasePrototype130.cs Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * comment update --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
7c0da6b6b1
commit
e4db70fb39
@@ -6702,10 +6702,6 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<value>ON</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="prototype_db_prop_databasescopedconfig_value_primary" xml:space="preserve">
|
||||
<value>PRIMARY</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="error_db_prop_invalidleadingColumns" xml:space="preserve">
|
||||
<value>For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns</value>
|
||||
<comment></comment>
|
||||
|
||||
Reference in New Issue
Block a user