????
Current Path : C:/Program Files/Azure Data Studio/resources/app/extensions/mssql/ |
Current File : C:/Program Files/Azure Data Studio/resources/app/extensions/mssql/package.nls.json |
{ "json.schemas.desc": "Associate schemas to JSON files in the current project", "json.schemas.url.desc": "A URL to a schema or a relative path to a schema in the current directory", "json.schemas.fileMatch.desc": "An array of file patterns to match against when resolving JSON files to schemas.", "json.schemas.fileMatch.item.desc": "A file pattern that can contain '*' to match against when resolving JSON files to schemas.", "json.schemas.schema.desc": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL.", "json.format.enable.desc": "Enable/disable default JSON formatter (requires restart)", "title.searchServers": "Search: Servers", "title.clearSearchServerResult": "Search: Clear Search Server Results", "title.showLogFile": "Show Log File", "mssql.disabled": "Disabled", "mssql.enabled": "Enabled", "mssql.executionPlan.expensiveOperationMetric": "The default metric to use to highlight an expensive operation in query execution plans", "mssql.executionPlan.expensiveOperationMetric.off": "Expensive operation highlighting will be turned off for execution plans.", "mssql.executionPlan.expensiveOperationMetric.actualElapsedTime": "Highlights the execution plan operation that took the most time.", "mssql.executionPlan.expensiveOperationMetric.actualElapsedCpuTime": "Highlights the execution plan operation that used the most CPU time.", "mssql.executionPlan.cost": "Highlights the execution plan operation with the highest cost.", "mssql.executionPlan.subtreeCost": "Highlights the execution plan operation with the highest subtree cost.", "mssql.executionPlan.actualNumberOfRowsForAllExecutions": "Highlights the execution plan operation with the greatest actual number of rows for all executions.", "mssql.executionPlan.numberOfRowsRead": "Highlights the execution plan operation with the greatest number of rows read.", "mssql.exportNotebookToSql": "Export Notebook as SQL", "mssql.exportSqlAsNotebook": "Export SQL as Notebook", "mssql.configuration.title": "MSSQL configuration", "mssql.query.displayBitAsNumber": "Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'", "mssql.query.maxXmlCharsToStore": "Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647.", "mssql.query.maxCharsToStore": "Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647.", "mssql.format.alignColumnDefinitionsInColumns": "Should column definitions be aligned?", "mssql.format.datatypeCasing": "Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)", "mssql.format.keywordCasing": "Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)", "mssql.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,'", "mssql.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", "mssql.logDebugInfo": "[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown", "mssql.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", "mssql.tracing.desc": "[Optional] Traces the communication between Azure Data Studio and SQL Tools Service to the SQL Tools Service output channel. WARNING: This may include sensitive information when verbose logging is enabled.", "mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.", "mssql.logRetentionMinutes": "Number of minutes to retain log files for backend services. Default is 1 week.", "mssql.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.", "mssql.intelliSense.enableIntelliSense": "Should IntelliSense be enabled", "mssql.intelliSense.enableErrorChecking": "Should IntelliSense error checking be enabled", "mssql.intelliSense.enableSuggestions": "Should IntelliSense suggestions be enabled", "mssql.intelliSense.enableQuickInfo": "Should IntelliSense quick info be enabled", "mssql.intelliSense.lowerCaseSuggestions": "Should IntelliSense suggestions be lowercase", "mssql.query.setRowCount": "Maximum number of rows to return before the server stops processing your query.", "mssql.query.textSize": "Maximum size of text and ntext data returned from a SELECT statement", "mssql.query.executionTimeout": "An execution time-out of 0 indicates an unlimited wait (no time-out)", "mssql.query.noCount": "Enable SET NOCOUNT option", "mssql.query.noExec": "Enable SET NOEXEC option", "mssql.query.parseOnly": "Enable SET PARSEONLY option", "mssql.query.arithAbort": "Enable SET ARITHABORT option", "mssql.query.statisticsTime": "Enable SET STATISTICS TIME option", "mssql.query.statisticsIO": "Enable SET STATISTICS IO option", "mssql.query.xactAbortOn": "Enable SET XACT_ABORT ON option", "mssql.query.transactionIsolationLevel": "Enable SET TRANSACTION ISOLATION LEVEL option", "mssql.query.deadlockPriority": "Enable SET DEADLOCK_PRIORITY option", "mssql.query.lockTimeout": "Enable SET LOCK TIMEOUT option (in milliseconds)", "mssql.query.queryGovernorCostLimit": "Enable SET QUERY_GOVERNOR_COST_LIMIT", "mssql.query.ansiDefaults": "Enable SET ANSI_DEFAULTS", "mssql.query.quotedIdentifier": "Enable SET QUOTED_IDENTIFIER", "mssql.query.ansiNullDefaultOn": "Enable SET ANSI_NULL_DFLT_ON", "mssql.query.implicitTransactions": "Enable SET IMPLICIT_TRANSACTIONS", "mssql.query.cursorCloseOnCommit": "Enable SET CURSOR_CLOSE_ON_COMMIT", "mssql.query.ansiPadding": "Enable SET ANSI_PADDING", "mssql.query.ansiWarnings": "Enable SET ANSI_WARNINGS", "mssql.query.ansiNulls": "Enable SET ANSI_NULLS", "mssql.query.alwaysEncryptedParameterization": "Enable Parameterization for Always Encrypted", "mssql.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", "mssql.provider.displayName": "Microsoft SQL Server", "mssql.provider.serverProcessId": "Server Process ID", "mssql.connectionOptions.connectionName.displayName": "Name (optional)", "mssql.connectionOptions.connectionName.description": "Custom name of the connection", "mssql.connectionOptions.serverName.displayName": "Server", "mssql.connectionOptions.serverName.description": "Name of the SQL Server instance", "mssql.connectionOptions.serverName.placeholder": "e.g. servername,port", "mssql.connectionOptions.databaseName.displayName": "Database", "mssql.connectionOptions.databaseName.description": "The name of the initial catalog or database int the data source", "mssql.connectionOptions.authType.displayName": "Authentication type", "mssql.connectionOptions.authType.description": "Specifies the method of authenticating with SQL Server", "mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL Login", "mssql.connectionOptions.authType.categoryValues.integrated": "Windows Authentication", "mssql.connectionOptions.authType.categoryValues.azureMFA": "Microsoft Entra ID - Universal with MFA support", "mssql.connectionOptions.userName.displayName": "User name", "mssql.connectionOptions.userName.description": "Indicates the user ID to be used when connecting to the data source", "mssql.connectionOptions.password.displayName": "Password", "mssql.connectionOptions.password.description": "Indicates the password to be used when connecting to the data source", "mssql.connectionOptions.applicationIntent.displayName": "Application intent", "mssql.connectionOptions.applicationIntent.description": "Declares the application workload type when connecting to a server", "mssql.connectionOptions.connectTimeout.displayName": "Connect timeout", "mssql.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", "mssql.connectionOptions.commandTimeout.displayName": "Command timeout", "mssql.connectionOptions.commandTimeout.description": "The length of time (in seconds) to wait for a command to execute before terminating the attempt and generating an error", "mssql.connectionOptions.currentLanguage.displayName": "Current language", "mssql.connectionOptions.currentLanguage.description": "The SQL Server language record name", "mssql.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted", "mssql.connectionOptions.columnEncryptionSetting.description": "Enables or disables Always Encrypted for the connection", "mssql.connectionOptions.secureEnclaves.displayName": "Secure enclaves", "mssql.connectionOptions.secureEnclaves.description": "Enables or disables Secure enclaves for the connection", "mssql.connectionOptions.enclaveAttestationProtocol.displayName": "Attestation protocol", "mssql.connectionOptions.enclaveAttestationProtocol.description": "Specifies a protocol for attesting a server-side enclave used with Always Encrypted with Secure enclaves", "mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure Attestation", "mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "Host Guardian Service", "mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "None", "mssql.connectionOptions.enclaveAttestationUrl.displayName": "Attestation URL", "mssql.connectionOptions.enclaveAttestationUrl.description": "Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with Secure enclaves", "mssql.connectionOptions.encrypt.displayName": "Encrypt", "mssql.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.", "mssql.connectionOptions.encrypt.categoryValues.strict": "Strict (supported for SQL Server 2022 and Azure SQL)", "mssql.connectionOptions.encrypt.categoryValues.true": "Mandatory", "mssql.connectionOptions.encrypt.categoryValues.false": "Optional", "mssql.connectionOptions.persistSecurityInfo.displayName": "Persist security info", "mssql.connectionOptions.persistSecurityInfo.description": "When false, security-sensitive information, such as the password, is not returned as part of the connection", "mssql.connectionOptions.hostNameInCertificate.displayName": "Host name in certificate", "mssql.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.", "mssql.connectionOptions.trustServerCertificate.displayName": "Trust server certificate", "mssql.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.", "mssql.connectionOptions.contextConnection.displayName": "Context connection", "mssql.connectionOptions.contextConnection.description": "When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process", "mssql.connectionOptions.port.displayName": "Port", "mssql.connectionOptions.connectRetryCount.displayName": "Connect retry count", "mssql.connectionOptions.connectRetryCount.description": "Number of attempts to restore connection", "mssql.connectionOptions.connectRetryInterval.displayName": "Connect retry interval", "mssql.connectionOptions.connectRetryInterval.description": "Delay between attempts to restore connection", "mssql.connectionOptions.applicationName.displayName": "Application name", "mssql.connectionOptions.applicationName.description": "The name of the application", "mssql.connectionOptions.workstationId.displayName": "Workstation Id", "mssql.connectionOptions.workstationId.description": "The name of the workstation connecting to SQL Server", "mssql.connectionOptions.pooling.displayName": "Pooling", "mssql.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", "mssql.connectionOptions.maxPoolSize.displayName": "Max pool size", "mssql.connectionOptions.maxPoolSize.description": "The maximum number of connections allowed in the pool", "mssql.connectionOptions.minPoolSize.displayName": "Min pool size", "mssql.connectionOptions.minPoolSize.description": "The minimum number of connections allowed in the pool", "mssql.connectionOptions.loadBalanceTimeout.displayName": "Load balance timeout", "mssql.connectionOptions.loadBalanceTimeout.description": "The minimum amount of time (in seconds) for this connection to live in the pool before being destroyed", "mssql.connectionOptions.replication.displayName": "Replication", "mssql.connectionOptions.replication.description": "Used by SQL Server in Replication", "mssql.connectionOptions.attachDbFilename.displayName": "Attach DB filename", "mssql.connectionOptions.attachDbFilename.description": "The name of the primary file, including the full path name, of an attachable database", "mssql.connectionOptions.failoverPartner.displayName": "Failover partner", "mssql.connectionOptions.failoverPartner.description": "The name or network address of the instance of SQL Server that acts as a failover partner", "mssql.connectionOptions.multiSubnetFailover.displayName": "Multi subnet failover", "mssql.connectionOptions.multipleActiveResultSets.displayName": "Multiple active result sets", "mssql.connectionOptions.multipleActiveResultSets.description": "When true, multiple result sets can be returned and read from one connection", "mssql.connectionOptions.packetSize.displayName": "Packet size", "mssql.connectionOptions.packetSize.description": "Size in bytes of the network packets used to communicate with an instance of SQL Server", "mssql.connectionOptions.typeSystemVersion.displayName": "Type system version", "mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system the provider will expose through the DataReader", "mssql.connectionOptions.groupName.source": "Source", "mssql.connectionOptions.groupName.security": "Security", "mssql.connectionOptions.groupName.initialization": "Initialization", "mssql.connectionOptions.groupName.connectionResiliency": "Connection Resiliency", "mssql.connectionOptions.groupName.context": "Context", "mssql.connectionOptions.groupName.pooling": "Pooling", "mssql.connectionOptions.groupName.replication": "Replication", "mssql.connectionOptions.groupName.advanced": "Advanced", "databasesListProperties.name": "Name", "databasesListProperties.status": "Status", "databasesListProperties.size": "Size (MB)", "databasesListProperties.lastBackup": "Last backup", "objectsListProperties.name": "Name", "title.newTable": "New Table", "title.designTable": "Design", "title.changeNotebookConnection": "Change SQL Notebook Connection", "mssql.connection.clearPooledConnections": "Clear Pooled Connections", "mssql.parallelMessageProcessing": "Whether the requests to the backend SQL Tools Service should be handled in parallel. This brings performance benefits to MSSQL queries and connections. The default value is true. Azure Data Studio is required to be relaunched when the value is changed.", "mssql.parallelMessageProcessingLimit": "Maximum number of requests that should be handled in parallel by the backend SQL Tools Service. This brings performance benefits to MSSQL queries and connections. This limit is applicable only when `MSSQL: Parallel Message Processing` is enabled. The default value is 100, and can be adjusted as needed as per OS support. Azure Data Studio is required to be relaunched when the value is changed.", "mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.", "mssql.enableConnectionPooling": "Enables connection pooling on MSSQL connections to improve overall performance of Azure Data Studio connectivity. This setting is enabled by default. Azure Data Studio is required to be relaunched when the value is changed. To clear pooled connections, run the command: 'MSSQL: Clear Pooled Connections'", "mssql.tableDesigner.preloadDatabaseModel": "Whether to preload the database model when the database node in the object explorer is expanded. When enabled, the loading time of table designer can be reduced. Note: You might see higher than normal memory usage if you need to expand a lot of database nodes.", "mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "Whether to allow table designer to disable and re-enable DDL triggers during publish", "mssql.objectExplorer.groupBySchema": "When enabled, the database objects in Object Explorer will be categorized by schema.", "mssql.objectExplorer.enableGroupBySchema": "Enable Group By Schema", "mssql.objectExplorer.disableGroupBySchema": "Disable Group By Schema", "mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema", "mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema", "mssql.objectExplorer.expandTimeout": "The timeout in seconds for expanding a node in Object Explorer. The default value is 45 seconds.", "title.newDatabase": "New Database (Preview)", "title.newDatabaseRole": "New Database Role (Preview)", "title.newApplicationRole": "New Application Role (Preview)", "title.newLogin": "New Login (Preview)", "title.newUser": "New User (Preview)", "title.newServerRole": "New Server Role (Preview)", "title.objectProperties": "Properties (Preview)", "title.dropObject": "Drop (Preview)", "title.renameObject": "Rename (Preview)", "title.detachDatabase": "Detach Database (Preview)", "title.attachDatabase": "Attach Database (Preview)", "title.backupDatabase": "Backup Database (Preview)", "title.restoreDatabase": "Restore Database (Preview)" }