mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
Add advanced tab (#24267)
This commit is contained in:
@@ -328,6 +328,20 @@ export const databaseSettingsText = localize('objectManagement.databaseSettings'
|
||||
export const compressBackupText = localize('objectManagement.compressBackupText', "Compress Backup");
|
||||
export const backupChecksumText = localize('objectManagement.backupChecksumText', "Backup checksum");
|
||||
export const backupAndRestoreText = localize('objectManagement.backupAndRestoreText', "Backup and Restore");
|
||||
export const allowTriggerToFireOthersLabel = localize('objectManagement.allowTriggerToFireOthersLabel', "Allow Triggers to Fire Others");
|
||||
export const blockedProcThresholdLabel = localize('objectManagement.blockedProcThresholdLabel', "Blocked Process Threshold");
|
||||
export const cursorThresholdLabel = localize('objectManagement.cursorThresholdLabel', "Cursor Threshold");
|
||||
export const defaultFullTextLanguageLabel = localize('objectManagement.defaultFullTextLanguageLabel', "Default Full-Text Language");
|
||||
export const defaultLanguageLabel = localize('objectManagement.defaultLanguageLabel', "Default Language");
|
||||
export const fullTextUpgradeOptionLabel = localize('objectManagement.fullTextUpgradeOptionLabel', "Full-Text Upgrade Option");
|
||||
export const maxTextReplicationSizeLabel = localize('objectManagement.maxTextReplicationSizeLabel', "Max Text Replication Size");
|
||||
export const optimizeAdHocWorkloadsLabel = localize('objectManagement.optimizeAdHocWorkloadsLabel', "Optimize Ad Hoc Workloads");
|
||||
export const scanStartupProcsLabel = localize('objectManagement.scanStartupProcsLabel', "Scan Startup Procs ");
|
||||
export const twoDigitYearCutoffLabel = localize('objectManagement.twoDigitYearCutoffLabel', "Two Digit Year Cutoff");
|
||||
export const costThresholdParallelismLabel = localize('objectManagement.costThresholdParallelismLabel', "Cost Threshold Parallelism");
|
||||
export const locksLabel = localize('objectManagement.locksLabel', "Locks");
|
||||
export const maxDegreeParallelismLabel = localize('objectManagement.maxDegreeParallelismLabel', "Max Degree Parallelism");
|
||||
export const queryWaitLabel = localize('objectManagement.queryWaitLabel', "Query Wait");
|
||||
|
||||
//Database properties Dialog
|
||||
export const LastDatabaseBackupText = localize('objectManagement.lastDatabaseBackup', "Last Database Backup");
|
||||
|
||||
Reference in New Issue
Block a user