{ "cms.displayName": "SQL Server Central Management Servers", "cms.description": "Support for managing SQL Server Central Management Servers", "cms.title": "Central Management Servers", "cms.connectionProvider.displayName": "Microsoft SQL Server", "cms.resource.explorer.title": "Central Management Servers", "cms.resource.refresh.title": "Refresh", "cms.resource.refreshServerGroup.title": "Refresh Server Group", "cms.resource.deleteRegisteredServer.title": "Delete", "cms.resource.addRegisteredServer.title": "New Server Registration...", "cms.resource.deleteServerGroup.title": "Delete", "cms.resource.addServerGroup.title": "New Server Group...", "cms.resource.registerCmsServer.title": "Add Central Management Server", "cms.resource.deleteCmsServer.title": "Delete", "cms.configuration.title": "MSSQL configuration", "cms.query.displayBitAsNumber": "Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'", "cms.format.alignColumnDefinitionsInColumns": "Should column definitions be aligned?", "cms.format.datatypeCasing": "Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)", "cms.format.keywordCasing": "Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)", "cms.format.placeCommasBeforeNextStatement": "should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'", "cms.format.placeSelectStatementReferencesOnNewLine": "Should references to objects in a select statements be split into separate lines? E.g. for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines", "cms.logDebugInfo": "[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown", "cms.tracingLevel": "[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information", "cms.logRetentionMinutes": "Number of minutes to retain log files for backend services. Default is 1 week.", "cms.logFilesRemovalLimit": "Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up.", "cms.disabled": "Disabled", "cms.enabled": "Enabled", "ignorePlatformWarning": "[Optional] Do not show unsupported platform warnings", "onprem.databaseProperties.recoveryModel": "Recovery Model", "onprem.databaseProperties.lastBackupDate": "Last Database Backup", "onprem.databaseProperties.lastLogBackupDate": "Last Log Backup", "onprem.databaseProperties.compatibilityLevel": "Compatibility Level", "onprem.databaseProperties.owner": "Owner", "onprem.serverProperties.serverVersion": "Version", "onprem.serverProperties.serverEdition": "Edition", "onprem.serverProperties.machineName": "Computer Name", "onprem.serverProperties.osVersion": "OS Version", "cloud.databaseProperties.azureEdition": "Edition", "cloud.databaseProperties.serviceLevelObjective": "Pricing Tier", "cloud.databaseProperties.compatibilityLevel": "Compatibility Level", "cloud.databaseProperties.owner": "Owner", "cloud.serverProperties.serverVersion": "Version", "cloud.serverProperties.serverEdition": "Type", "cms.provider.displayName": "Microsoft SQL Server", "cms.connectionOptions.connectionName.displayName": "Name (optional)", "cms.connectionOptions.connectionName.description": "Custom name of the connection", "cms.connectionOptions.serverName.displayName": "Server", "cms.connectionOptions.serverName.description": "Name of the SQL Server instance", "cms.connectionOptions.serverName.placeholder": "e.g. tcp:servername,1433", "cms.connectionOptions.serverDescription.displayName": "Server Description", "cms.connectionOptions.serverDescription.description": "Description of the SQL Server instance", "cms.connectionOptions.authType.displayName": "Authentication type", "cms.connectionOptions.authType.description": "Specifies the method of authenticating with SQL Server", "cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL Login", "cms.connectionOptions.authType.categoryValues.integrated": "Windows Authentication", "cms.connectionOptions.authType.categoryValues.azureMFA": "Microsoft Entra ID - Universal with MFA support", "cms.connectionOptions.userName.displayName": "User name", "cms.connectionOptions.userName.description": "Indicates the user ID to be used when connecting to the data source", "cms.connectionOptions.password.displayName": "Password", "cms.connectionOptions.password.description": "Indicates the password to be used when connecting to the data source", "cms.connectionOptions.applicationIntent.displayName": "Application intent", "cms.connectionOptions.applicationIntent.description": "Declares the application workload type when connecting to a server", "cms.connectionOptions.connectTimeout.displayName": "Connect timeout", "cms.connectionOptions.connectTimeout.description": "The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error", "cms.connectionOptions.commandTimeout.displayName": "Command timeout", "cms.connectionOptions.commandTimeout.description": "The length of time (in seconds) to wait for a command to execute before terminating the attempt and generating an error", "cms.connectionOptions.currentLanguage.displayName": "Current language", "cms.connectionOptions.currentLanguage.description": "The SQL Server language record name", "cms.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted", "cms.connectionOptions.columnEncryptionSetting.description": "Enables or disables Always Encrypted for the connection", "cms.connectionOptions.secureEnclaves.displayName": "Secure enclaves", "cms.connectionOptions.secureEnclaves.description": "Enables or disables Secure enclaves for the connection", "cms.connectionOptions.enclaveAttestationProtocol.displayName": "Attestation protocol", "cms.connectionOptions.enclaveAttestationProtocol.description": "Specifies a protocol for attesting a server-side enclave used with Always Encrypted with Secure enclaves", "cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure Attestation", "cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "Host Guardian Service", "cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "None", "cms.connectionOptions.enclaveAttestationUrl.displayName": "Attestation URL", "cms.connectionOptions.enclaveAttestationUrl.description": "Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with Secure enclaves", "cms.connectionOptions.encrypt.displayName": "Encrypt", "cms.connectionOptions.encrypt.description": "When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards.", "cms.connectionOptions.encrypt.categoryValues.strict": "Strict", "cms.connectionOptions.encrypt.categoryValues.true": "Mandatory (True)", "cms.connectionOptions.encrypt.categoryValues.false": "Optional (False)", "cms.connectionOptions.persistSecurityInfo.displayName": "Persist security info", "cms.connectionOptions.persistSecurityInfo.description": "When false, security-sensitive information, such as the password, is not returned as part of the connection", "cms.connectionOptions.hostNameInCertificate.displayName": "Host name in certificate", "cms.connectionOptions.hostNameInCertificate.description": "Indicates the host name specified in TLS certificate that will be used by SQL Server to validate server certificate. When not specified, the server name is used by default for certificate validation.", "cms.connectionOptions.trustServerCertificate.displayName": "Trust server certificate", "cms.connectionOptions.trustServerCertificate.description": "When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate. This property is not supported with Encrypt=Strict.", "cms.connectionOptions.contextConnection.displayName": "Context connection", "cms.connectionOptions.contextConnection.description": "When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process", "cms.connectionOptions.port.displayName": "Port", "cms.connectionOptions.connectRetryCount.displayName": "Connect retry count", "cms.connectionOptions.connectRetryCount.description": "Number of attempts to restore connection", "cms.connectionOptions.connectRetryInterval.displayName": "Connect retry interval", "cms.connectionOptions.connectRetryInterval.description": "Delay between attempts to restore connection", "cms.connectionOptions.applicationName.displayName": "Application name", "cms.connectionOptions.applicationName.description": "The name of the application", "cms.connectionOptions.workstationId.displayName": "Workstation Id", "cms.connectionOptions.workstationId.description": "The name of the workstation connecting to SQL Server", "cms.connectionOptions.pooling.displayName": "Pooling", "cms.connectionOptions.pooling.description": "When true, the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool", "cms.connectionOptions.maxPoolSize.displayName": "Max pool size", "cms.connectionOptions.maxPoolSize.description": "The maximum number of connections allowed in the pool", "cms.connectionOptions.minPoolSize.displayName": "Min pool size", "cms.connectionOptions.minPoolSize.description": "The minimum number of connections allowed in the pool", "cms.connectionOptions.loadBalanceTimeout.displayName": "Load balance timeout", "cms.connectionOptions.loadBalanceTimeout.description": "The minimum amount of time (in seconds) for this connection to live in the pool before being destroyed", "cms.connectionOptions.replication.displayName": "Replication", "cms.connectionOptions.replication.description": "Used by SQL Server in Replication", "cms.connectionOptions.attachDbFilename.displayName": "Attach DB filename", "cms.connectionOptions.attachDbFilename.description": "The name of the primary file, including the full path name, of an attachable database", "cms.connectionOptions.failoverPartner.displayName": "Failover partner", "cms.connectionOptions.failoverPartner.description": "The name or network address of the instance of SQL Server that acts as a failover partner", "cms.connectionOptions.multiSubnetFailover.displayName": "Multi subnet failover", "cms.connectionOptions.multipleActiveResultSets.displayName": "Multiple active result sets", "cms.connectionOptions.multipleActiveResultSets.description": "When true, multiple result sets can be returned and read from one connection", "cms.connectionOptions.packetSize.displayName": "Packet size", "cms.connectionOptions.packetSize.description": "Size in bytes of the network packets used to communicate with an instance of SQL Server", "cms.connectionOptions.typeSystemVersion.displayName": "Type system version", "cms.connectionOptions.typeSystemVersion.description": "Indicates which server type system then provider will expose through the DataReader", "cms.connectionOptions.groupName.source": "Source", "cms.connectionOptions.groupName.security": "Security", "cms.connectionOptions.groupName.initialization": "Initialization", "cms.connectionOptions.groupName.connectionResiliency": "Connection Resiliency", "cms.connectionOptions.groupName.context": "Context", "cms.connectionOptions.groupName.pooling": "Pooling", "cms.connectionOptions.groupName.replication": "Replication", "cms.connectionOptions.groupName.advanced": "Advanced" }