mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
* Emit generate scripts complete event to client * Rename Message to ErrorMessage * Sets owner URI for complete params obj * Setting complete flag explicitly * Making errorMessage prop nullable * Localizes error messages * Return context scripts and remove script tabs * Send event when script gen isn't needed * Change notification to request endpoint * test get context when context doesn't exist * Stop reading old context files
7264 lines
320 KiB
XML
7264 lines
320 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
|
|
<file datatype="xml" original="sr.resx" source-language="en">
|
|
<body>
|
|
<trans-unit id="ConnectionServiceConnectErrorNullParams">
|
|
<source>Connection parameters cannot be null</source>
|
|
<target state="new">Connection parameters cannot be null</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceListDbErrorNullOwnerUri">
|
|
<source>OwnerUri cannot be null or empty</source>
|
|
<target state="new">OwnerUri cannot be null or empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceListDbErrorNotConnected">
|
|
<source>SpecifiedUri '{0}' does not have existing connection</source>
|
|
<target state="new">SpecifiedUri '{0}' does not have existing connection</target>
|
|
<note>.
|
|
Parameters: 0 - uri (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidAuthType">
|
|
<source>Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.</source>
|
|
<target state="new">Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.</target>
|
|
<note>.
|
|
Parameters: 0 - authType (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidIntent">
|
|
<source>Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.</source>
|
|
<target state="new">Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.</target>
|
|
<note>.
|
|
Parameters: 0 - intent (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnectionCanceled">
|
|
<source>Connection canceled</source>
|
|
<target state="new">Connection canceled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullOwnerUri">
|
|
<source>OwnerUri cannot be null or empty</source>
|
|
<target state="new">OwnerUri cannot be null or empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullConnection">
|
|
<source>Connection details object cannot be null</source>
|
|
<target state="new">Connection details object cannot be null</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullServerName">
|
|
<source>ServerName cannot be null or empty</source>
|
|
<target state="new">ServerName cannot be null or empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionParamsValidateNullSqlAuth">
|
|
<source>{0} cannot be null or empty when using SqlLogin authentication</source>
|
|
<target state="new">{0} cannot be null or empty when using SqlLogin authentication</target>
|
|
<note>.
|
|
Parameters: 0 - component (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCancelAlreadyCompleted">
|
|
<source>The query has already completed, it cannot be cancelled</source>
|
|
<target state="new">The query has already completed, it cannot be cancelled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCancelDisposeFailed">
|
|
<source>Query successfully cancelled, failed to dispose query. Owner URI not found.</source>
|
|
<target state="new">Query successfully cancelled, failed to dispose query. Owner URI not found.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryCancelled">
|
|
<source>Query was canceled by user</source>
|
|
<target state="new">Query was canceled by user</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSubsetBatchNotCompleted">
|
|
<source>The batch has not completed, yet</source>
|
|
<target state="new">The batch has not completed, yet</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSubsetBatchOutOfRange">
|
|
<source>Batch index cannot be less than 0 or greater than the number of batches</source>
|
|
<target state="new">Batch index cannot be less than 0 or greater than the number of batches</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSubsetResultSetOutOfRange">
|
|
<source>Result set index cannot be less than 0 or greater than the number of result sets</source>
|
|
<target state="new">Result set index cannot be less than 0 or greater than the number of result sets</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceDataReaderByteCountInvalid">
|
|
<source>Maximum number of bytes to return must be greater than zero</source>
|
|
<target state="new">Maximum number of bytes to return must be greater than zero</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceDataReaderCharCountInvalid">
|
|
<source>Maximum number of chars to return must be greater than zero</source>
|
|
<target state="new">Maximum number of chars to return must be greater than zero</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceDataReaderXmlCountInvalid">
|
|
<source>Maximum number of XML bytes to return must be greater than zero</source>
|
|
<target state="new">Maximum number of XML bytes to return must be greater than zero</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceFileWrapperWriteOnly">
|
|
<source>Access method cannot be write-only</source>
|
|
<target state="new">Access method cannot be write-only</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceFileWrapperNotInitialized">
|
|
<source>FileStreamWrapper must be initialized before performing operations</source>
|
|
<target state="new">FileStreamWrapper must be initialized before performing operations</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceFileWrapperReadOnly">
|
|
<source>This FileStreamWrapper cannot be used for writing</source>
|
|
<target state="new">This FileStreamWrapper cannot be used for writing</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceAffectedOneRow">
|
|
<source>(1 row affected)</source>
|
|
<target state="new">(1 row affected)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceAffectedRows">
|
|
<source>({0} rows affected)</source>
|
|
<target state="new">({0} rows affected)</target>
|
|
<note>.
|
|
Parameters: 0 - rows (long) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCompletedSuccessfully">
|
|
<source>Commands completed successfully.</source>
|
|
<target state="new">Commands completed successfully.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceErrorFormat">
|
|
<source>Msg {0}, Level {1}, State {2}, Line {3}{4}{5}</source>
|
|
<target state="new">Msg {0}, Level {1}, State {2}, Line {3}{4}{5}</target>
|
|
<note>.
|
|
Parameters: 0 - msg (int), 1 - lvl (int), 2 - state (int), 3 - line (int), 4 - newLine (string), 5 - message (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryFailed">
|
|
<source>Query failed: {0}</source>
|
|
<target state="new">Query failed: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - message (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceColumnNull">
|
|
<source>(No column name)</source>
|
|
<target state="new">(No column name)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceRequestsNoQuery">
|
|
<source>The requested query does not exist</source>
|
|
<target state="new">The requested query does not exist</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
|
|
<source>Cannot connect to the database due to invalid OwnerUri</source>
|
|
<target state="new">Cannot connect to the database due to invalid OwnerUri</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceQueryInProgress">
|
|
<source>A query is already in progress for this editor session. Please cancel this query or wait for its completion.</source>
|
|
<target state="new">A query is already in progress for this editor session. Please cancel this query or wait for its completion.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceMessageSenderNotSql">
|
|
<source>Sender for OnInfoMessage event must be a SqlConnection</source>
|
|
<target state="new">Sender for OnInfoMessage event must be a SqlConnection</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsResultSetNotComplete">
|
|
<source>Result cannot be saved until query execution has completed</source>
|
|
<target state="new">Result cannot be saved until query execution has completed</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsMiscStartingError">
|
|
<source>Internal error occurred while starting save task</source>
|
|
<target state="new">Internal error occurred while starting save task</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsInProgress">
|
|
<source>A save request to the same path is in progress</source>
|
|
<target state="new">A save request to the same path is in progress</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceSaveAsFail">
|
|
<source>Failed to save {0}: {1}</source>
|
|
<target state="new">Failed to save {0}: {1}</target>
|
|
<note>.
|
|
Parameters: 0 - fileName (string), 1 - message (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetNotRead">
|
|
<source>Cannot read subset unless the results have been read from the server</source>
|
|
<target state="new">Cannot read subset unless the results have been read from the server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetStartRowOutOfRange">
|
|
<source>Start row cannot be less than 0 or greater than the number of rows in the result set</source>
|
|
<target state="new">Start row cannot be less than 0 or greater than the number of rows in the result set</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetRowCountOutOfRange">
|
|
<source>Row count must be a positive integer</source>
|
|
<target state="new">Row count must be a positive integer</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetNoColumnSchema">
|
|
<source>Could not retrieve column schema for result set</source>
|
|
<target state="new">Could not retrieve column schema for result set</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceExecutionPlanNotFound">
|
|
<source>Could not retrieve an execution plan from the result set</source>
|
|
<target state="new">Could not retrieve an execution plan from the result set</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionAzureError">
|
|
<source>This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}</source>
|
|
<target state="new">This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - errorMessage (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionError">
|
|
<source>An unexpected error occurred during Peek Definition execution: {0}</source>
|
|
<target state="new">An unexpected error occurred during Peek Definition execution: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - errorMessage (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionNoResultsError">
|
|
<source>No results were found.</source>
|
|
<target state="new">No results were found.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionDatabaseError">
|
|
<source>No database object was retrieved.</source>
|
|
<target state="new">No database object was retrieved.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionNotConnectedError">
|
|
<source>Please connect to a server.</source>
|
|
<target state="new">Please connect to a server.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionTimedoutError">
|
|
<source>Operation timed out.</source>
|
|
<target state="new">Operation timed out.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeekDefinitionTypeNotSupportedError">
|
|
<source>This object type is currently not supported by this feature.</source>
|
|
<target state="new">This object type is currently not supported by this feature.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="WorkspaceServicePositionLineOutOfRange">
|
|
<source>Position is outside of file line range</source>
|
|
<target state="new">Position is outside of file line range</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="WorkspaceServicePositionColumnOutOfRange">
|
|
<source>Position is outside of column range for line {0}</source>
|
|
<target state="new">Position is outside of column range for line {0}</target>
|
|
<note>.
|
|
Parameters: 0 - line (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="WorkspaceServiceBufferPositionOutOfOrder">
|
|
<source>Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})</source>
|
|
<target state="new">Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})</target>
|
|
<note>.
|
|
Parameters: 0 - sLine (int), 1 - sCol (int), 2 - eLine (int), 3 - eCol (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="TestLocalizationConstant">
|
|
<source>test</source>
|
|
<target state="new">test</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ErrorEmptyStringReplacement">
|
|
<source>Replacement of an empty string by an empty string.</source>
|
|
<target state="new">Replacement of an empty string by an empty string.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionNotFound">
|
|
<source>Edit session does not exist.</source>
|
|
<target state="new">Edit session does not exist.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataQueryNotCompleted">
|
|
<source>Query has not completed execution</source>
|
|
<target state="new">Query has not completed execution</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataQueryImproperResultSets">
|
|
<source>Query did not generate exactly one result set</source>
|
|
<target state="new">Query did not generate exactly one result set</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataFailedAddRow">
|
|
<source>Failed to add new row to update cache</source>
|
|
<target state="new">Failed to add new row to update cache</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataRowOutOfRange">
|
|
<source>Given row ID is outside the range of rows in the edit cache</source>
|
|
<target state="new">Given row ID is outside the range of rows in the edit cache</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataUpdatePending">
|
|
<source>An update is already pending for this row and must be reverted first</source>
|
|
<target state="new">An update is already pending for this row and must be reverted first</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataUpdateNotPending">
|
|
<source>Given row ID does not have pending update</source>
|
|
<target state="new">Given row ID does not have pending update</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataObjectMetadataNotFound">
|
|
<source>Table or view metadata could not be found</source>
|
|
<target state="new">Table or view metadata could not be found</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataInvalidFormatBinary">
|
|
<source>Invalid format for binary column</source>
|
|
<target state="new">Invalid format for binary column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataInvalidFormatBoolean">
|
|
<source>Allowed values for boolean columns are 0, 1, "true", or "false"</source>
|
|
<target state="new">Allowed values for boolean columns are 0, 1, "true", or "false"</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataCreateScriptMissingValue">
|
|
<source>The column '{0}' is defined as NOT NULL but was not given a value</source>
|
|
<target state="new">The column '{0}' is defined as NOT NULL but was not given a value</target>
|
|
<note>.
|
|
Parameters: 0 - colName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataDeleteSetCell">
|
|
<source>A delete is pending for this row, a cell update cannot be applied.</source>
|
|
<target state="new">A delete is pending for this row, a cell update cannot be applied.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataColumnIdOutOfRange">
|
|
<source>Column ID must be in the range of columns for the query</source>
|
|
<target state="new">Column ID must be in the range of columns for the query</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataColumnCannotBeEdited">
|
|
<source>Column cannot be edited</source>
|
|
<target state="new">Column cannot be edited</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataColumnNoKeyColumns">
|
|
<source>No key columns were found</source>
|
|
<target state="new">No key columns were found</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataScriptFilePathNull">
|
|
<source>An output filename must be provided</source>
|
|
<target state="new">An output filename must be provided</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataUnsupportedObjectType">
|
|
<source>Database object {0} cannot be used for editing.</source>
|
|
<target state="new">Database object {0} cannot be used for editing.</target>
|
|
<note>.
|
|
Parameters: 0 - typeName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceDbErrorDefaultNotConnected">
|
|
<source>Specified URI '{0}' does not have a default connection</source>
|
|
<target state="new">Specified URI '{0}' does not have a default connection</target>
|
|
<note>.
|
|
Parameters: 0 - uri (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataCommitInProgress">
|
|
<source>A commit task is in progress. Please wait for completion.</source>
|
|
<target state="new">A commit task is in progress. Please wait for completion.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlScriptFormatterDecimalMissingPrecision">
|
|
<source>Exact numeric column is missing numeric precision or numeric scale</source>
|
|
<target state="new">Exact numeric column is missing numeric precision or numeric scale</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataComputedColumnPlaceholder">
|
|
<source><TBD></source>
|
|
<target state="new"><TBD></target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetAddNoRows">
|
|
<source>Cannot add row to result buffer, data reader does not contain rows</source>
|
|
<target state="new">Cannot add row to result buffer, data reader does not contain rows</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataTimeOver24Hrs">
|
|
<source>TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999</source>
|
|
<target state="new">TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataNullNotAllowed">
|
|
<source>NULL is not allowed for this column</source>
|
|
<target state="new">NULL is not allowed for this column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionAlreadyExists">
|
|
<source>Edit session already exists.</source>
|
|
<target state="new">Edit session already exists.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionNotInitialized">
|
|
<source>Edit session has not been initialized</source>
|
|
<target state="new">Edit session has not been initialized</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionAlreadyInitialized">
|
|
<source>Edit session has already been initialized</source>
|
|
<target state="new">Edit session has already been initialized</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataSessionAlreadyInitializing">
|
|
<source>Edit session has already been initialized or is in the process of initializing</source>
|
|
<target state="new">Edit session has already been initialized or is in the process of initializing</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataQueryFailed">
|
|
<source>Query execution failed, see messages for details</source>
|
|
<target state="new">Query execution failed, see messages for details</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataFilteringNegativeLimit">
|
|
<source>Result limit cannot be negative</source>
|
|
<target state="new">Result limit cannot be negative</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceCellNull">
|
|
<source>NULL</source>
|
|
<target state="new">NULL</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataMetadataObjectNameRequired">
|
|
<source>A object name must be provided</source>
|
|
<target state="new">A object name must be provided</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataMetadataTooManyIdentifiers">
|
|
<source>Explicitly specifying server or database is not supported</source>
|
|
<target state="new">Explicitly specifying server or database is not supported</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataMetadataNotExtended">
|
|
<source>Table metadata does not have extended properties</source>
|
|
<target state="new">Table metadata does not have extended properties</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataObjectNotFound">
|
|
<source>Table or view requested for edit could not be found</source>
|
|
<target state="new">Table or view requested for edit could not be found</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetHasNoResults">
|
|
<source>Query has no results to return</source>
|
|
<target state="new">Query has no results to return</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceResultSetTooLarge">
|
|
<source>Result set has too many rows to be safely loaded</source>
|
|
<target state="new">Result set has too many rows to be safely loaded</target>
|
|
</trans-unit>
|
|
<trans-unit id="ConflictWithNoRecovery">
|
|
<source>Specifying this option when restoring a backup with the NORECOVERY option is not permitted.</source>
|
|
<target state="new">Specifying this option when restoring a backup with the NORECOVERY option is not permitted.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidPathForDatabaseFile">
|
|
<source>Invalid path for database file: '{0}'</source>
|
|
<target state="new">Invalid path for database file: '{0}'</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Log">
|
|
<source>Log</source>
|
|
<target state="new">Log</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestorePlanFailed">
|
|
<source>Failed to create restore plan</source>
|
|
<target state="new">Failed to create restore plan</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreNotSupported">
|
|
<source>Restore database is not supported</source>
|
|
<target state="new">Restore database is not supported</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreTaskName">
|
|
<source>Restore Database</source>
|
|
<target state="new">Restore Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreCopyOnly">
|
|
<source>(Copy Only)</source>
|
|
<target state="new">(Copy Only)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetComponent">
|
|
<source>Component</source>
|
|
<target state="new">Component</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetType">
|
|
<source>Type</source>
|
|
<target state="new">Type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetServer">
|
|
<source>Server</source>
|
|
<target state="new">Server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetDatabase">
|
|
<source>Database</source>
|
|
<target state="new">Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetPosition">
|
|
<source>Position</source>
|
|
<target state="new">Position</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetFirstLsn">
|
|
<source>First LSN</source>
|
|
<target state="new">First LSN</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetLastLsn">
|
|
<source>Last LSN</source>
|
|
<target state="new">Last LSN</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetCheckpointLsn">
|
|
<source>Checkpoint LSN</source>
|
|
<target state="new">Checkpoint LSN</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetFullLsn">
|
|
<source>Full LSN</source>
|
|
<target state="new">Full LSN</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetStartDate">
|
|
<source>Start Date</source>
|
|
<target state="new">Start Date</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetFinishDate">
|
|
<source>Finish Date</source>
|
|
<target state="new">Finish Date</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetSize">
|
|
<source>Size</source>
|
|
<target state="new">Size</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetUserName">
|
|
<source>User Name</source>
|
|
<target state="new">User Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetExpiration">
|
|
<source>Expiration</source>
|
|
<target state="new">Expiration</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="RestoreBackupSetName">
|
|
<source>Name</source>
|
|
<target state="new">Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TheLastBackupTaken">
|
|
<source>The last backup taken ({0})</source>
|
|
<target state="new">The last backup taken ({0})</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BackupTaskName">
|
|
<source>Backup Database</source>
|
|
<target state="new">Backup Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TaskInProgress">
|
|
<source>In progress</source>
|
|
<target state="new">In progress</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TaskCompleted">
|
|
<source>Completed</source>
|
|
<target state="new">Completed</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ScriptTaskName">
|
|
<source>scripting</source>
|
|
<target state="new">scripting</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ProfilerConnectionNotFound">
|
|
<source>Connection not found</source>
|
|
<target state="new">Connection not found</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AzureSystemDbProfilingError">
|
|
<source>Cannot profile Azure system databases</source>
|
|
<target state="new">Cannot profile Azure system databases</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BackupPathIsFolderError">
|
|
<source>Please provide a file path instead of directory path</source>
|
|
<target state="new">Please provide a file path instead of directory path</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidBackupPathError">
|
|
<source> The provided path is invalid</source>
|
|
<target state="new"> The provided path is invalid</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidPathError">
|
|
<source>Cannot access the specified path on the server: {0}</source>
|
|
<target state="new">Cannot access the specified path on the server: {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="NoBackupsetsToRestore">
|
|
<source>No backupset selected to be restored</source>
|
|
<target state="new">No backupset selected to be restored</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AzureSqlDbEdition">
|
|
<source>Azure SQL DB</source>
|
|
<target state="new">Azure SQL DB</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AzureSqlDwEdition">
|
|
<source>Azure SQL Data Warehouse</source>
|
|
<target state="new">Azure SQL Data Warehouse</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AzureSqlStretchEdition">
|
|
<source>Azure SQL Stretch Database</source>
|
|
<target state="new">Azure SQL Stretch Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AzureSqlAnalyticsOnDemandEdition">
|
|
<source>Azure SQL Analytics on-demand</source>
|
|
<target state="new">Azure SQL Analytics on-demand</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataValueTooLarge">
|
|
<source>Value {0} is too large to fit in column of type {1}</source>
|
|
<target state="new">Value {0} is too large to fit in column of type {1}</target>
|
|
<note>.
|
|
Parameters: 0 - value (string), 1 - columnType (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataInvalidFormat">
|
|
<source>Invalid format for column '{0}', column is defined as {1}</source>
|
|
<target state="new">Invalid format for column '{0}', column is defined as {1}</target>
|
|
<note>.
|
|
Parameters: 0 - colName (string), 1 - colType (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlScriptFormatterLengthTypeMissingSize">
|
|
<source>Column with length is missing size</source>
|
|
<target state="new">Column with length is missing size</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlScriptFormatterScalarTypeMissingScale">
|
|
<source>Scalar column missing scale</source>
|
|
<target state="new">Scalar column missing scale</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataMultiTableNotSupported">
|
|
<source>EditData queries targeting multiple tables are not supported</source>
|
|
<target state="new">EditData queries targeting multiple tables are not supported</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataAliasesNotSupported">
|
|
<source>EditData queries with aliased columns are not supported</source>
|
|
<target state="new">EditData queries with aliased columns are not supported</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataExpressionsNotSupported">
|
|
<source>EditData queries with aggregate or expression columns are not supported</source>
|
|
<target state="new">EditData queries with aggregate or expression columns are not supported</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataDuplicateColumnsNotSupported">
|
|
<source>EditData queries with duplicate columns are not supported</source>
|
|
<target state="new">EditData queries with duplicate columns are not supported</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditDataIncorrectTable">
|
|
<source>EditData queries must query the originally targeted table '{0}'</source>
|
|
<target state="new">EditData queries must query the originally targeted table '{0}'</target>
|
|
<note>.
|
|
Parameters: 0 - tableName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryLocal">
|
|
<source>[Uncategorized (Local)]</source>
|
|
<target state="new">[Uncategorized (Local)]</target>
|
|
<note>job categories</note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryFromMsx">
|
|
<source>Jobs from MSX</source>
|
|
<target state="new">Jobs from MSX</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryMultiServer">
|
|
<source>[Uncategorized (Multi-Server)]</source>
|
|
<target state="new">[Uncategorized (Multi-Server)]</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryDBMaint">
|
|
<source>Database Maintenance</source>
|
|
<target state="new">Database Maintenance</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryWebAssistant">
|
|
<source>Web Assistant</source>
|
|
<target state="new">Web Assistant</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryFullText">
|
|
<source>Full-Text</source>
|
|
<target state="new">Full-Text</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplDistribution">
|
|
<source>REPL-Distribution</source>
|
|
<target state="new">REPL-Distribution</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplDistributionCleanup">
|
|
<source>REPL-Distribution Cleanup</source>
|
|
<target state="new">REPL-Distribution Cleanup</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplHistoryCleanup">
|
|
<source>REPL-History Cleanup</source>
|
|
<target state="new">REPL-History Cleanup</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplLogReader">
|
|
<source>REPL-LogReader</source>
|
|
<target state="new">REPL-LogReader</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplMerge">
|
|
<source>REPL-Merge</source>
|
|
<target state="new">REPL-Merge</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplSnapShot">
|
|
<source>REPL-Snapshot</source>
|
|
<target state="new">REPL-Snapshot</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplCheckup">
|
|
<source>REPL-Checkup</source>
|
|
<target state="new">REPL-Checkup</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplCleanup">
|
|
<source>REPL-Subscription Cleanup</source>
|
|
<target state="new">REPL-Subscription Cleanup</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplAlert">
|
|
<source>REPL-Alert Response</source>
|
|
<target state="new">REPL-Alert Response</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplQReader">
|
|
<source>REPL-QueueReader</source>
|
|
<target state="new">REPL-QueueReader</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryReplication">
|
|
<source>Replication</source>
|
|
<target state="new">Replication</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryUncategorized">
|
|
<source>[Uncategorized]</source>
|
|
<target state="new">[Uncategorized]</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryLogShipping">
|
|
<source>Log Shipping</source>
|
|
<target state="new">Log Shipping</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryDBEngineTuningAdvisor">
|
|
<source>Database Engine Tuning Advisor</source>
|
|
<target state="new">Database Engine Tuning Advisor</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CategoryDataCollector">
|
|
<source>Data Collector</source>
|
|
<target state="new">Data Collector</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="JobAlreadyExists">
|
|
<source>A job named '{0}' already exists. Enter a unique name for the job.</source>
|
|
<target state="new">A job named '{0}' already exists. Enter a unique name for the job.</target>
|
|
<note>.
|
|
Parameters: 0 - jobName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="JobStepNameCannotBeBlank">
|
|
<source>The name of the job step cannot be blank.</source>
|
|
<target state="new">The name of the job step cannot be blank.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="JobStepNameAlreadyExists">
|
|
<source>There is already a step named '{0}' for this job. You must specify a different name.</source>
|
|
<target state="new">There is already a step named '{0}' for this job. You must specify a different name.</target>
|
|
<note>.
|
|
Parameters: 0 - jobName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="AlertNameCannotBeBlank">
|
|
<source>The name of the alert cannot be blank.</source>
|
|
<target state="new">The name of the alert cannot be blank.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CannotCreateNewAlert">
|
|
<source>Cannot create new alert.</source>
|
|
<target state="new">Cannot create new alert.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CannotAlterAlert">
|
|
<source>Cannot alter alert.</source>
|
|
<target state="new">Cannot alter alert.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SysadminAccount">
|
|
<source>SQL Server Agent Service Account</source>
|
|
<target state="new">SQL Server Agent Service Account</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ProxyAccountNotFound">
|
|
<source>Proxy account '{0}' does not exist on the server.</source>
|
|
<target state="new">Proxy account '{0}' does not exist on the server.</target>
|
|
<note>.
|
|
Parameters: 0 - proxyName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="CredentialNoLongerExists">
|
|
<source>The object does no longer exist on server.</source>
|
|
<target state="new">The object does no longer exist on server.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownServerType">
|
|
<source>Unknown server type '{0}'.</source>
|
|
<target state="new">Unknown server type '{0}'.</target>
|
|
<note>.
|
|
Parameters: 0 - serverTypeName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SetOwnerFailed">
|
|
<source>The current login does not have permissions to set the database owner to '{0}' The database was created successfully however.</source>
|
|
<target state="new">The current login does not have permissions to set the database owner to '{0}' The database was created successfully however.</target>
|
|
<note>.
|
|
Parameters: 0 - ownerName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="TargetServerNotSelected">
|
|
<source>You must specify the Target Servers on which this multi server job will execute.</source>
|
|
<target state="new">You must specify the Target Servers on which this multi server job will execute.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="UnexpectedRunType">
|
|
<source>Unexpected run type.</source>
|
|
<target state="new">Unexpected run type.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownSizeUnit">
|
|
<source>Unknown size unit {0}</source>
|
|
<target state="new">Unknown size unit {0}</target>
|
|
<note>.
|
|
Parameters: 0 - unit (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SessionNotFound">
|
|
<source>Cannot find requested XEvent session</source>
|
|
<target state="new">Cannot find requested XEvent session</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="StopSessionFailed">
|
|
<source>Failed to stop session: {0}</source>
|
|
<target state="new">Failed to stop session: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - error (String) </note>
|
|
</trans-unit>
|
|
<trans-unit id="StartSessionFailed">
|
|
<source>Failed to start session: {0}</source>
|
|
<target state="new">Failed to start session: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - error (String) </note>
|
|
</trans-unit>
|
|
<trans-unit id="CreateSessionFailed">
|
|
<source>Failed to create session: {0}</source>
|
|
<target state="new">Failed to create session: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - error (String) </note>
|
|
</trans-unit>
|
|
<trans-unit id="PauseSessionFailed">
|
|
<source>Failed to pause session: {0}</source>
|
|
<target state="new">Failed to pause session: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - error (String) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SessionAlreadyExists">
|
|
<source>An XEvent session named {0} already exists</source>
|
|
<target state="new">An XEvent session named {0} already exists</target>
|
|
<note>.
|
|
Parameters: 0 - sessionName (String) </note>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidScheduleTitle">
|
|
<source>Invalid Schedule</source>
|
|
<target state="new">Invalid Schedule</target>
|
|
<note> Schedule error message</note>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidWeeklySchedule">
|
|
<source>Select at least one day to be part of this weekly schedule.</source>
|
|
<target state="new">Select at least one day to be part of this weekly schedule.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="StartDateGreaterThanEndDate">
|
|
<source>The job schedule starting date cannot be greater than the ending date.</source>
|
|
<target state="new">The job schedule starting date cannot be greater than the ending date.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="StartTimeGreaterThanEndTime">
|
|
<source>The job schedule starting time cannot be after the ending time.</source>
|
|
<target state="new">The job schedule starting time cannot be after the ending time.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EndTimeEqualToStartTime">
|
|
<source>The job schedule ending time must be after the starting time.</source>
|
|
<target state="new">The job schedule ending time must be after the starting time.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidStartDate">
|
|
<source>Start date must be on or after January 1, 1990.</source>
|
|
<target state="new">Start date must be on or after January 1, 1990.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ScheduleNameAlreadyExists">
|
|
<source>There is already a schedule named '{0}' for this job. You must specify a different name.</source>
|
|
<target state="new">There is already a schedule named '{0}' for this job. You must specify a different name.</target>
|
|
<note>.
|
|
Parameters: 0 - scheduleName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="JobServerIsNotAvailable">
|
|
<source>Job server is not available</source>
|
|
<target state="new">Job server is not available</target>
|
|
<note> Exception thrown when job server is not available</note>
|
|
</trans-unit>
|
|
<trans-unit id="NeverBackedUp">
|
|
<source>Never</source>
|
|
<target state="new">Never</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Error_InvalidDirectoryName">
|
|
<source>Path {0} is not a valid directory</source>
|
|
<target state="new">Path {0} is not a valid directory</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Error_ExistingDirectoryName">
|
|
<source>For directory {0} a file with name {1} already exist</source>
|
|
<target state="new">For directory {0} a file with name {1} already exist</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
|
|
<source>Beginning execution loop</source>
|
|
<target state="new">Beginning execution loop</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_BatchExecutionError_Ignoring">
|
|
<source>An error occurred while the batch was being executed, but the error has been ignored.</source>
|
|
<target state="new">An error occurred while the batch was being executed, but the error has been ignored.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EE_ExecutionInfo_FinalizingLoop">
|
|
<source>Batch execution completed {0} times...</source>
|
|
<target state="new">Batch execution completed {0} times...</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchParserWrapperExecutionError">
|
|
<source>Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}</source>
|
|
<target state="new">Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ExtractInvalidVersion">
|
|
<source>Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.</source>
|
|
<target state="new">Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ExportBacpacTaskName">
|
|
<source>Export bacpac</source>
|
|
<target state="new">Export bacpac</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ImportBacpacTaskName">
|
|
<source>Import bacpac</source>
|
|
<target state="new">Import bacpac</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ExtractDacpacTaskName">
|
|
<source>Extract dacpac</source>
|
|
<target state="new">Extract dacpac</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="DeployDacpacTaskName">
|
|
<source>Deploy dacpac</source>
|
|
<target state="new">Deploy dacpac</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GenerateScriptTaskName">
|
|
<source>Generate script</source>
|
|
<target state="new">Generate script</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PublishChangesTaskName">
|
|
<source>Apply schema compare changes</source>
|
|
<target state="new">Apply schema compare changes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaCompareExcludeIncludeNodeNotFound">
|
|
<source>Failed to find the specified change in the model</source>
|
|
<target state="new">Failed to find the specified change in the model</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="OpenScmpConnectionBasedModelParsingError">
|
|
<source>Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'</source>
|
|
<target state="new">Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SchemaCompareSessionNotFound">
|
|
<source>Could not find the schema compare session to cancel</source>
|
|
<target state="new">Could not find the schema compare session to cancel</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SerializationServiceUnsupportedFormat">
|
|
<source>Unsupported Save Format: {0}</source>
|
|
<target state="new">Unsupported Save Format: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - formatName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SerializationServiceRequestInProgress">
|
|
<source>A request for file {0} is already in progress</source>
|
|
<target state="new">A request for file {0} is already in progress</target>
|
|
<note>.
|
|
Parameters: 0 - filePath (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SerializationServiceRequestNotFound">
|
|
<source>Cannot serialize more data as no request for file {0} could be found</source>
|
|
<target state="new">Cannot serialize more data as no request for file {0} could be found</target>
|
|
<note>.
|
|
Parameters: 0 - filePath (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidColumnEncryptionSetting">
|
|
<source>Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'.</source>
|
|
<target state="new">Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'.</target>
|
|
<note>.
|
|
Parameters: 0 - columnEncryptionSetting (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidEncryptOption">
|
|
<source>Invalid value '{0}' for Encrypt. Valid values are 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' and 'No'.</source>
|
|
<target state="new">Invalid value '{0}' for Encrypt. Valid values are 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' and 'No'.</target>
|
|
<note>.
|
|
Parameters: 0 - encrypt (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
|
|
<source>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</source>
|
|
<target state="new">Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</target>
|
|
<note>.
|
|
Parameters: 0 - enclaveAttestationProtocol (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
|
|
<source>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</source>
|
|
<target state="new">The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlCmdExitOnError">
|
|
<source>An error was encountered during execution of batch. Exiting.</source>
|
|
<target state="new">An error was encountered during execution of batch. Exiting.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlCmdUnsupportedToken">
|
|
<source>Encountered unsupported token {0}</source>
|
|
<target state="new">Encountered unsupported token {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlAssessmentGenerateScriptTaskName">
|
|
<source>Generate SQL Assessment script</source>
|
|
<target state="new">Generate SQL Assessment script</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlAssessmentQueryInvalidOwnerUri">
|
|
<source>Not connected to a server</source>
|
|
<target state="new">Not connected to a server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlAssessmentConnectingError">
|
|
<source>Cannot connect to the server</source>
|
|
<target state="new">Cannot connect to the server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlAssessmentUnsuppoertedEdition">
|
|
<source>Unsupported engine edition {0}</source>
|
|
<target state="new">Unsupported engine edition {0}</target>
|
|
<note>.
|
|
Parameters: 0 - editionCode (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterizationDetails">
|
|
<source>{0} will be converted to a Microsoft.Data.SqlClient.SqlParameter object with the following properties: SqlDbType = {1}, Size = {2}, Precision = {3}, Scale = {4}, SqlValue = {5}</source>
|
|
<target state="new">{0} will be converted to a Microsoft.Data.SqlClient.SqlParameter object with the following properties: SqlDbType = {1}, Size = {2}, Precision = {3}, Scale = {4}, SqlValue = {5}</target>
|
|
<note>.
|
|
Parameters: 0 - variableName (string), 1 - sqlDbType (string), 2 - size (int), 3 - precision (int), 4 - scale (int), 5 - sqlValue (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ErrorMessageHeader">
|
|
<source>Line {0}</source>
|
|
<target state="new">Line {0}</target>
|
|
<note>.
|
|
Parameters: 0 - lineNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ErrorMessage">
|
|
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType). Literal value: {2}</source>
|
|
<target state="new">Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType). Literal value: {2}</target>
|
|
<note>.
|
|
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="DateTimeErrorMessage">
|
|
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as it used an unsupported date/time format. Use one of the supported date/time formats. Literal value: {2}</source>
|
|
<target state="new">Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as it used an unsupported date/time format. Use one of the supported date/time formats. Literal value: {2}</target>
|
|
<note>.
|
|
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="BinaryLiteralPrefixMissingError">
|
|
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as prefix 0x is expected for a binary literals. Literal value: {2}</source>
|
|
<target state="new">Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as prefix 0x is expected for a binary literals. Literal value: {2}</target>
|
|
<note>.
|
|
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ParsingErrorHeader">
|
|
<source>Line {0}, column {1}</source>
|
|
<target state="new">Line {0}, column {1}</target>
|
|
<note>.
|
|
Parameters: 0 - lineNumber (int), 1 - columnNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ScriptTooLarge">
|
|
<source>The current script is too large for Parameterization for Always Encrypted, please disable Parameterization for Always Encrypted in Query Options (Query > Query Options > Execution > Advanced). Maximum allowable length: {0} characters, Current script length: {1} characters</source>
|
|
<target state="new">The current script is too large for Parameterization for Always Encrypted, please disable Parameterization for Always Encrypted in Query Options (Query > Query Options > Execution > Advanced). Maximum allowable length: {0} characters, Current script length: {1} characters</target>
|
|
<note>.
|
|
Parameters: 0 - maxChars (int), 1 - currentChars (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ProjectExtractTaskName">
|
|
<source>Extract project files</source>
|
|
<target state="new">Extract project files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ValidateStreamingJobTaskName">
|
|
<source>Validate streaming job</source>
|
|
<target state="new">Validate streaming job</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="StreamNotFoundInModel">
|
|
<source>Streaming query statement contains a reference to missing {0} stream '{1}'. You must add it to the database model.</source>
|
|
<target state="new">Streaming query statement contains a reference to missing {0} stream '{1}'. You must add it to the database model.</target>
|
|
<note>.
|
|
Parameters: 0 - streamType (string), 1 - missingStreamName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="Input">
|
|
<source>input</source>
|
|
<target state="new">input</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Output">
|
|
<source>output</source>
|
|
<target state="new">output</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="StreamingJobValidationFailed">
|
|
<source>Validation for external streaming job '{0}' failed:</source>
|
|
<target state="new">Validation for external streaming job '{0}' failed:</target>
|
|
<note>.
|
|
Parameters: 0 - jobName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="FragmentShouldHaveOnlyOneBatch">
|
|
<source>TSQL fragment should contain exactly one batch.</source>
|
|
<target state="new">TSQL fragment should contain exactly one batch.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="NoCreateStreamingJobStatementFound">
|
|
<source>No External Streaming Job creation TSQL found (EXEC sp_create_streaming_job statement).</source>
|
|
<target state="new">No External Streaming Job creation TSQL found (EXEC sp_create_streaming_job statement).</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CouldntFindAzureFunction">
|
|
<source>Couldn't find Azure function with FunctionName '{0}' in {1}</source>
|
|
<target state="new">Couldn't find Azure function with FunctionName '{0}' in {1}</target>
|
|
<note>.
|
|
Parameters: 0 - functionName (string), 1 - fileName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="MoreThanOneAzureFunctionWithName">
|
|
<source>More than one Azure function found with the FunctionName '{0}' in {1}</source>
|
|
<target state="new">More than one Azure function found with the FunctionName '{0}' in {1}</target>
|
|
<note>.
|
|
Parameters: 0 - functionName (string), 1 - fileName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlBindingsNet5NotSupported">
|
|
<source>Adding SQL bindings is not supported for .NET 5</source>
|
|
<target state="new">Adding SQL bindings is not supported for .NET 5</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Statement">
|
|
<source>Statement</source>
|
|
<target state="new">Statement</target>
|
|
<note> Statement</note>
|
|
</trans-unit>
|
|
<trans-unit id="StatementDesc">
|
|
<source>In most cases, contains the text of the Transact-SQL statement. For rows of type PLAN_ROW, contains a description of the operation.</source>
|
|
<target state="new">In most cases, contains the text of the Transact-SQL statement. For rows of type PLAN_ROW, contains a description of the operation.</target>
|
|
<note> Statement description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PhysicalOperation">
|
|
<source>Physical Operation</source>
|
|
<target state="new">Physical Operation</target>
|
|
<note> Physical Operation</note>
|
|
</trans-unit>
|
|
<trans-unit id="PhysicalOperationDesc">
|
|
<source>Physical implementation algorithm for the node. For rows of type PLAN_ROWS only.</source>
|
|
<target state="new">Physical implementation algorithm for the node. For rows of type PLAN_ROWS only.</target>
|
|
<note> Physical Operation description</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOperation">
|
|
<source>Logical Operation</source>
|
|
<target state="new">Logical Operation</target>
|
|
<note> Logical Operation</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOperationDesc">
|
|
<source>Relational algebraic operator this node represents. For rows of type PLAN_ROWS only.</source>
|
|
<target state="new">Relational algebraic operator this node represents. For rows of type PLAN_ROWS only.</target>
|
|
<note> Logical Operation description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OperationDescriptionShort">
|
|
<source>Description</source>
|
|
<target state="new">Description</target>
|
|
<note> Operation description. Short</note>
|
|
</trans-unit>
|
|
<trans-unit id="OperationDescription">
|
|
<source>Operation description.</source>
|
|
<target state="new">Operation description.</target>
|
|
<note> Operation description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OperationArgumentShort">
|
|
<source>Argument</source>
|
|
<target state="new">Argument</target>
|
|
<note> Operation Argument. Short</note>
|
|
</trans-unit>
|
|
<trans-unit id="OperationArgumentDescription">
|
|
<source>Provides supplemental information about the operation being performed. The contents of this column depend on the physical operator.</source>
|
|
<target state="new">Provides supplemental information about the operation being performed. The contents of this column depend on the physical operator.</target>
|
|
<note> Operation Argument description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectShort">
|
|
<source>Object</source>
|
|
<target state="new">Object</target>
|
|
<note> Object field</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectDescription">
|
|
<source>Object.</source>
|
|
<target state="new">Object.</target>
|
|
<note> Object field description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexKind">
|
|
<source>Index Kind</source>
|
|
<target state="new">Index Kind</target>
|
|
<note> IndexKind field</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexKindDescription">
|
|
<source>Type of index for the referenced object.</source>
|
|
<target state="new">Type of index for the referenced object.</target>
|
|
<note> IndexKind field description</note>
|
|
</trans-unit>
|
|
<trans-unit id="DefinedValues">
|
|
<source>Defined Values</source>
|
|
<target state="new">Defined Values</target>
|
|
<note> Defined Values</note>
|
|
</trans-unit>
|
|
<trans-unit id="DefinedValuesDescription">
|
|
<source>Contains a comma-separated list of values introduced by this operator, which may be computed expressions present in the current query, or internal values introduced by the query processor in order to process this query. For rows of type PLAN_ROWS only.</source>
|
|
<target state="new">Contains a comma-separated list of values introduced by this operator, which may be computed expressions present in the current query, or internal values introduced by the query processor in order to process this query. For rows of type PLAN_ROWS only.</target>
|
|
<note> Defined Values description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OutputList">
|
|
<source>Output List</source>
|
|
<target state="new">Output List</target>
|
|
<note> Output List</note>
|
|
</trans-unit>
|
|
<trans-unit id="OutputListDescription">
|
|
<source>Contains a comma-separated list of columns being projected by the current operation.</source>
|
|
<target state="new">Contains a comma-separated list of columns being projected by the current operation.</target>
|
|
<note> Output List</note>
|
|
</trans-unit>
|
|
<trans-unit id="Warnings">
|
|
<source>Warnings</source>
|
|
<target state="new">Warnings</target>
|
|
<note> Warnings</note>
|
|
</trans-unit>
|
|
<trans-unit id="WarningsDescription">
|
|
<source>Contains a comma-separated list of warning messages relating to the current operation. Warning messages may include the string 'NO STATS:()' with a list of columns.</source>
|
|
<target state="new">Contains a comma-separated list of warning messages relating to the current operation. Warning messages may include the string 'NO STATS:()' with a list of columns.</target>
|
|
<note> Warnings description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Parallel">
|
|
<source>Parallel</source>
|
|
<target state="new">Parallel</target>
|
|
<note> Parallel</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParallelDescription">
|
|
<source>Whether the operator is running in parallel.</source>
|
|
<target state="new">Whether the operator is running in parallel.</target>
|
|
<note> Parallel description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedNumberOfRowsPerExecution">
|
|
<source>Estimated Number of Rows Per Execution</source>
|
|
<target state="new">Estimated Number of Rows Per Execution</target>
|
|
<note> Estimated Number of Rows Per Execution</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedNumberOfRowsPerExecutionDescription">
|
|
<source>Estimated number of rows per execution output by this operator. This is for PLAN_ROWS only.</source>
|
|
<target state="new">Estimated number of rows per execution output by this operator. This is for PLAN_ROWS only.</target>
|
|
<note> Estimated Number of Rows Per Execution description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedNumberOfRowsForAllExecutions">
|
|
<source>Estimated Number of Rows for All Executions</source>
|
|
<target state="new">Estimated Number of Rows for All Executions</target>
|
|
<note> Estimated Number of Rows for All Executions</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedNumberOfRowsForAllExecutionsDescription">
|
|
<source>Estimated number of rows for all executions output by this operator. This is for PLAN_ROWS only.</source>
|
|
<target state="new">Estimated number of rows for all executions output by this operator. This is for PLAN_ROWS only.</target>
|
|
<note> Estimated Number of Rows for All Executions description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRowsRead">
|
|
<source>Estimated Number of Rows to be Read</source>
|
|
<target state="new">Estimated Number of Rows to be Read</target>
|
|
<note> Estimated Rows Read</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRowsReadDescription">
|
|
<source>Number of rows estimated to be read by this operator. This value may differ from "Estimated Number of Rows for All Executions" if the operator has a predicate.</source>
|
|
<target state="new">Number of rows estimated to be read by this operator. This value may differ from "Estimated Number of Rows for All Executions" if the operator has a predicate.</target>
|
|
<note> Estimated Rows Read description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsGraphDBTransitiveClosure">
|
|
<source>Is GraphDB Transitive Closure</source>
|
|
<target state="new">Is GraphDB Transitive Closure</target>
|
|
<note> GraphDB Transitive Closure</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsGraphDBTransitiveClosureDescription">
|
|
<source>Whether the sequence represents a GraphDB transitive closure.</source>
|
|
<target state="new">Whether the sequence represents a GraphDB transitive closure.</target>
|
|
<note> GraphDB Transitive Closure Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsInterleavedExecuted">
|
|
<source>IsInterleavedExecuted</source>
|
|
<target state="new">IsInterleavedExecuted</target>
|
|
<note> Interleaved Executed</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsInterleavedExecutedDescription">
|
|
<source>Whether the operator is interleaved executed.</source>
|
|
<target state="new">Whether the operator is interleaved executed.</target>
|
|
<note> Interleaved Executed Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsAdaptive">
|
|
<source>Is Adaptive</source>
|
|
<target state="new">Is Adaptive</target>
|
|
<note> Is Adaptive</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsAdaptiveDescription">
|
|
<source>Whether the operator is adaptive.</source>
|
|
<target state="new">Whether the operator is adaptive.</target>
|
|
<note> Is Adaptive description</note>
|
|
</trans-unit>
|
|
<trans-unit id="AdaptiveThresholdRows">
|
|
<source>Adaptive Threshold Rows</source>
|
|
<target state="new">Adaptive Threshold Rows</target>
|
|
<note> Adaptive Threshold Rows</note>
|
|
</trans-unit>
|
|
<trans-unit id="AdaptiveThresholdRowsDescription">
|
|
<source>If this is an adaptive operator, the cardinality at which it adapts.</source>
|
|
<target state="new">If this is an adaptive operator, the cardinality at which it adapts.</target>
|
|
<note> Adaptive Threshold Rows description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedJoinType">
|
|
<source>Estimated Join Type</source>
|
|
<target state="new">Estimated Join Type</target>
|
|
<note> Estimated Join Type</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedJoinTypeDescription">
|
|
<source>The join type (nested loops or hash join) estimated by the query optimizer before adapting.</source>
|
|
<target state="new">The join type (nested loops or hash join) estimated by the query optimizer before adapting.</target>
|
|
<note> Estimated Join Type description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualJoinType">
|
|
<source>Actual Join Type</source>
|
|
<target state="new">Actual Join Type</target>
|
|
<note> Actual Join Type</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualJoinTypeDescription">
|
|
<source>The actual join picked (nested loops or hash join) as part of adaptive join execution.</source>
|
|
<target state="new">The actual join picked (nested loops or hash join) as part of adaptive join execution.</target>
|
|
<note> Actual Join Type Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRowSize">
|
|
<source>Estimated Row Size</source>
|
|
<target state="new">Estimated Row Size</target>
|
|
<note> Estimated Row Size</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRowSizeDescription">
|
|
<source>Estimated average row size of the row being passed through this operator.</source>
|
|
<target state="new">Estimated average row size of the row being passed through this operator.</target>
|
|
<note> Estimated Row Size description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedIoCost">
|
|
<source>Estimated I/O Cost</source>
|
|
<target state="new">Estimated I/O Cost</target>
|
|
<note> Estimated IO Cost</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedIoCostDescription">
|
|
<source>Estimated I/O cost for this operator. For rows of type PLAN_ROWS only.</source>
|
|
<target state="new">Estimated I/O cost for this operator. For rows of type PLAN_ROWS only.</target>
|
|
<note> Estimated IO Cost description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedCpuCost">
|
|
<source>Estimated CPU Cost</source>
|
|
<target state="new">Estimated CPU Cost</target>
|
|
<note> Estimated CPU Cost</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedCpuCostDescription">
|
|
<source>Estimated CPU cost for this operator. For rows of type PLAN_ROWS only.</source>
|
|
<target state="new">Estimated CPU cost for this operator. For rows of type PLAN_ROWS only.</target>
|
|
<note> Estimated CPU Cost description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedNumberOfExecutions">
|
|
<source>Estimated Number of Executions</source>
|
|
<target state="new">Estimated Number of Executions</target>
|
|
<note> Estimated Number of Executions</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedNumberOfExecutionsDescription">
|
|
<source>Estimated number of times this operator will be executed while running the current query.</source>
|
|
<target state="new">Estimated number of times this operator will be executed while running the current query.</target>
|
|
<note> Estimated Number of Executions description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedOperatorCost">
|
|
<source>Estimated Operator Cost</source>
|
|
<target state="new">Estimated Operator Cost</target>
|
|
<note> Show plan node property name</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedOperatorCostDescription">
|
|
<source>Estimated cost of this operator.</source>
|
|
<target state="new">Estimated cost of this operator.</target>
|
|
<note> Estimated Costs description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedSubtreeCost">
|
|
<source>Estimated Subtree Cost</source>
|
|
<target state="new">Estimated Subtree Cost</target>
|
|
<note> Estimated Subtree Cost</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedSubtreeCostDescription">
|
|
<source>Estimated cumulative cost of this operation and all child operations.</source>
|
|
<target state="new">Estimated cumulative cost of this operation and all child operations.</target>
|
|
<note> Estimated Subtree Cost description</note>
|
|
</trans-unit>
|
|
<trans-unit id="NumberOfRows">
|
|
<source>Actual Number of Rows for All Executions</source>
|
|
<target state="new">Actual Number of Rows for All Executions</target>
|
|
<note> Number of Rows</note>
|
|
</trans-unit>
|
|
<trans-unit id="NumberOfRowsDescription">
|
|
<source>Actual number of rows for All Executions output by this operator. For rows of type PLAN_ROWS only.</source>
|
|
<target state="new">Actual number of rows for All Executions output by this operator. For rows of type PLAN_ROWS only.</target>
|
|
<note> Number of Rows description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualRowsRead">
|
|
<source>Number of Rows Read</source>
|
|
<target state="new">Number of Rows Read</target>
|
|
<note> Number of Rows Read by a Rowset (Table or Index)</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualRowsReadDescription">
|
|
<source>Number of rows read from a table or an index prior to applying a predicate filter. For rows of type PLAN_ROWS only.</source>
|
|
<target state="new">Number of rows read from a table or an index prior to applying a predicate filter. For rows of type PLAN_ROWS only.</target>
|
|
<note> Number of Rows Read by a Rowset (Table or Index) Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="NumberOfBatches">
|
|
<source>Actual Number of Batches</source>
|
|
<target state="new">Actual Number of Batches</target>
|
|
<note> Number of Batches</note>
|
|
</trans-unit>
|
|
<trans-unit id="NumberOfBatchesDescription">
|
|
<source>Actual number of Batches output by this operator.</source>
|
|
<target state="new">Actual number of Batches output by this operator.</target>
|
|
<note> Number of Batches description</note>
|
|
</trans-unit>
|
|
<trans-unit id="NumberOfExecutions">
|
|
<source>Number of Executions</source>
|
|
<target state="new">Number of Executions</target>
|
|
<note> Number of Executions</note>
|
|
</trans-unit>
|
|
<trans-unit id="NumberOfExecutionsDescription">
|
|
<source>Number of times this operator will be executed while running the current query.</source>
|
|
<target state="new">Number of times this operator will be executed while running the current query.</target>
|
|
<note> Number of Executions description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedDataSize">
|
|
<source>Estimated Data Size</source>
|
|
<target state="new">Estimated Data Size</target>
|
|
<note> Estimated Data Size</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedDataSizeDescription">
|
|
<source>Estimated data size of the data being passed through this operator.</source>
|
|
<target state="new">Estimated data size of the data being passed through this operator.</target>
|
|
<note> Estimated Data Size description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterList">
|
|
<source>Parameter List</source>
|
|
<target state="new">Parameter List</target>
|
|
<note> Show plan's simple root node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterListDescription">
|
|
<source>Parameter list.</source>
|
|
<target state="new">Parameter list.</target>
|
|
<note> Show plan's simple root node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryFractions">
|
|
<source>Memory Fractions</source>
|
|
<target state="new">Memory Fractions</target>
|
|
<note> Show plan's simple root node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryFractionsDescription">
|
|
<source>Memory fractions.</source>
|
|
<target state="new">Memory fractions.</target>
|
|
<note> Show plan's simple root node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryFractionsInput">
|
|
<source>Memory Fractions Input</source>
|
|
<target state="new">Memory Fractions Input</target>
|
|
<note> Show plan's simple root node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryFractionsInputDescription">
|
|
<source>Memory fractions input.</source>
|
|
<target state="new">Memory fractions input.</target>
|
|
<note> Show plan's simple root node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryFractionsOutput">
|
|
<source>Memory Fractions Output</source>
|
|
<target state="new">Memory Fractions Output</target>
|
|
<note> Show plan's simple root node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryFractionsOutputDescription">
|
|
<source>Memory fractions output.</source>
|
|
<target state="new">Memory fractions output.</target>
|
|
<note> Show plan's simple root node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="UdxName">
|
|
<source>Name</source>
|
|
<target state="new">Name</target>
|
|
<note> Show plan's UDX node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="UdxNameDescription">
|
|
<source>Name.</source>
|
|
<target state="new">Name.</target>
|
|
<note> Show plan's UDX node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Values">
|
|
<source>Values</source>
|
|
<target state="new">Values</target>
|
|
<note> Show plan's ConstantScan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ValuesDescription">
|
|
<source>Values.</source>
|
|
<target state="new">Values.</target>
|
|
<note> Show plan's ConstantScan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="CachedPlanSize">
|
|
<source>Cached plan size</source>
|
|
<target state="new">Cached plan size</target>
|
|
<note> CachedPlanSize property</note>
|
|
</trans-unit>
|
|
<trans-unit id="CachedPlanSizeDescription">
|
|
<source>Cached plan size.</source>
|
|
<target state="new">Cached plan size.</target>
|
|
<note> Description for CachedPlanSize property</note>
|
|
</trans-unit>
|
|
<trans-unit id="UsePlan">
|
|
<source>Use plan</source>
|
|
<target state="new">Use plan</target>
|
|
<note> UsePlan property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ContainsInlineScalarTsqlUdfs">
|
|
<source>Contains Inline Scalar Tsql Udfs</source>
|
|
<target state="new">Contains Inline Scalar Tsql Udfs</target>
|
|
<note> InlineScalarTsqlUdf property</note>
|
|
</trans-unit>
|
|
<trans-unit id="DegreeOfParallelism">
|
|
<source>Degree of Parallelism</source>
|
|
<target state="new">Degree of Parallelism</target>
|
|
<note> DegreeOfParallelism property</note>
|
|
</trans-unit>
|
|
<trans-unit id="DegreeOfParallelismDescription">
|
|
<source>Degree of parallelism.</source>
|
|
<target state="new">Degree of parallelism.</target>
|
|
<note> Description for DegreeOfParallelism property</note>
|
|
</trans-unit>
|
|
<trans-unit id="EffectiveDegreeOfParallelism">
|
|
<source>Effective Degree of Parallelism</source>
|
|
<target state="new">Effective Degree of Parallelism</target>
|
|
<note> EffectiveDegreeOfParallelism property</note>
|
|
</trans-unit>
|
|
<trans-unit id="EffectiveDegreeOfParallelismDescription">
|
|
<source>Max degree of parallelism during columnstore index build.</source>
|
|
<target state="new">Max degree of parallelism during columnstore index build.</target>
|
|
<note> Description for EffectiveDegreeOfParallelism property</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryGrant">
|
|
<source>Memory Grant</source>
|
|
<target state="new">Memory Grant</target>
|
|
<note> Root node for show plan property</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryGrantDescription">
|
|
<source>Memory grant.</source>
|
|
<target state="new">Memory grant.</target>
|
|
<note> Description for MemoryGrant property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteDestination">
|
|
<source>Remote Destination</source>
|
|
<target state="new">Remote Destination</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteDestinationDescription">
|
|
<source>Remote object.</source>
|
|
<target state="new">Remote object.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteObject">
|
|
<source>Remote Object</source>
|
|
<target state="new">Remote Object</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteObjectDescription">
|
|
<source>Remote object.</source>
|
|
<target state="new">Remote object.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteSource">
|
|
<source>Remote Source</source>
|
|
<target state="new">Remote Source</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteSourceDescription">
|
|
<source>Remote source.</source>
|
|
<target state="new">Remote source.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="UsedUdxColumns">
|
|
<source>Used UDX Columns</source>
|
|
<target state="new">Used UDX Columns</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="UsedUdxColumnsDescription">
|
|
<source>Used UDX columns.</source>
|
|
<target state="new">Used UDX columns.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="InnerSideJoinColumns">
|
|
<source>Inner Side Join columns</source>
|
|
<target state="new">Inner Side Join columns</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="InnerSideJoinColumnsDescription">
|
|
<source>Inner side join columns.</source>
|
|
<target state="new">Inner side join columns.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OuterSideJoinColumns">
|
|
<source>Outer Side Join columns</source>
|
|
<target state="new">Outer Side Join columns</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="OuterSideJoinColumnsDescription">
|
|
<source>Outer side join columns.</source>
|
|
<target state="new">Outer side join columns.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="WhereJoinColumns">
|
|
<source>Where (join columns)</source>
|
|
<target state="new">Where (join columns)</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="Residual">
|
|
<source>Residual</source>
|
|
<target state="new">Residual</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ResidualDescription">
|
|
<source>Residual.</source>
|
|
<target state="new">Residual.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PassThru">
|
|
<source>Pass Through</source>
|
|
<target state="new">Pass Through</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PassThruDescription">
|
|
<source>Pass throuh.</source>
|
|
<target state="new">Pass throuh.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ManyToMany">
|
|
<source>Many to Many</source>
|
|
<target state="new">Many to Many</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ManyToManyDescription">
|
|
<source>Many to many.</source>
|
|
<target state="new">Many to many.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitionColumns">
|
|
<source>Partition Columns</source>
|
|
<target state="new">Partition Columns</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitionColumnsDescription">
|
|
<source>Partition columns.</source>
|
|
<target state="new">Partition columns.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Ascending">
|
|
<source>Ascending</source>
|
|
<target state="new">Ascending</target>
|
|
<note> Column sort type</note>
|
|
</trans-unit>
|
|
<trans-unit id="Descending">
|
|
<source>Descending</source>
|
|
<target state="new">Descending</target>
|
|
<note> Column sort type</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashKeys">
|
|
<source>Hash Keys</source>
|
|
<target state="new">Hash Keys</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashKeysDescription">
|
|
<source>Hash keys.</source>
|
|
<target state="new">Hash keys.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ProbeColumn">
|
|
<source>Probe Column</source>
|
|
<target state="new">Probe Column</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ProbeColumnDescription">
|
|
<source>Probe column.</source>
|
|
<target state="new">Probe column.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitioningType">
|
|
<source>Partitioning Type</source>
|
|
<target state="new">Partitioning Type</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitioningTypeDescription">
|
|
<source>Partitioning type.</source>
|
|
<target state="new">Partitioning type.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="GroupBy">
|
|
<source>Group By</source>
|
|
<target state="new">Group By</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="GroupByDescription">
|
|
<source>Group by.</source>
|
|
<target state="new">Group by.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="GroupingSets">
|
|
<source>Grouping Sets</source>
|
|
<target state="new">Grouping Sets</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="GroupingSetsDescription">
|
|
<source>The group sets list. Each Value is a reverse bit map for the grouping columns in Group By property.</source>
|
|
<target state="new">The group sets list. Each Value is a reverse bit map for the grouping columns in Group By property.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SegmentColumn">
|
|
<source>Segment Column</source>
|
|
<target state="new">Segment Column</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SegmentColumnDescription">
|
|
<source>Segment column.</source>
|
|
<target state="new">Segment column.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RankColumns">
|
|
<source>Rank Columns</source>
|
|
<target state="new">Rank Columns</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RankColumnsDescription">
|
|
<source>Rank columns.</source>
|
|
<target state="new">Rank columns.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Predicate">
|
|
<source>Predicate</source>
|
|
<target state="new">Predicate</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PredicateDescription">
|
|
<source>Predicate.</source>
|
|
<target state="new">Predicate.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OuterReferences">
|
|
<source>Outer References</source>
|
|
<target state="new">Outer References</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="OuterReferencesDescription">
|
|
<source>Outer references.</source>
|
|
<target state="new">Outer references.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ScalarOperator">
|
|
<source>Scalar Operator</source>
|
|
<target state="new">Scalar Operator</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActionColumn">
|
|
<source>Action Column</source>
|
|
<target state="new">Action Column</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActionColumnDescription">
|
|
<source>Action column.</source>
|
|
<target state="new">Action column.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OriginalActionColumn">
|
|
<source>Original Action Column</source>
|
|
<target state="new">Original Action Column</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="OriginalActionColumnDescription">
|
|
<source>Original Action column.</source>
|
|
<target state="new">Original Action column.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Rows">
|
|
<source>Top Rows</source>
|
|
<target state="new">Top Rows</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RowsDescription">
|
|
<source>Top Rows.</source>
|
|
<target state="new">Top Rows.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SeekPredicate">
|
|
<source>Seek Predicate</source>
|
|
<target state="new">Seek Predicate</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SeekPredicateDescription">
|
|
<source>Seek predicate.</source>
|
|
<target state="new">Seek predicate.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Partitioned">
|
|
<source>Partitioned</source>
|
|
<target state="new">Partitioned</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitionedDescription">
|
|
<source>Whether the operation is on a partitioned table or index.</source>
|
|
<target state="new">Whether the operation is on a partitioned table or index.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SeekKeys">
|
|
<source>Seek Keys</source>
|
|
<target state="new">Seek Keys</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SeekKeysDescription">
|
|
<source>Keys used by a seek operation.</source>
|
|
<target state="new">Keys used by a seek operation.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitionsAccessed">
|
|
<source>Actual Partitions Accessed</source>
|
|
<target state="new">Actual Partitions Accessed</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitionCount">
|
|
<source>Actual Partition Count</source>
|
|
<target state="new">Actual Partition Count</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="TieColumns">
|
|
<source>Tie Columns</source>
|
|
<target state="new">Tie Columns</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="TieColumnsDescription">
|
|
<source>Tie columns.</source>
|
|
<target state="new">Tie columns.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsPercent">
|
|
<source>Is Percent</source>
|
|
<target state="new">Is Percent</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="IsPercentDescription">
|
|
<source>Is percent.</source>
|
|
<target state="new">Is percent.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="WithTies">
|
|
<source>With Ties</source>
|
|
<target state="new">With Ties</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="WithTiesDescription">
|
|
<source>With ties.</source>
|
|
<target state="new">With ties.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitionId">
|
|
<source>Partition ID</source>
|
|
<target state="new">Partition ID</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartitionIdDescription">
|
|
<source>Partition ID.</source>
|
|
<target state="new">Partition ID.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Ordered">
|
|
<source>Ordered</source>
|
|
<target state="new">Ordered</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="OrderedDescription">
|
|
<source>Ordered.</source>
|
|
<target state="new">Ordered.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ScanDirection">
|
|
<source>Scan Direction</source>
|
|
<target state="new">Scan Direction</target>
|
|
<note> ScanDirection property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ScanDirectionDescription">
|
|
<source>Direction of the scan operation as either forward or backward.</source>
|
|
<target state="new">Direction of the scan operation as either forward or backward.</target>
|
|
<note>ScanDirection property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ForcedIndex">
|
|
<source>Forced Index</source>
|
|
<target state="new">Forced Index</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ForcedIndexDescription">
|
|
<source>Forced index.</source>
|
|
<target state="new">Forced index.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SetPredicate">
|
|
<source>Predicate</source>
|
|
<target state="new">Predicate</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SetPredicateDescription">
|
|
<source>Predicate</source>
|
|
<target state="new">Predicate</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TopExpression">
|
|
<source>Top Expression</source>
|
|
<target state="new">Top Expression</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="TopExpressionDescription">
|
|
<source>Top expression.</source>
|
|
<target state="new">Top expression.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashKeysBuild">
|
|
<source>Hash Keys Build</source>
|
|
<target state="new">Hash Keys Build</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashKeysBuildDescription">
|
|
<source>Hash keys build.</source>
|
|
<target state="new">Hash keys build.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashKeysProbe">
|
|
<source>Hash Keys Probe</source>
|
|
<target state="new">Hash Keys Probe</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashKeysProbeDescription">
|
|
<source>Hash keys probe.</source>
|
|
<target state="new">Hash keys probe.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="BuildResidual">
|
|
<source>Build Residual</source>
|
|
<target state="new">Build Residual</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="BuildResidualDescription">
|
|
<source>Build residual.</source>
|
|
<target state="new">Build residual.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ProbeResidual">
|
|
<source>Probe Residual</source>
|
|
<target state="new">Probe Residual</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ProbeResidualDescription">
|
|
<source>Probe residual.</source>
|
|
<target state="new">Probe residual.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SeekPredicates">
|
|
<source>Seek Predicates</source>
|
|
<target state="new">Seek Predicates</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SeekPredicatesDescription">
|
|
<source>Seek predicates.</source>
|
|
<target state="new">Seek predicates.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SetOptions">
|
|
<source>Set Options</source>
|
|
<target state="new">Set Options</target>
|
|
<note> Set options property in show plan</note>
|
|
</trans-unit>
|
|
<trans-unit id="SetOptionsDescription">
|
|
<source>Set options.</source>
|
|
<target state="new">Set options.</target>
|
|
<note> Set options property in show plan description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OptimizationLevel">
|
|
<source>Optimization Level</source>
|
|
<target state="new">Optimization Level</target>
|
|
<note> Optimization Level property in show plan</note>
|
|
</trans-unit>
|
|
<trans-unit id="OptimizationLevelDescription">
|
|
<source>Optimization level.</source>
|
|
<target state="new">Optimization level.</target>
|
|
<note> Optimization Level property in show plan description</note>
|
|
</trans-unit>
|
|
<trans-unit id="StatementOptmEarlyAbortReason">
|
|
<source>Reason For Early Termination Of Statement Optimization</source>
|
|
<target state="new">Reason For Early Termination Of Statement Optimization</target>
|
|
<note> StatementOptmEarlyAbortReason property</note>
|
|
</trans-unit>
|
|
<trans-unit id="TimeOut">
|
|
<source>Time Out</source>
|
|
<target state="new">Time Out</target>
|
|
<note> StatementOptmEarlyAbortReason property value</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryLimitExceeded">
|
|
<source>Memory Limit Exceeded</source>
|
|
<target state="new">Memory Limit Exceeded</target>
|
|
<note> StatementOptmEarlyAbortReason property value</note>
|
|
</trans-unit>
|
|
<trans-unit id="GoodEnoughPlanFound">
|
|
<source>Good Enough Plan Found</source>
|
|
<target state="new">Good Enough Plan Found</target>
|
|
<note> StatementOptmEarlyAbortReason property value</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRebinds">
|
|
<source>Estimated Rebinds</source>
|
|
<target state="new">Estimated Rebinds</target>
|
|
<note> Estimated Rebinds</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRebindsDescription">
|
|
<source>Estimated rebinds.</source>
|
|
<target state="new">Estimated rebinds.</target>
|
|
<note> Estimated Rebinds Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRewinds">
|
|
<source>Estimated Rewinds</source>
|
|
<target state="new">Estimated Rewinds</target>
|
|
<note> Estimated Rewinds</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRewindsDescription">
|
|
<source>Estimated rewinds.</source>
|
|
<target state="new">Estimated rewinds.</target>
|
|
<note> Estimated Rewinds Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLocallyAggregatedRows">
|
|
<source>Actual Number of Locally Aggregated Rows</source>
|
|
<target state="new">Actual Number of Locally Aggregated Rows</target>
|
|
<note> Actual Locally Aggregated Rows</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLocallyAggregatedRowsDescription">
|
|
<source>Actual number of locally aggregated rows</source>
|
|
<target state="new">Actual number of locally aggregated rows</target>
|
|
<note> Actual Locally Aggregated Rows Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualRebinds">
|
|
<source>Actual Rebinds</source>
|
|
<target state="new">Actual Rebinds</target>
|
|
<note> Actual Rebinds</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualRebindsDescription">
|
|
<source>Actual Rebinds.</source>
|
|
<target state="new">Actual Rebinds.</target>
|
|
<note> Actual Rebinds Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualRewinds">
|
|
<source>Actual Rewinds</source>
|
|
<target state="new">Actual Rewinds</target>
|
|
<note> Actual Rewinds</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualRewindsDescription">
|
|
<source>Actual Rewinds.</source>
|
|
<target state="new">Actual Rewinds.</target>
|
|
<note> Actual Rewinds Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualIOStatistics">
|
|
<source>Actual I/O Statistics</source>
|
|
<target state="new">Actual I/O Statistics</target>
|
|
<note> Actual I/O Statistics</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualIOStatisticsDescription">
|
|
<source>Actual I/O Statistics</source>
|
|
<target state="new">Actual I/O Statistics</target>
|
|
<note> Actual I/O Statistics Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualTimeStatistics">
|
|
<source>Actual Time Statistics</source>
|
|
<target state="new">Actual Time Statistics</target>
|
|
<note> Actual Time Statistics</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualTimeStatisticsDescription">
|
|
<source>Actual Time Statistics</source>
|
|
<target state="new">Actual Time Statistics</target>
|
|
<note> Actual Time Statistics Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualElapsedms">
|
|
<source>Actual Elapsed Time (ms)</source>
|
|
<target state="new">Actual Elapsed Time (ms)</target>
|
|
<note> Actual Elapsed Milliseconds</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualElapsedmsDescription">
|
|
<source>Actual elapsed time in milliseconds</source>
|
|
<target state="new">Actual elapsed time in milliseconds</target>
|
|
<note> Actual Elapsed Milliseconds Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualCPUms">
|
|
<source>Actual Elapsed CPU Time (ms)</source>
|
|
<target state="new">Actual Elapsed CPU Time (ms)</target>
|
|
<note> Actual CPU Time Milliseconds</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualCPUmsDescription">
|
|
<source>Actual elapsed CPU time in milliseconds</source>
|
|
<target state="new">Actual elapsed CPU time in milliseconds</target>
|
|
<note> Actual CPU Time Milliseconds Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualScans">
|
|
<source>Actual Scans</source>
|
|
<target state="new">Actual Scans</target>
|
|
<note> Actual Scans</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualScansDescription">
|
|
<source>Actual Scans</source>
|
|
<target state="new">Actual Scans</target>
|
|
<note> Actual Scans Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLogicalReads">
|
|
<source>Actual Logical Reads</source>
|
|
<target state="new">Actual Logical Reads</target>
|
|
<note> Actual Logical Reads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLogicalReadsDescription">
|
|
<source>Actual Logical Reads</source>
|
|
<target state="new">Actual Logical Reads</target>
|
|
<note> Actual Logical Reads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualPhysicalReads">
|
|
<source>Actual Physical Reads</source>
|
|
<target state="new">Actual Physical Reads</target>
|
|
<note> Actual Physical Reads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualPhysicalReadsDescription">
|
|
<source>Actual Physical Reads</source>
|
|
<target state="new">Actual Physical Reads</target>
|
|
<note> Actual Physical Reads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualPageServerReads">
|
|
<source>Actual Page Server Reads</source>
|
|
<target state="new">Actual Page Server Reads</target>
|
|
<note> Actual Page Server Reads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualPageServerReadsDescription">
|
|
<source>Actual Page Server Reads</source>
|
|
<target state="new">Actual Page Server Reads</target>
|
|
<note> Actual Page Server Reads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualReadAheads">
|
|
<source>Actual Read Aheads</source>
|
|
<target state="new">Actual Read Aheads</target>
|
|
<note> Actual Read Aheads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualReadAheadsDescription">
|
|
<source>Actual Read Aheads</source>
|
|
<target state="new">Actual Read Aheads</target>
|
|
<note> Actual Read Aheads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualPageServerReadAheads">
|
|
<source>Actual Page Server Read Aheads</source>
|
|
<target state="new">Actual Page Server Read Aheads</target>
|
|
<note> Actual Page Server Read Aheads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualPageServerReadAheadsDescription">
|
|
<source>Actual Page Server Read Aheads</source>
|
|
<target state="new">Actual Page Server Read Aheads</target>
|
|
<note> Actual Page Server Read Aheads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobLogicalReads">
|
|
<source>Actual Lob Logical Reads</source>
|
|
<target state="new">Actual Lob Logical Reads</target>
|
|
<note> Actual Lob Logical Reads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobLogicalReadsDescription">
|
|
<source>Actual Lob Logical Reads</source>
|
|
<target state="new">Actual Lob Logical Reads</target>
|
|
<note> Actual Lob Logical Reads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobPhysicalReads">
|
|
<source>Actual Lob Physical Reads</source>
|
|
<target state="new">Actual Lob Physical Reads</target>
|
|
<note> Actual Lob Physical Reads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobPhysicalReadsDescription">
|
|
<source>Actual Lob Physical Reads</source>
|
|
<target state="new">Actual Lob Physical Reads</target>
|
|
<note> Actual Lob Physical Reads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobPageServerReads">
|
|
<source>Actual Lob Page Server Reads</source>
|
|
<target state="new">Actual Lob Page Server Reads</target>
|
|
<note> Actual Lob Page Server Reads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobPageServerReadsDescription">
|
|
<source>Actual Lob Page Server Reads</source>
|
|
<target state="new">Actual Lob Page Server Reads</target>
|
|
<note> Actual Lob Page Server Reads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobReadAheads">
|
|
<source>Actual Lob Read Aheads</source>
|
|
<target state="new">Actual Lob Read Aheads</target>
|
|
<note> Actual Lob Read Aheads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobReadAheadsDescription">
|
|
<source>Actual Lob Read Aheads</source>
|
|
<target state="new">Actual Lob Read Aheads</target>
|
|
<note> Actual Lob Read Aheads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobPageServerReadAheads">
|
|
<source>Actual Lob Page Server Read Aheads</source>
|
|
<target state="new">Actual Lob Page Server Read Aheads</target>
|
|
<note> Actual Lob Page Server Read Aheads</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualLobPageServerReadAheadsDescription">
|
|
<source>Actual Lob Page Server Read Aheads</source>
|
|
<target state="new">Actual Lob Page Server Read Aheads</target>
|
|
<note> Actual Lob Page Server Read Aheads Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualMemoryGrantStats">
|
|
<source>Memory Usage</source>
|
|
<target state="new">Memory Usage</target>
|
|
<note> ActualMemoryGrantStats</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcRowCount">
|
|
<source>Hpc Row Count</source>
|
|
<target state="new">Hpc Row Count</target>
|
|
<note> Hpc Row Count</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcRowCountDescription">
|
|
<source>Number of rows processed by Hpc devices.</source>
|
|
<target state="new">Number of rows processed by Hpc devices.</target>
|
|
<note> Hpc Row Count Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcKernelElapsedUs">
|
|
<source>Hpc Kernel Elapsed Time in Us</source>
|
|
<target state="new">Hpc Kernel Elapsed Time in Us</target>
|
|
<note> Hpc Kernel Elapsed Us</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcKernelElapsedUsDescription">
|
|
<source>Elapsed time (in micro seconds) of Hpc device kernel execution.</source>
|
|
<target state="new">Elapsed time (in micro seconds) of Hpc device kernel execution.</target>
|
|
<note> Hpc Kernel Elapsed Us Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcHostToDeviceBytes">
|
|
<source>Hpc Host To Device Bytes</source>
|
|
<target state="new">Hpc Host To Device Bytes</target>
|
|
<note> Hpc Host To Device Bytes</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcHostToDeviceBytesDescription">
|
|
<source>Data transferred from host to Hpc device in bytes.</source>
|
|
<target state="new">Data transferred from host to Hpc device in bytes.</target>
|
|
<note> Hpc Host To Device Bytes Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcDeviceToHostBytes">
|
|
<source>Hpc Device To Host Bytes</source>
|
|
<target state="new">Hpc Device To Host Bytes</target>
|
|
<note> Hpc Device To Host Bytes</note>
|
|
</trans-unit>
|
|
<trans-unit id="HpcDeviceToHostBytesDescription">
|
|
<source>Data transferred from Hpc device to host in bytes.</source>
|
|
<target state="new">Data transferred from Hpc device to host in bytes.</target>
|
|
<note> Hpc Device To Host Bytes Description</note>
|
|
</trans-unit>
|
|
<trans-unit id="InputMemoryGrant">
|
|
<source>Input Memory</source>
|
|
<target state="new">Input Memory</target>
|
|
<note> InputMemoryGrant</note>
|
|
</trans-unit>
|
|
<trans-unit id="OutputMemoryGrant">
|
|
<source>Output Memory</source>
|
|
<target state="new">Output Memory</target>
|
|
<note> OutputMemoryGrant</note>
|
|
</trans-unit>
|
|
<trans-unit id="UsedMemoryGrant">
|
|
<source>Used Memory</source>
|
|
<target state="new">Used Memory</target>
|
|
<note> UsedMemoryGrant</note>
|
|
</trans-unit>
|
|
<trans-unit id="Distinct">
|
|
<source>Distinct</source>
|
|
<target state="new">Distinct</target>
|
|
<note> Distinct</note>
|
|
</trans-unit>
|
|
<trans-unit id="DistinctDescription">
|
|
<source>Distinct.</source>
|
|
<target state="new">Distinct.</target>
|
|
<note> Distinct description</note>
|
|
</trans-unit>
|
|
<trans-unit id="OrderBy">
|
|
<source>Order By</source>
|
|
<target state="new">Order By</target>
|
|
<note> OrderBy</note>
|
|
</trans-unit>
|
|
<trans-unit id="OrderByDescription">
|
|
<source>Order by.</source>
|
|
<target state="new">Order by.</target>
|
|
<note> OrderBy description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SpillOccurredDisplayString">
|
|
<source>Operator used tempdb to spill data during execution</source>
|
|
<target state="new">Operator used tempdb to spill data during execution</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnsWithNoStatistics">
|
|
<source>Columns With No Statistics</source>
|
|
<target state="new">Columns With No Statistics</target>
|
|
<note> ColumnsWithNoStatistics property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnsWithNoStatisticsDescription">
|
|
<source>Columns with no statistics warning.</source>
|
|
<target state="new">Columns with no statistics warning.</target>
|
|
<note> ColumnsWithNoStatistics property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="NoJoinPredicate">
|
|
<source>No Join Predicate</source>
|
|
<target state="new">No Join Predicate</target>
|
|
<note> NoJoinPredicate property</note>
|
|
</trans-unit>
|
|
<trans-unit id="NoJoinPredicateDescription">
|
|
<source>No Join predicate warning.</source>
|
|
<target state="new">No Join predicate warning.</target>
|
|
<note> NoJoinPredicate property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SpillToTempDbOld">
|
|
<source>Operator used tempdb to spill data during execution with spill level {0}</source>
|
|
<target state="new">Operator used tempdb to spill data during execution with spill level {0}</target>
|
|
<note> SpillToTempDbOld property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SpillToTempDb">
|
|
<source>Operator used tempdb to spill data during execution with spill level {0} and {1} spilled thread(s)</source>
|
|
<target state="new">Operator used tempdb to spill data during execution with spill level {0} and {1} spilled thread(s)</target>
|
|
<note> SpillToTempDb property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SpillToTempDbDescription">
|
|
<source>Spill to tempdb warning.</source>
|
|
<target state="new">Spill to tempdb warning.</target>
|
|
<note> SpillToTempDb property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SortSpillDetails">
|
|
<source>Sort wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</source>
|
|
<target state="new">Sort wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</target>
|
|
<note> SortSpillDetails property</note>
|
|
</trans-unit>
|
|
<trans-unit id="SortSpillDetailsDescription">
|
|
<source>Details of sort spill</source>
|
|
<target state="new">Details of sort spill</target>
|
|
<note> SortSpillDetails property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashSpillDetails">
|
|
<source>Hash wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</source>
|
|
<target state="new">Hash wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</target>
|
|
<note> HashSpillDetails property</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashSpillDetailsDescription">
|
|
<source>Details of hash spill</source>
|
|
<target state="new">Details of hash spill</target>
|
|
<note> HahSpillDetails property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="FullUpdateForOnlineIndexBuild">
|
|
<source>A partial update was converted to a full update because of an online index build</source>
|
|
<target state="new">A partial update was converted to a full update because of an online index build</target>
|
|
<note> FullUpdateForOnlineIndexBuild property</note>
|
|
</trans-unit>
|
|
<trans-unit id="FullUpdateForOnlineIndexBuildDescription">
|
|
<source>Full update for online index build warning</source>
|
|
<target state="new">Full update for online index build warning</target>
|
|
<note> FullUpdateForOnlineIndexBuild property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Wait">
|
|
<source>The query had to wait {0} seconds for {1} during execution</source>
|
|
<target state="new">The query had to wait {0} seconds for {1} during execution</target>
|
|
<note> Wait property</note>
|
|
</trans-unit>
|
|
<trans-unit id="WaitDescription">
|
|
<source>Query wait warning.</source>
|
|
<target state="new">Query wait warning.</target>
|
|
<note> Wait property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PlanAffectingConvert">
|
|
<source>Type conversion in expression ({0}) may affect "{1}" in query plan choice</source>
|
|
<target state="new">Type conversion in expression ({0}) may affect "{1}" in query plan choice</target>
|
|
<note> PlanAffectingConvert property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PlanAffectingConvertDescription">
|
|
<source>Plan-affecting type conversion warning.</source>
|
|
<target state="new">Plan-affecting type conversion warning.</target>
|
|
<note> PlanAffectingConvert property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryGrantWarning">
|
|
<source>The query memory grant detected "{0}", which may impact the reliability. Grant size: Initial {1} KB, Final {2} KB, Used {3} KB.</source>
|
|
<target state="new">The query memory grant detected "{0}", which may impact the reliability. Grant size: Initial {1} KB, Final {2} KB, Used {3} KB.</target>
|
|
<note> MemoryGrantWarning property</note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryGrantWarningDescription">
|
|
<source>Details on memory grant warning</source>
|
|
<target state="new">Details on memory grant warning</target>
|
|
<note>MemoryGrantWarning property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="StartupExpression">
|
|
<source>Startup Expression</source>
|
|
<target state="new">Startup Expression</target>
|
|
<note> StartupExpression property</note>
|
|
</trans-unit>
|
|
<trans-unit id="StartupExpressionDescription">
|
|
<source>Whether a filter startup expression is used.</source>
|
|
<target state="new">Whether a filter startup expression is used.</target>
|
|
<note> StartupExpression property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="StartupExpressionPredicate">
|
|
<source>Startup Expression Predicate</source>
|
|
<target state="new">Startup Expression Predicate</target>
|
|
<note> StartupExpressionPredicate property</note>
|
|
</trans-unit>
|
|
<trans-unit id="Query">
|
|
<source>Query</source>
|
|
<target state="new">Query</target>
|
|
<note> Query property</note>
|
|
</trans-unit>
|
|
<trans-unit id="Stack">
|
|
<source>With Stack</source>
|
|
<target state="new">With Stack</target>
|
|
<note> Stack property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RowCount">
|
|
<source>Is Row Count</source>
|
|
<target state="new">Is Row Count</target>
|
|
<note> RowCount property</note>
|
|
</trans-unit>
|
|
<trans-unit id="Optimized">
|
|
<source>Optimized</source>
|
|
<target state="new">Optimized</target>
|
|
<note> Optimized property</note>
|
|
</trans-unit>
|
|
<trans-unit id="WithPrefetch">
|
|
<source>With Prefetch</source>
|
|
<target state="new">With Prefetch</target>
|
|
<note> WithPrefetch property</note>
|
|
</trans-unit>
|
|
<trans-unit id="Prefix">
|
|
<source>Prefix</source>
|
|
<target state="new">Prefix</target>
|
|
<note> Prefix property</note>
|
|
</trans-unit>
|
|
<trans-unit id="StartRange">
|
|
<source>Start</source>
|
|
<target state="new">Start</target>
|
|
<note> StartRange property</note>
|
|
</trans-unit>
|
|
<trans-unit id="StartRangeDescription">
|
|
<source>Start of the range.</source>
|
|
<target state="new">Start of the range.</target>
|
|
<note> StartRange property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EndRange">
|
|
<source>End</source>
|
|
<target state="new">End</target>
|
|
<note> EndRange property</note>
|
|
</trans-unit>
|
|
<trans-unit id="EndRangeDescription">
|
|
<source>End of the range.</source>
|
|
<target state="new">End of the range.</target>
|
|
<note> EndRange property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RangeColumns">
|
|
<source>Range Columns</source>
|
|
<target state="new">Range Columns</target>
|
|
<note> RangeColumns property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RangeExpressions">
|
|
<source>Range Expressions</source>
|
|
<target state="new">Range Expressions</target>
|
|
<note> RangeExpressions property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ScanType">
|
|
<source>Scan Type</source>
|
|
<target state="new">Scan Type</target>
|
|
<note> ScanType property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnReference">
|
|
<source>Column Reference</source>
|
|
<target state="new">Column Reference</target>
|
|
<note> ColumnReference property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectServer">
|
|
<source>Server</source>
|
|
<target state="new">Server</target>
|
|
<note> Server property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectServerDescription">
|
|
<source>Server name for the referenced object.</source>
|
|
<target state="new">Server name for the referenced object.</target>
|
|
<note> Server property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectDatabase">
|
|
<source>Database</source>
|
|
<target state="new">Database</target>
|
|
<note> Database property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectDatabaseDescription">
|
|
<source>Database name for the referenced object.</source>
|
|
<target state="new">Database name for the referenced object.</target>
|
|
<note> Database property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectIndex">
|
|
<source>Index</source>
|
|
<target state="new">Index</target>
|
|
<note> Index property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectIndexDescription">
|
|
<source>Index name for the referenced object.</source>
|
|
<target state="new">Index name for the referenced object.</target>
|
|
<note> Index property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectSchema">
|
|
<source>Schema</source>
|
|
<target state="new">Schema</target>
|
|
<note> Schema property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectSchemaDescription">
|
|
<source>Schema name for the referenced object.</source>
|
|
<target state="new">Schema name for the referenced object.</target>
|
|
<note> Schema property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectTable">
|
|
<source>Table</source>
|
|
<target state="new">Table</target>
|
|
<note> Table property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectTableDescription">
|
|
<source>Table name for the referenced object.</source>
|
|
<target state="new">Table name for the referenced object.</target>
|
|
<note> Table property description </note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectAlias">
|
|
<source>Alias</source>
|
|
<target state="new">Alias</target>
|
|
<note> Alias property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectAliasDescription">
|
|
<source>Alias used for the referenced object.</source>
|
|
<target state="new">Alias used for the referenced object.</target>
|
|
<note> Alias property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectColumn">
|
|
<source>Column</source>
|
|
<target state="new">Column</target>
|
|
<note> Column property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectColumnDescription">
|
|
<source>Column name for the referenced object.</source>
|
|
<target state="new">Column name for the referenced object.</target>
|
|
<note> Column property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectComputedColumn">
|
|
<source>Computed Column</source>
|
|
<target state="new">Computed Column</target>
|
|
<note> ComputedColumn property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectComputedColumnDescription">
|
|
<source>Whether this is a computed column.</source>
|
|
<target state="new">Whether this is a computed column.</target>
|
|
<note> ComputedColumn property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterDataType">
|
|
<source>Parameter Data Type</source>
|
|
<target state="new">Parameter Data Type</target>
|
|
<note> ParameterDataType property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterCompiledValue">
|
|
<source>Parameter Compiled Value</source>
|
|
<target state="new">Parameter Compiled Value</target>
|
|
<note> ParameterCompiledValue property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterRuntimeValue">
|
|
<source>Parameter Runtime Value</source>
|
|
<target state="new">Parameter Runtime Value</target>
|
|
<note> ParameterRuntimeValue property</note>
|
|
</trans-unit>
|
|
<trans-unit id="CursorPlan">
|
|
<source>Cursor Plan</source>
|
|
<target state="new">Cursor Plan</target>
|
|
<note> CursorPlan property</note>
|
|
</trans-unit>
|
|
<trans-unit id="CursorOperation">
|
|
<source>Cursor Operation</source>
|
|
<target state="new">Cursor Operation</target>
|
|
<note> CursorOperation property</note>
|
|
</trans-unit>
|
|
<trans-unit id="CursorName">
|
|
<source>Cursor Name</source>
|
|
<target state="new">Cursor Name</target>
|
|
<note> CursorName property</note>
|
|
</trans-unit>
|
|
<trans-unit id="CursorActualType">
|
|
<source>Cursor Actual Type</source>
|
|
<target state="new">Cursor Actual Type</target>
|
|
<note> CursorActualType property</note>
|
|
</trans-unit>
|
|
<trans-unit id="CursorRequestedType">
|
|
<source>Cursor Requested Type</source>
|
|
<target state="new">Cursor Requested Type</target>
|
|
<note> CursorRequestedType property</note>
|
|
</trans-unit>
|
|
<trans-unit id="CursorConcurrency">
|
|
<source>Cursor Concurrency</source>
|
|
<target state="new">Cursor Concurrency</target>
|
|
<note> CursorConcurrency property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ForwardOnly">
|
|
<source>Forward Only</source>
|
|
<target state="new">Forward Only</target>
|
|
<note> ForwardOnly property</note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryPlan">
|
|
<source>Query Plan</source>
|
|
<target state="new">Query Plan</target>
|
|
<note> QueryPlan property</note>
|
|
</trans-unit>
|
|
<trans-unit id="OperationType">
|
|
<source>Operation Type</source>
|
|
<target state="new">Operation Type</target>
|
|
<note> OperationType property</note>
|
|
</trans-unit>
|
|
<trans-unit id="NodeId">
|
|
<source>Node ID</source>
|
|
<target state="new">Node ID</target>
|
|
<note> Node ID property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PrimaryNodeId">
|
|
<source>Primary Node ID</source>
|
|
<target state="new">Primary Node ID</target>
|
|
<note> Primary Node ID property</note>
|
|
</trans-unit>
|
|
<trans-unit id="InternalInfo">
|
|
<source>Internal Debugging Information</source>
|
|
<target state="new">Internal Debugging Information</target>
|
|
<note> Internal Info property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ForeignKeyReferencesCount">
|
|
<source>Foreign Key References Count</source>
|
|
<target state="new">Foreign Key References Count</target>
|
|
<note> Foreign Key References Count property</note>
|
|
</trans-unit>
|
|
<trans-unit id="NoMatchingIndexCount">
|
|
<source>No Matching Indexes Count</source>
|
|
<target state="new">No Matching Indexes Count</target>
|
|
<note> No Matching Index Count property</note>
|
|
</trans-unit>
|
|
<trans-unit id="PartialMatchingIndexCount">
|
|
<source>Partial Matching Indexes Count</source>
|
|
<target state="new">Partial Matching Indexes Count</target>
|
|
<note> Partial Matching Index Count property</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpCollapse">
|
|
<source>Collapse</source>
|
|
<target state="new">Collapse</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpConcatenation">
|
|
<source>Concatenation</source>
|
|
<target state="new">Concatenation</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpConstantScan">
|
|
<source>Constant Scan</source>
|
|
<target state="new">Constant Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpGatherStreams">
|
|
<source>Gather Streams</source>
|
|
<target state="new">Gather Streams</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRepartitionStreams">
|
|
<source>Repartition Streams</source>
|
|
<target state="new">Repartition Streams</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpDistributeStreams">
|
|
<source>Distribute Streams</source>
|
|
<target state="new">Distribute Streams</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpFilter">
|
|
<source>Filter</source>
|
|
<target state="new">Filter</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpAssert">
|
|
<source>Assert</source>
|
|
<target state="new">Assert</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLogRowScan">
|
|
<source>Log Row Scan</source>
|
|
<target state="new">Log Row Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpPrint">
|
|
<source>Print</source>
|
|
<target state="new">Print</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpComputeScalar">
|
|
<source>Compute Scalar</source>
|
|
<target state="new">Compute Scalar</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpMergeInterval">
|
|
<source>Merge Interval</source>
|
|
<target state="new">Merge Interval</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRank">
|
|
<source>Rank</source>
|
|
<target state="new">Rank</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpSegment">
|
|
<source>Segment</source>
|
|
<target state="new">Segment</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpSequence">
|
|
<source>Sequence</source>
|
|
<target state="new">Sequence</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpSplit">
|
|
<source>Split</source>
|
|
<target state="new">Split</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpAggregate">
|
|
<source>Aggregate</source>
|
|
<target state="new">Aggregate</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpTableScan">
|
|
<source>Table Scan</source>
|
|
<target state="new">Table Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpClusteredIndexScan">
|
|
<source>Clustered Index Scan</source>
|
|
<target state="new">Clustered Index Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpClusteredIndexSeek">
|
|
<source>Clustered Index Seek</source>
|
|
<target state="new">Clustered Index Seek</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpDeletedScan">
|
|
<source>Deleted Scan</source>
|
|
<target state="new">Deleted Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpInsertedScan">
|
|
<source>Inserted Scan</source>
|
|
<target state="new">Inserted Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpParameterTableScan">
|
|
<source>Parameter Table Scan</source>
|
|
<target state="new">Parameter Table Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpPut">
|
|
<source>Put</source>
|
|
<target state="new">Put</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpIndexScan">
|
|
<source>Index Scan</source>
|
|
<target state="new">Index Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpIndexSeek">
|
|
<source>Index Seek</source>
|
|
<target state="new">Index Seek</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRemoteScan">
|
|
<source>Remote Scan</source>
|
|
<target state="new">Remote Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRemoteIndexScan">
|
|
<source>Remote Index Scan</source>
|
|
<target state="new">Remote Index Scan</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRemoteIndexSeek">
|
|
<source>Remote Index Seek</source>
|
|
<target state="new">Remote Index Seek</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRemoteQuery">
|
|
<source>Remote Query</source>
|
|
<target state="new">Remote Query</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRemoteInsert">
|
|
<source>Remote Insert</source>
|
|
<target state="new">Remote Insert</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRemoteUpdate">
|
|
<source>Remote Update</source>
|
|
<target state="new">Remote Update</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRemoteDelete">
|
|
<source>Remote Delete</source>
|
|
<target state="new">Remote Delete</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpClusteredUpdate">
|
|
<source>Clustered Update</source>
|
|
<target state="new">Clustered Update</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpDistinctSort">
|
|
<source>Distinct Sort</source>
|
|
<target state="new">Distinct Sort</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpSort">
|
|
<source>Sort</source>
|
|
<target state="new">Sort</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpTopNSort">
|
|
<source>Top N Sort</source>
|
|
<target state="new">Top N Sort</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpEagerSpool">
|
|
<source>Eager Spool</source>
|
|
<target state="new">Eager Spool</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLazySpool">
|
|
<source>Lazy Spool</source>
|
|
<target state="new">Lazy Spool</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpUpdate">
|
|
<source>Update</source>
|
|
<target state="new">Update</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpInsert">
|
|
<source>Insert</source>
|
|
<target state="new">Insert</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpDelete">
|
|
<source>Delete</source>
|
|
<target state="new">Delete</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpMerge">
|
|
<source>Merge</source>
|
|
<target state="new">Merge</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpTop">
|
|
<source>Top</source>
|
|
<target state="new">Top</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpDistinct">
|
|
<source>Distinct</source>
|
|
<target state="new">Distinct</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpFlowDistinct">
|
|
<source>Flow Distinct</source>
|
|
<target state="new">Flow Distinct</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpPartialAggregate">
|
|
<source>Partial Aggregate</source>
|
|
<target state="new">Partial Aggregate</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpInnerApply">
|
|
<source>Inner Apply</source>
|
|
<target state="new">Inner Apply</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpInnerJoin">
|
|
<source>Inner Join</source>
|
|
<target state="new">Inner Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftAntiSemiApply">
|
|
<source>Left Anti Semi Apply</source>
|
|
<target state="new">Left Anti Semi Apply</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftSemiApply">
|
|
<source>Left Semi Apply</source>
|
|
<target state="new">Left Semi Apply</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftOuterApply">
|
|
<source>Left Outer Apply</source>
|
|
<target state="new">Left Outer Apply</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftOuterJoin">
|
|
<source>Left Outer Join</source>
|
|
<target state="new">Left Outer Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRightOuterJoin">
|
|
<source>Right Outer Join</source>
|
|
<target state="new">Right Outer Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpFullOuterJoin">
|
|
<source>Full Outer Join</source>
|
|
<target state="new">Full Outer Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftSemiJoin">
|
|
<source>Left Semi Join</source>
|
|
<target state="new">Left Semi Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftAntiSemiJoin">
|
|
<source>Left Anti Semi Join</source>
|
|
<target state="new">Left Anti Semi Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRightSemiJoin">
|
|
<source>Right Semi Join</source>
|
|
<target state="new">Right Semi Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRightAntiSemiJoin">
|
|
<source>Right Anti Semi Join</source>
|
|
<target state="new">Right Anti Semi Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpIntersect">
|
|
<source>Intersect</source>
|
|
<target state="new">Intersect</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpIntersectAll">
|
|
<source>Intersect All</source>
|
|
<target state="new">Intersect All</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpUnion">
|
|
<source>Union</source>
|
|
<target state="new">Union</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftDiff">
|
|
<source>Left Diff</source>
|
|
<target state="new">Left Diff</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLeftDiffAll">
|
|
<source>Left Diff All</source>
|
|
<target state="new">Left Diff All</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRightDiff">
|
|
<source>Right Diff</source>
|
|
<target state="new">Right Diff</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRightDiffAll">
|
|
<source>Right Diff All</source>
|
|
<target state="new">Right Diff All</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpAntiDiff">
|
|
<source>Anti Diff</source>
|
|
<target state="new">Anti Diff</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpCrossJoin">
|
|
<source>Cross Join</source>
|
|
<target state="new">Cross Join</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpBitmapCreate">
|
|
<source>Bitmap Create</source>
|
|
<target state="new">Bitmap Create</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpUDX">
|
|
<source>UDX</source>
|
|
<target state="new">UDX</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpWindow">
|
|
<source>Window Spool</source>
|
|
<target state="new">Window Spool</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpSwitch">
|
|
<source>Switch</source>
|
|
<target state="new">Switch</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpMergeStats">
|
|
<source>Merge Stats</source>
|
|
<target state="new">Merge Stats</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpLocalStats">
|
|
<source>Local Stats</source>
|
|
<target state="new">Local Stats</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpTableValuedFunction">
|
|
<source>Table Valued Function</source>
|
|
<target state="new">Table Valued Function</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpBatchHashTableBuild">
|
|
<source>Batch Hash Table Build</source>
|
|
<target state="new">Batch Hash Table Build</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpForeignKeyReferencesCheck">
|
|
<source>Foreign Key References Check</source>
|
|
<target state="new">Foreign Key References Check</target>
|
|
<note> Logical operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalOpRIDLookup">
|
|
<source>RID Lookup</source>
|
|
<target state="new">RID Lookup</target>
|
|
<note> RIDLookup operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="StoredProc">
|
|
<source>Stored Procedure</source>
|
|
<target state="new">Stored Procedure</target>
|
|
<note> StoredProc node</note>
|
|
</trans-unit>
|
|
<trans-unit id="Udf">
|
|
<source>UDF</source>
|
|
<target state="new">UDF</target>
|
|
<note> UDF node</note>
|
|
</trans-unit>
|
|
<trans-unit id="ProcName">
|
|
<source>Procedure Name</source>
|
|
<target state="new">Procedure Name</target>
|
|
<note> ProcName property</note>
|
|
</trans-unit>
|
|
<trans-unit id="Storage">
|
|
<source>Storage</source>
|
|
<target state="new">Storage</target>
|
|
<note> Storage property</note>
|
|
</trans-unit>
|
|
<trans-unit id="StorageDesc">
|
|
<source>Storage</source>
|
|
<target state="new">Storage</target>
|
|
<note> Storage property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualExecMode">
|
|
<source>Actual Execution Mode</source>
|
|
<target state="new">Actual Execution Mode</target>
|
|
<note> ActualExectionMode property</note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualExecModeDesc">
|
|
<source>Actual Execution Mode</source>
|
|
<target state="new">Actual Execution Mode</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedExecMode">
|
|
<source>Estimated Execution Mode</source>
|
|
<target state="new">Estimated Execution Mode</target>
|
|
<note> EstimatedExecutionMode property</note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedExecModeDesc">
|
|
<source>Estimated Execution Mode</source>
|
|
<target state="new">Estimated Execution Mode</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CostFormat">
|
|
<source>Cost: {0} %</source>
|
|
<target state="new">Cost: {0} %</target>
|
|
<note>"Cost: {0} percent" String to format.
|
|
Parameters: 0 - x (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteDataAccess">
|
|
<source>Remote Data Access</source>
|
|
<target state="new">Remote Data Access</target>
|
|
<note> Remote Data Access</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteDataAccessDescription">
|
|
<source>Whether the operator uses remote procedure call (RPC) to access remote data.</source>
|
|
<target state="new">Whether the operator uses remote procedure call (RPC) to access remote data.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CloneAccessScope">
|
|
<source>Clone Access Scope</source>
|
|
<target state="new">Clone Access Scope</target>
|
|
<note> Clone Access Scope</note>
|
|
</trans-unit>
|
|
<trans-unit id="CloneAccessScopeDescription">
|
|
<source>Clones that the operator may access.</source>
|
|
<target state="new">Clones that the operator may access.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PrimaryClones">
|
|
<source>Primary Clones</source>
|
|
<target state="new">Primary Clones</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SecondaryClones">
|
|
<source>Secondary Clones</source>
|
|
<target state="new">Secondary Clones</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BothClones">
|
|
<source>All Clones</source>
|
|
<target state="new">All Clones</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EitherClones">
|
|
<source>Primary Or Secondary Clones</source>
|
|
<target state="new">Primary Or Secondary Clones</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ExactMatchClones">
|
|
<source>Single Clone Match</source>
|
|
<target state="new">Single Clone Match</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Remoting">
|
|
<source>Remoting</source>
|
|
<target state="new">Remoting</target>
|
|
<note> Remoting for remote exchange operator</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemotingDescription">
|
|
<source>Whether the operator can run remotely.</source>
|
|
<target state="new">Whether the operator can run remotely.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Activation">
|
|
<source>Activation</source>
|
|
<target state="new">Activation</target>
|
|
<note> Activation</note>
|
|
</trans-unit>
|
|
<trans-unit id="BrickRouting">
|
|
<source>Brick Routing</source>
|
|
<target state="new">Brick Routing</target>
|
|
<note> Brick Routing</note>
|
|
</trans-unit>
|
|
<trans-unit id="FragmentIdColumn">
|
|
<source>Fragment Id Column</source>
|
|
<target state="new">Fragment Id Column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EditQueryText">
|
|
<source>Edit Query Text from Showplan XML (possibly truncated)</source>
|
|
<target state="new">Edit Query Text from Showplan XML (possibly truncated)</target>
|
|
<note> Showplan edit query text button</note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownShowPlanSource">
|
|
<source>Execution plan source type can not be recognized.</source>
|
|
<target state="new">Execution plan source type can not be recognized.</target>
|
|
<note> error message when the ShowPlan source cannot be recognized</note>
|
|
</trans-unit>
|
|
<trans-unit id="SavePlanFilter">
|
|
<source>Sql Plan files (*.SqlPlan)|*.SqlPlan|All files (*.*)|*.*</source>
|
|
<target state="new">Sql Plan files (*.SqlPlan)|*.SqlPlan|All files (*.*)|*.*</target>
|
|
<note> Save plan dialog filter string</note>
|
|
</trans-unit>
|
|
<trans-unit id="NoXmlPlanData">
|
|
<source>Plan data is not available in XML format. Only plans from SQL Server Yukon can be saved.</source>
|
|
<target state="new">Plan data is not available in XML format. Only plans from SQL Server Yukon can be saved.</target>
|
|
<note> Message box if user tries to save in XML show plan from Shiloh or Sphinx</note>
|
|
</trans-unit>
|
|
<trans-unit id="PerThreadCounterDescription">
|
|
<source>Per-thread counter information.</source>
|
|
<target state="new">Per-thread counter information.</target>
|
|
<note> Description of a per thread counter</note>
|
|
</trans-unit>
|
|
<trans-unit id="RuntimeCounterThread">
|
|
<source>Thread {0}</source>
|
|
<target state="new">Thread {0}</target>
|
|
<note> Runtime counter property name.
|
|
Parameters: 0 - index (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="RuntimeCounterThreadOnInstance">
|
|
<source>Thread {0} on Instance {1}</source>
|
|
<target state="new">Thread {0} on Instance {1}</target>
|
|
<note> Runtime counter property name. Thread on Instance..
|
|
Parameters: 0 - thread (int), 1 - instance (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="RuntimeCounterThreadAll">
|
|
<source>All threads</source>
|
|
<target state="new">All threads</target>
|
|
<note> Runtime counter property name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionPropertiesLabel">
|
|
<source>View connection properties</source>
|
|
<target state="new">View connection properties</target>
|
|
<note> label for Connection Properties hyperlink</note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownAssignType">
|
|
<source>Unknown assign type.</source>
|
|
<target state="new">Unknown assign type.</target>
|
|
<note> Error when displaying show plan properties</note>
|
|
</trans-unit>
|
|
<trans-unit id="MessageBoxCaption">
|
|
<source>SQL Server</source>
|
|
<target state="new">SQL Server</target>
|
|
<note> exception message box caption</note>
|
|
</trans-unit>
|
|
<trans-unit id="ZoomLevelShouldBeBetween">
|
|
<source>Zoom level must be an integer value between {0} and {1}.</source>
|
|
<target state="new">Zoom level must be an integer value between {0} and {1}.</target>
|
|
<note> Message shown when user enters wrong zoom level.
|
|
Parameters: 0 - minimum (int), 1 - maximum (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownNodeType">
|
|
<source>Unknown node type.</source>
|
|
<target state="new">Unknown node type.</target>
|
|
<note> Exception thrown when node type is unknown</note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownCursorPlanOperation">
|
|
<source>Unknown cursor plan operation '{0}'.</source>
|
|
<target state="new">Unknown cursor plan operation '{0}'.</target>
|
|
<note> Exception thrown by show plan when it gets unknown type of cursor plan operation.
|
|
Parameters: 0 - name (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownStatementType">
|
|
<source>Statement type is not recognized.</source>
|
|
<target state="new">Statement type is not recognized.</target>
|
|
<note> Exception thrown by show plan when it gets unknown statement type</note>
|
|
</trans-unit>
|
|
<trans-unit id="RollupInfo">
|
|
<source>Rollup Information</source>
|
|
<target state="new">Rollup Information</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RollupInfoDescription">
|
|
<source>Rollup information.</source>
|
|
<target state="new">Rollup information.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HighestLevel">
|
|
<source>Highest Level</source>
|
|
<target state="new">Highest Level</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="HighestLevelDescription">
|
|
<source>The highest level of grouping attributes computed in this rollup.</source>
|
|
<target state="new">The highest level of grouping attributes computed in this rollup.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RollupLevel">
|
|
<source>Rollup Levels</source>
|
|
<target state="new">Rollup Levels</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="RollupLevelDescription">
|
|
<source>All levels of grouping attributes computed in this rollup.</source>
|
|
<target state="new">All levels of grouping attributes computed in this rollup.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Level">
|
|
<source>Level</source>
|
|
<target state="new">Level</target>
|
|
<note> Show plan node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="LevelDescription">
|
|
<source>A level of grouping attributes computed in this rollup.</source>
|
|
<target state="new">A level of grouping attributes computed in this rollup.</target>
|
|
<note> Show plan node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteQuery">
|
|
<source>Remote Query</source>
|
|
<target state="new">Remote Query</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteQueryDescription">
|
|
<source>Send a SQL query to another than the current SQL Server.</source>
|
|
<target state="new">Send a SQL query to another than the current SQL Server.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ComputeScalar">
|
|
<source>Compute Scalar</source>
|
|
<target state="new">Compute Scalar</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="MergeInterval">
|
|
<source>Merge Interval</source>
|
|
<target state="new">Merge Interval</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Print">
|
|
<source>Print</source>
|
|
<target state="new">Print</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Segment">
|
|
<source>Segment</source>
|
|
<target state="new">Segment</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Split">
|
|
<source>Split</source>
|
|
<target state="new">Split</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchHashTableBuild">
|
|
<source>Batch Hash Table Build</source>
|
|
<target state="new">Batch Hash Table Build</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Bitmap">
|
|
<source>Bitmap</source>
|
|
<target state="new">Bitmap</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Collapse">
|
|
<source>Collapse</source>
|
|
<target state="new">Collapse</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableSpool">
|
|
<source>Table Spool</source>
|
|
<target state="new">Table Spool</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RepartitionStreams">
|
|
<source>Repartition Streams</source>
|
|
<target state="new">Repartition Streams</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Assert">
|
|
<source>Assert</source>
|
|
<target state="new">Assert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Sort">
|
|
<source>Sort</source>
|
|
<target state="new">Sort</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Top">
|
|
<source>Top</source>
|
|
<target state="new">Top</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SequenceProject">
|
|
<source>Sequence Project</source>
|
|
<target state="new">Sequence Project</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Spool">
|
|
<source>Spool</source>
|
|
<target state="new">Spool</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Window">
|
|
<source>Window Spool</source>
|
|
<target state="new">Window Spool</target>
|
|
<note> Show plan's Window node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="Parallelism">
|
|
<source>Parallelism</source>
|
|
<target state="new">Parallelism</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RowCountSpool">
|
|
<source>Row Count Spool</source>
|
|
<target state="new">Row Count Spool</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="Unknown">
|
|
<source>Unknown</source>
|
|
<target state="new">Unknown</target>
|
|
<note> Unkown (reused string, unkown operator, or unkown reason, or unknown ...)</note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownDescription">
|
|
<source>Unknown operator.</source>
|
|
<target state="new">Unknown operator.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Result">
|
|
<source>Result</source>
|
|
<target state="new">Result</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ResultDescription">
|
|
<source>Result.</source>
|
|
<target state="new">Result.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="CollapseDescription">
|
|
<source>Groups an insert and delete on the same value into an update within wide update plans.</source>
|
|
<target state="new">Groups an insert and delete on the same value into an update within wide update plans.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Concatenation">
|
|
<source>Concatenation</source>
|
|
<target state="new">Concatenation</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ConcatenationDescription">
|
|
<source>Append multiple input tables to form the output table.</source>
|
|
<target state="new">Append multiple input tables to form the output table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ConstantScan">
|
|
<source>Constant Scan</source>
|
|
<target state="new">Constant Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ConstantScanDescription">
|
|
<source>Scan an internal table of constants.</source>
|
|
<target state="new">Scan an internal table of constants.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParallelismDescription">
|
|
<source>An operation involving parallelism.</source>
|
|
<target state="new">An operation involving parallelism.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Put">
|
|
<source>Put</source>
|
|
<target state="new">Put</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="PutDescription">
|
|
<source>Export the rows from a local or external table to an external table.</source>
|
|
<target state="new">Export the rows from a local or external table to an external table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="DistributeStreams">
|
|
<source>Distribute Streams</source>
|
|
<target state="new">Distribute Streams</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="DistributeStreamsDescription">
|
|
<source>Distribute streams.</source>
|
|
<target state="new">Distribute streams.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="GatherStreams">
|
|
<source>Gather Streams</source>
|
|
<target state="new">Gather Streams</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="GatherStreamsDescription">
|
|
<source>Gather streams.</source>
|
|
<target state="new">Gather streams.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RepartitionStreamsDescription">
|
|
<source>Repartition streams.</source>
|
|
<target state="new">Repartition streams.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="EagerSpool">
|
|
<source>Eager Spool</source>
|
|
<target state="new">Eager Spool</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="EagerSpoolDescription">
|
|
<source>Eager Spool.</source>
|
|
<target state="new">Eager Spool.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="LazySpool">
|
|
<source>Lazy Spool</source>
|
|
<target state="new">Lazy Spool</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="LazySpoolDescription">
|
|
<source>Lazy Spool.</source>
|
|
<target state="new">Lazy Spool.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Filter">
|
|
<source>Filter</source>
|
|
<target state="new">Filter</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="FilterDescription">
|
|
<source>Restricting the set of rows based on a predicate.</source>
|
|
<target state="new">Restricting the set of rows based on a predicate.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="AssertDescription">
|
|
<source>Used to verify that a specified condition exists.</source>
|
|
<target state="new">Used to verify that a specified condition exists.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashMatch">
|
|
<source>Hash Match</source>
|
|
<target state="new">Hash Match</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashMatchDescription">
|
|
<source>Use each row from the top input to build a hash table, and each row from the bottom input to probe into the hash table, outputting all matching rows.</source>
|
|
<target state="new">Use each row from the top input to build a hash table, and each row from the bottom input to probe into the hash table, outputting all matching rows.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashMatchTeam">
|
|
<source>Hash Match Team</source>
|
|
<target state="new">Hash Match Team</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashMatchTeamDescription">
|
|
<source>A contributor among multiple cooperating hashing operations.</source>
|
|
<target state="new">A contributor among multiple cooperating hashing operations.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashMatchRoot">
|
|
<source>Hash Match Root</source>
|
|
<target state="new">Hash Match Root</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="HashMatchRootDescription">
|
|
<source>The root member of a team of connected hash operators sharing a common hash function and partitioning strategy.</source>
|
|
<target state="new">The root member of a team of connected hash operators sharing a common hash function and partitioning strategy.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="BookmarkLookup">
|
|
<source>Bookmark Lookup</source>
|
|
<target state="new">Bookmark Lookup</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="BookmarkLookupDescription">
|
|
<source>Use a Bookmark (RID or clustering key) to look up the corresponding row in the table or clustered index.</source>
|
|
<target state="new">Use a Bookmark (RID or clustering key) to look up the corresponding row in the table or clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogRowScan">
|
|
<source>Log Row Scan</source>
|
|
<target state="new">Log Row Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogRowScanDescription">
|
|
<source>Scan the rows in the log.</source>
|
|
<target state="new">Scan the rows in the log.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="MergeJoin">
|
|
<source>Merge Join</source>
|
|
<target state="new">Merge Join</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="MergeJoinDescription">
|
|
<source>Match rows from two suitably sorted input tables exploiting their sort order.</source>
|
|
<target state="new">Match rows from two suitably sorted input tables exploiting their sort order.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="NestedLoops">
|
|
<source>Nested Loops</source>
|
|
<target state="new">Nested Loops</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="NestedLoopsDescription">
|
|
<source>For each row in the top (outer) input, scan the bottom (inner) input, and output matching rows.</source>
|
|
<target state="new">For each row in the top (outer) input, scan the bottom (inner) input, and output matching rows.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PrintDescription">
|
|
<source>Print.</source>
|
|
<target state="new">Print.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ComputeScalarDescription">
|
|
<source>Compute new values from existing values in a row.</source>
|
|
<target state="new">Compute new values from existing values in a row.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="MergeIntervalDescription">
|
|
<source>Merge interval.</source>
|
|
<target state="new">Merge interval.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Rank">
|
|
<source>Rank</source>
|
|
<target state="new">Rank</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RankDescription">
|
|
<source>Creates a computed column with the rank of the values in an existing column in the table.</source>
|
|
<target state="new">Creates a computed column with the rank of the values in an existing column in the table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RowCountSpoolDescription">
|
|
<source>Stores the data from the input into a temporary table in order to optimize rewinds.</source>
|
|
<target state="new">Stores the data from the input into a temporary table in order to optimize rewinds.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SegmentDescription">
|
|
<source>Segment.</source>
|
|
<target state="new">Segment.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Sequence">
|
|
<source>Sequence</source>
|
|
<target state="new">Sequence</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SequenceDescription">
|
|
<source>Process each input, in sequence from top to bottom.</source>
|
|
<target state="new">Process each input, in sequence from top to bottom.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SequenceProjectDescription">
|
|
<source>Adds columns to perform computations over an ordered set.</source>
|
|
<target state="new">Adds columns to perform computations over an ordered set.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SplitDescription">
|
|
<source>Split.</source>
|
|
<target state="new">Split.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="StreamAggregate">
|
|
<source>Stream Aggregate</source>
|
|
<target state="new">Stream Aggregate</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="StreamAggregateDescription">
|
|
<source>Compute summary values for groups of rows in a suitably sorted stream.</source>
|
|
<target state="new">Compute summary values for groups of rows in a suitably sorted stream.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableScan">
|
|
<source>Table Scan</source>
|
|
<target state="new">Table Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableScanDescription">
|
|
<source>Scan rows from a table.</source>
|
|
<target state="new">Scan rows from a table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexScan">
|
|
<source>Clustered Index Scan</source>
|
|
<target state="new">Clustered Index Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexScanDescription">
|
|
<source>Scanning a clustered index, entirely or only a range.</source>
|
|
<target state="new">Scanning a clustered index, entirely or only a range.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexSeek">
|
|
<source>Clustered Index Seek</source>
|
|
<target state="new">Clustered Index Seek</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexSeekDescription">
|
|
<source>Scanning a particular range of rows from a clustered index.</source>
|
|
<target state="new">Scanning a particular range of rows from a clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="DeletedScan">
|
|
<source>Deleted Scan</source>
|
|
<target state="new">Deleted Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="DeletedScanDescription">
|
|
<source>Scanning the pseudo-table 'deleted' within a trigger.</source>
|
|
<target state="new">Scanning the pseudo-table 'deleted' within a trigger.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="InsertedScan">
|
|
<source>Inserted Scan</source>
|
|
<target state="new">Inserted Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="InsertedScanDescription">
|
|
<source>Scan the pseudo-table 'inserted' within a trigger.</source>
|
|
<target state="new">Scan the pseudo-table 'inserted' within a trigger.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterTableScan">
|
|
<source>Parameter Table Scan</source>
|
|
<target state="new">Parameter Table Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParameterTableScanDescription">
|
|
<source>Scan an internal table of parameter values.</source>
|
|
<target state="new">Scan an internal table of parameter values.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexScan">
|
|
<source>Index Scan</source>
|
|
<target state="new">Index Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexScanDescription">
|
|
<source>Scan a nonclustered index, entirely or only a range.</source>
|
|
<target state="new">Scan a nonclustered index, entirely or only a range.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexSeek">
|
|
<source>Index Seek</source>
|
|
<target state="new">Index Seek</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexSeekDescription">
|
|
<source>Scan a particular range of rows from a nonclustered index.</source>
|
|
<target state="new">Scan a particular range of rows from a nonclustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexScan">
|
|
<source>Columnstore Index Scan</source>
|
|
<target state="new">Columnstore Index Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexScanDescription">
|
|
<source>Scan a columnstore index, entirely or only a range.</source>
|
|
<target state="new">Scan a columnstore index, entirely or only a range.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexUpdate">
|
|
<source>Columnstore Index Update</source>
|
|
<target state="new">Columnstore Index Update</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexUpdateDescription">
|
|
<source>Update rows in a columnstore index.</source>
|
|
<target state="new">Update rows in a columnstore index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexInsert">
|
|
<source>Columnstore Index Insert</source>
|
|
<target state="new">Columnstore Index Insert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexInsertDescription">
|
|
<source>Insert rows in a columnstore index.</source>
|
|
<target state="new">Insert rows in a columnstore index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexMerge">
|
|
<source>Columnstore Index Merge</source>
|
|
<target state="new">Columnstore Index Merge</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexMergeDescription">
|
|
<source>Merge rows in a columnstore index.</source>
|
|
<target state="new">Merge rows in a columnstore index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexDelete">
|
|
<source>Columnstore Index Delete</source>
|
|
<target state="new">Columnstore Index Delete</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnstoreIndexDeleteDescription">
|
|
<source>Delete rows from a columnstore index.</source>
|
|
<target state="new">Delete rows from a columnstore index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteScan">
|
|
<source>Remote Scan</source>
|
|
<target state="new">Remote Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteScanDescription">
|
|
<source>Scan rows in a table stored in a database or file other than the current database server.</source>
|
|
<target state="new">Scan rows in a table stored in a database or file other than the current database server.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteIndexScan">
|
|
<source>Remote Index Scan</source>
|
|
<target state="new">Remote Index Scan</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteIndexScanDescription">
|
|
<source>Scan an index stored in a database or file other than the current database server.</source>
|
|
<target state="new">Scan an index stored in a database or file other than the current database server.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteIndexSeek">
|
|
<source>Remote Index Seek</source>
|
|
<target state="new">Remote Index Seek</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteIndexSeekDescription">
|
|
<source>Scan a particular range of rows from a clustered index that is stored in a database or file other than the current database server.</source>
|
|
<target state="new">Scan a particular range of rows from a clustered index that is stored in a database or file other than the current database server.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteInsert">
|
|
<source>Remote Insert</source>
|
|
<target state="new">Remote Insert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteInsertDescription">
|
|
<source>Insert rows into a table stored in a database or file other than the current database server.</source>
|
|
<target state="new">Insert rows into a table stored in a database or file other than the current database server.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteUpdate">
|
|
<source>Remote Update</source>
|
|
<target state="new">Remote Update</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteUpdateDescription">
|
|
<source>Update rows in a table stored in a database or file other than the current database server.</source>
|
|
<target state="new">Update rows in a table stored in a database or file other than the current database server.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteDelete">
|
|
<source>Remote Delete</source>
|
|
<target state="new">Remote Delete</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RemoteDeleteDescription">
|
|
<source>Delete rows in a table stored in a database or file other than the current database server.</source>
|
|
<target state="new">Delete rows in a table stored in a database or file other than the current database server.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredUpdate">
|
|
<source>Clustered Update</source>
|
|
<target state="new">Clustered Update</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredUpdateDescription">
|
|
<source>Clustered Update.</source>
|
|
<target state="new">Clustered Update.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SortDescription">
|
|
<source>Sort the input.</source>
|
|
<target state="new">Sort the input.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableSpoolDescription">
|
|
<source>Stores the data from the input into a temporary table in order to optimize rewinds.</source>
|
|
<target state="new">Stores the data from the input into a temporary table in order to optimize rewinds.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexSpool">
|
|
<source>Index Spool</source>
|
|
<target state="new">Index Spool</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexSpoolDescription">
|
|
<source>Reformats the data from the input into a temporary index, which is then used for seeking with the supplied seek predicate.</source>
|
|
<target state="new">Reformats the data from the input into a temporary index, which is then used for seeking with the supplied seek predicate.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableUpdate">
|
|
<source>Table Update</source>
|
|
<target state="new">Table Update</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableUpdateDescription">
|
|
<source>Update input rows in the table specified in the Argument field.</source>
|
|
<target state="new">Update input rows in the table specified in the Argument field.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableInsert">
|
|
<source>Table Insert</source>
|
|
<target state="new">Table Insert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableInsertDescription">
|
|
<source>Insert input rows into the table specified in Argument field.</source>
|
|
<target state="new">Insert input rows into the table specified in Argument field.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDelete">
|
|
<source>Table Delete</source>
|
|
<target state="new">Table Delete</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDeleteDescription">
|
|
<source>Delete input rows from the table specified in Argument field.</source>
|
|
<target state="new">Delete input rows from the table specified in Argument field.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableMerge">
|
|
<source>Table Merge</source>
|
|
<target state="new">Table Merge</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableMergeDescription">
|
|
<source>Merge input rows in the table specified in Argument field.</source>
|
|
<target state="new">Merge input rows in the table specified in Argument field.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexUpdate">
|
|
<source>Index Update</source>
|
|
<target state="new">Index Update</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexUpdateDescription">
|
|
<source>Update rows in an index.</source>
|
|
<target state="new">Update rows in an index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexInsert">
|
|
<source>Index Insert</source>
|
|
<target state="new">Index Insert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexInsertDescription">
|
|
<source>Insert rows into an index.</source>
|
|
<target state="new">Insert rows into an index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexDelete">
|
|
<source>Index Delete</source>
|
|
<target state="new">Index Delete</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexDeleteDescription">
|
|
<source>Delete rows from index.</source>
|
|
<target state="new">Delete rows from index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexUpdate">
|
|
<source>Clustered Index Update</source>
|
|
<target state="new">Clustered Index Update</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexUpdateDescription">
|
|
<source>Update rows in a clustered index.</source>
|
|
<target state="new">Update rows in a clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexInsert">
|
|
<source>Clustered Index Insert</source>
|
|
<target state="new">Clustered Index Insert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexInsertDescription">
|
|
<source>Insert rows in a clustered index.</source>
|
|
<target state="new">Insert rows in a clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexMerge">
|
|
<source>Clustered Index Merge</source>
|
|
<target state="new">Clustered Index Merge</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexMergeDescription">
|
|
<source>Merge rows in a clustered index.</source>
|
|
<target state="new">Merge rows in a clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexDelete">
|
|
<source>Clustered Index Delete</source>
|
|
<target state="new">Clustered Index Delete</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexDeleteDescription">
|
|
<source>Delete rows from a clustered index.</source>
|
|
<target state="new">Delete rows from a clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TopDescription">
|
|
<source>Select the first few rows based on a sort order.</source>
|
|
<target state="new">Select the first few rows based on a sort order.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="BitmapDescription">
|
|
<source>Bitmap.</source>
|
|
<target state="new">Bitmap.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="UDX">
|
|
<source>UDX</source>
|
|
<target state="new">UDX</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="UDXDescription">
|
|
<source>UDX.</source>
|
|
<target state="new">UDX.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="WindowDescription">
|
|
<source>Expands each row into the set of rows that represent the window associated with it.</source>
|
|
<target state="new">Expands each row into the set of rows that represent the window associated with it.</target>
|
|
<note> Show plan's Window node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="WindowAggregate">
|
|
<source>Window Aggregate</source>
|
|
<target state="new">Window Aggregate</target>
|
|
<note> Show plan's Window Aggregate node property</note>
|
|
</trans-unit>
|
|
<trans-unit id="WindowAggregateDescription">
|
|
<source>Computes values of functions across the windows defined by the OVER clause. Input rowset is suitably sorted stream.</source>
|
|
<target state="new">Computes values of functions across the windows defined by the OVER clause. Input rowset is suitably sorted stream.</target>
|
|
<note> Show plan's Window Aggregate node property description</note>
|
|
</trans-unit>
|
|
<trans-unit id="BatchHashTableBuildDescription">
|
|
<source>Batch Hash Table Build.</source>
|
|
<target state="new">Batch Hash Table Build.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Switch">
|
|
<source>Switch</source>
|
|
<target state="new">Switch</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SwitchDescription">
|
|
<source>Switch.</source>
|
|
<target state="new">Switch.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TFP">
|
|
<source>Predict</source>
|
|
<target state="new">Predict</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TFPDescription">
|
|
<source>Applies a trained machine learning model to input data</source>
|
|
<target state="new">Applies a trained machine learning model to input data</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableValueFunction">
|
|
<source>Table Valued Function</source>
|
|
<target state="new">Table Valued Function</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableValueFunctionDescription">
|
|
<source>Table valued function.</source>
|
|
<target state="new">Table valued function.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Aggregate">
|
|
<source>Aggregate</source>
|
|
<target state="new">Aggregate</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="AggregateDescription">
|
|
<source>Calculates an expression containing SUM, COUNT, MIN, MAX, or AVG.</source>
|
|
<target state="new">Calculates an expression containing SUM, COUNT, MIN, MAX, or AVG.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ArithmeticExpression">
|
|
<source>Arithmetic Expression</source>
|
|
<target state="new">Arithmetic Expression</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ArithmeticExpressionDescription">
|
|
<source>Computes a new value from existing values in a row.</source>
|
|
<target state="new">Computes a new value from existing values in a row.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Delete">
|
|
<source>Delete</source>
|
|
<target state="new">Delete</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="DeleteDescription">
|
|
<source>Removes the specified rows from the specified table.</source>
|
|
<target state="new">Removes the specified rows from the specified table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Insert">
|
|
<source>Insert</source>
|
|
<target state="new">Insert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="InsertDescription">
|
|
<source>Adds a row to table.</source>
|
|
<target state="new">Adds a row to table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Locate">
|
|
<source>Locate</source>
|
|
<target state="new">Locate</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="LocateDescription">
|
|
<source>Fetching a full row from a heap or a clustered index.</source>
|
|
<target state="new">Fetching a full row from a heap or a clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SpoolDescription">
|
|
<source>Saving temporarily an intermediate query result.</source>
|
|
<target state="new">Saving temporarily an intermediate query result.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SQL">
|
|
<source>SQL</source>
|
|
<target state="new">SQL</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SQLDescription">
|
|
<source>SQL.</source>
|
|
<target state="new">SQL.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Update">
|
|
<source>Update</source>
|
|
<target state="new">Update</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="UpdateDescription">
|
|
<source>Modify the values in the specified table.</source>
|
|
<target state="new">Modify the values in the specified table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Assign">
|
|
<source>Assign</source>
|
|
<target state="new">Assign</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="AssignDescription">
|
|
<source>Validate referential integrity constraints.</source>
|
|
<target state="new">Validate referential integrity constraints.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Convert">
|
|
<source>Convert</source>
|
|
<target state="new">Convert</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ConvertDescription">
|
|
<source>Implicit or explicit conversion of one scalar datatype to another.</source>
|
|
<target state="new">Implicit or explicit conversion of one scalar datatype to another.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Declare">
|
|
<source>Declare</source>
|
|
<target state="new">Declare</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="DeclareDescription">
|
|
<source>Allocates a local variable.</source>
|
|
<target state="new">Allocates a local variable.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="If">
|
|
<source>If</source>
|
|
<target state="new">If</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IfDescription">
|
|
<source>Conditional processing based on an expression.</source>
|
|
<target state="new">Conditional processing based on an expression.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Intrinsic">
|
|
<source>Intrinsic</source>
|
|
<target state="new">Intrinsic</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="IntrinsicDescription">
|
|
<source>Invokes an internal Transact-SQL function.</source>
|
|
<target state="new">Invokes an internal Transact-SQL function.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SetFunction">
|
|
<source>Set Function</source>
|
|
<target state="new">Set Function</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SetFunctionDescription">
|
|
<source>Set Function.</source>
|
|
<target state="new">Set Function.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Dynamic">
|
|
<source>Dynamic</source>
|
|
<target state="new">Dynamic</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="DynamicDescription">
|
|
<source>Cursor that can see all changes made by others.</source>
|
|
<target state="new">Cursor that can see all changes made by others.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="FetchQuery">
|
|
<source>Fetch Query</source>
|
|
<target state="new">Fetch Query</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="FetchQueryDescription">
|
|
<source>The query used to retrieve rows when a fetch is issued against a cursor.</source>
|
|
<target state="new">The query used to retrieve rows when a fetch is issued against a cursor.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="FastForward">
|
|
<source>Fast Forward</source>
|
|
<target state="new">Fast Forward</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="FastForwardDescription">
|
|
<source>Fast Forward.</source>
|
|
<target state="new">Fast Forward.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Keyset">
|
|
<source>Keyset</source>
|
|
<target state="new">Keyset</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="KeysetDescription">
|
|
<source>Cursor that can see updates made by others, but not inserts.</source>
|
|
<target state="new">Cursor that can see updates made by others, but not inserts.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="PopulationQuery">
|
|
<source>Population Query</source>
|
|
<target state="new">Population Query</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="PopulationQueryDescription">
|
|
<source>The query used to populate a cursor's work table when the cursor is opened.</source>
|
|
<target state="new">The query used to populate a cursor's work table when the cursor is opened.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RefreshQuery">
|
|
<source>Refresh Query</source>
|
|
<target state="new">Refresh Query</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RefreshQueryDescription">
|
|
<source>Fetches current data for rows in fetch buffer.</source>
|
|
<target state="new">Fetches current data for rows in fetch buffer.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Snapshot">
|
|
<source>Snapshot</source>
|
|
<target state="new">Snapshot</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SnapshotDescription">
|
|
<source>A cursor that does not see changes made by others.</source>
|
|
<target state="new">A cursor that does not see changes made by others.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="RIDLookup">
|
|
<source>RID Lookup</source>
|
|
<target state="new">RID Lookup</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="RIDLookupDescription">
|
|
<source>RID Lookup</source>
|
|
<target state="new">RID Lookup</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="KeyLookup">
|
|
<source>Key Lookup</source>
|
|
<target state="new">Key Lookup</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="KeyLookupDescription">
|
|
<source>Uses a supplied clustering key to lookup on a table that has a clustered index.</source>
|
|
<target state="new">Uses a supplied clustering key to lookup on a table that has a clustered index.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="LogicalKeyLookup">
|
|
<source>Key Lookup</source>
|
|
<target state="new">Key Lookup</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="AdaptiveJoin">
|
|
<source>Adaptive Join</source>
|
|
<target state="new">Adaptive Join</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="AdaptiveJoinDescription">
|
|
<source>Chooses dynamically between hash join and nested loops.</source>
|
|
<target state="new">Chooses dynamically between hash join and nested loops.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ForeignKeyReferencesCheck">
|
|
<source>Foreign Key References Check</source>
|
|
<target state="new">Foreign Key References Check</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ForeignKeyReferencesCheckDescription">
|
|
<source>Checks referential integrity of the delete operation.</source>
|
|
<target state="new">Checks referential integrity of the delete operation.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Apply">
|
|
<source>Apply</source>
|
|
<target state="new">Apply</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ApplyDescription">
|
|
<source>Apply opration.</source>
|
|
<target state="new">Apply opration.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Broadcast">
|
|
<source>Broadcast</source>
|
|
<target state="new">Broadcast</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="BroadcastDescription">
|
|
<source>Broadcast data movement.</source>
|
|
<target state="new">Broadcast data movement.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ComputeToControlNode">
|
|
<source>Compute To Control Node</source>
|
|
<target state="new">Compute To Control Node</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ComputeToControlNodeDescription">
|
|
<source>Data flow from compute nodes to control node.</source>
|
|
<target state="new">Data flow from compute nodes to control node.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ConstTableGet">
|
|
<source>Constant Table Get</source>
|
|
<target state="new">Constant Table Get</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ConstTableGetDescription">
|
|
<source>Get tuples from contant table.</source>
|
|
<target state="new">Get tuples from contant table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ControlToComputeNodes">
|
|
<source>Control To Compute Nodes</source>
|
|
<target state="new">Control To Compute Nodes</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ControlToComputeNodesDescription">
|
|
<source>Data flow from control node to compute nodes.</source>
|
|
<target state="new">Data flow from control node to compute nodes.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalBroadcast">
|
|
<source>External Broadcast</source>
|
|
<target state="new">External Broadcast</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalBroadcastDescription">
|
|
<source>Broadcast data movement for external table.</source>
|
|
<target state="new">Broadcast data movement for external table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalExport">
|
|
<source>External Export</source>
|
|
<target state="new">External Export</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalExportDescription">
|
|
<source>Export data movement for external table.</source>
|
|
<target state="new">Export data movement for external table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalLocalStreaming">
|
|
<source>External Local Streaming</source>
|
|
<target state="new">External Local Streaming</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalLocalStreamingDescription">
|
|
<source>Streaming data movement between external table and local table.</source>
|
|
<target state="new">Streaming data movement between external table and local table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalRoundRobin">
|
|
<source>External RoundRobin</source>
|
|
<target state="new">External RoundRobin</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalRoundRobinDescription">
|
|
<source>RoundRobin data movement for external table.</source>
|
|
<target state="new">RoundRobin data movement for external table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalShuffle">
|
|
<source>External Shuffle</source>
|
|
<target state="new">External Shuffle</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ExternalShuffleDescription">
|
|
<source>Shuffle data movement for external table.</source>
|
|
<target state="new">Shuffle data movement for external table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Get">
|
|
<source>Get</source>
|
|
<target state="new">Get</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="GetDescription">
|
|
<source>Get tuples from table.</source>
|
|
<target state="new">Get tuples from table.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="GbApply">
|
|
<source>Group by and Apply</source>
|
|
<target state="new">Group by and Apply</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="GbApplyDescription">
|
|
<source>Group by and Apply.</source>
|
|
<target state="new">Group by and Apply.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="GbAgg">
|
|
<source>Group by Aggregates</source>
|
|
<target state="new">Group by Aggregates</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="GbAggDescription">
|
|
<source>Group by aggregates.</source>
|
|
<target state="new">Group by aggregates.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Join">
|
|
<source>Join</source>
|
|
<target state="new">Join</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="JoinDescription">
|
|
<source>Join tables.</source>
|
|
<target state="new">Join tables.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="LocalCube">
|
|
<source>Rollup Aggregate</source>
|
|
<target state="new">Rollup Aggregate</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="LocalCubeDescription">
|
|
<source>This represents a ROLLUP operator or a CUBE operator.</source>
|
|
<target state="new">This represents a ROLLUP operator or a CUBE operator.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Project">
|
|
<source>Project</source>
|
|
<target state="new">Project</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ProjectDescription">
|
|
<source>Project columns.</source>
|
|
<target state="new">Project columns.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Shuffle">
|
|
<source>Shuffle</source>
|
|
<target state="new">Shuffle</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="ShuffleDescription">
|
|
<source>Shuffle data movement.</source>
|
|
<target state="new">Shuffle data movement.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SingleSourceRoundRobin">
|
|
<source>Single Source RoundRobin</source>
|
|
<target state="new">Single Source RoundRobin</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SingleSourceRoundRobinDescription">
|
|
<source>Single Source RoundRobin data movement.</source>
|
|
<target state="new">Single Source RoundRobin data movement.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="SingleSourceShuffle">
|
|
<source>Single Source Shuffle</source>
|
|
<target state="new">Single Source Shuffle</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="SingleSourceShuffleDescription">
|
|
<source>Single Source Shuffle data movement.</source>
|
|
<target state="new">Single Source Shuffle data movement.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Trim">
|
|
<source>Trim</source>
|
|
<target state="new">Trim</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="TrimDescription">
|
|
<source>Trim data.</source>
|
|
<target state="new">Trim data.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="Union">
|
|
<source>Union</source>
|
|
<target state="new">Union</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="UnionDescription">
|
|
<source>Union tables.</source>
|
|
<target state="new">Union tables.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="UnionAll">
|
|
<source>Union All</source>
|
|
<target state="new">Union All</target>
|
|
<note> Operator name</note>
|
|
</trans-unit>
|
|
<trans-unit id="UnionAllDescription">
|
|
<source>Union All tables.</source>
|
|
<target state="new">Union All tables.</target>
|
|
<note> Operator description</note>
|
|
</trans-unit>
|
|
<trans-unit id="NameValuePair">
|
|
<source>{0}: {1}</source>
|
|
<target state="new">{0}: {1}</target>
|
|
<note>Format for name / value pair - {0} is property name, {1} is property value.
|
|
Parameters: 0 - name (string), 1 - value (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SizeInBytesFormat">
|
|
<source>{0} B</source>
|
|
<target state="new">{0} B</target>
|
|
<note>Size in Bytes format</note>
|
|
</trans-unit>
|
|
<trans-unit id="SizeInKiloBytesFormat">
|
|
<source>{0} KB</source>
|
|
<target state="new">{0} KB</target>
|
|
<note>Size in KiloBytes format</note>
|
|
</trans-unit>
|
|
<trans-unit id="SizeInMegaBytesFormat">
|
|
<source>{0} MB</source>
|
|
<target state="new">{0} MB</target>
|
|
<note>Size in Bytes format</note>
|
|
</trans-unit>
|
|
<trans-unit id="SizeInGigaBytesFormat">
|
|
<source>{0} GB</source>
|
|
<target state="new">{0} GB</target>
|
|
<note>Size in GigaBytes format</note>
|
|
</trans-unit>
|
|
<trans-unit id="SizeInTeraBytesFormat">
|
|
<source>{0} TB</source>
|
|
<target state="new">{0} TB</target>
|
|
<note>Size in TeraBytes format</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableNotInitializedException">
|
|
<source>Initialization is not properly done for table with id '{0}'</source>
|
|
<target state="new">Initialization is not properly done for table with id '{0}'</target>
|
|
<note>.
|
|
Parameters: 0 - tableId (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIdentityGroupName">
|
|
<source>Identity Specification</source>
|
|
<target state="new">Identity Specification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsIdentityPropertyTitle">
|
|
<source>Is Identity</source>
|
|
<target state="new">Is Identity</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsIdentityPropertyDescription">
|
|
<source>Specifies whether the column is the identity column for the table.</source>
|
|
<target state="new">Specifies whether the column is the identity column for the table.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIdentityIncrementPropertyTitle">
|
|
<source>Identity Increment</source>
|
|
<target state="new">Identity Increment</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIdentityIncrementPropertyDescription">
|
|
<source>Displays the value added to the maximum existing row identity value when generating the next identity value.</source>
|
|
<target state="new">Displays the value added to the maximum existing row identity value when generating the next identity value.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIdentitySeedPropertyTitle">
|
|
<source>Identity Seed</source>
|
|
<target state="new">Identity Seed</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIdentitySeedPropertyDescription">
|
|
<source>Displays the initial row value for an identity column.</source>
|
|
<target state="new">Displays the initial row value for an identity column.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableEditPathNotProvidedException">
|
|
<source>The path in the table change information cannot be empty</source>
|
|
<target state="new">The path in the table change information cannot be empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidTableEditPathException">
|
|
<source>The path '{0}' in the table change information is not valid for edit type: '{1}'</source>
|
|
<target state="new">The path '{0}' in the table change information is not valid for edit type: '{1}'</target>
|
|
<note>.
|
|
Parameters: 0 - path (string), 1 - editType (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="OperatorDisplayCost">
|
|
<source>{0:0.#######} ({1}%)</source>
|
|
<target state="new">{0:0.#######} ({1}%)</target>
|
|
<note> display string for the operator cost property - 0.###### - is the float number format specifier.
|
|
Parameters: 0 - cost (double), 1 - percentage (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualOfEstimated">
|
|
<source>{0} of
|
|
{1} ({2}%)</source>
|
|
<target state="new">{0} of
|
|
{1} ({2}%)</target>
|
|
<note>.
|
|
Parameters: 0 - actual (string), 1 - estimated (string), 2 - percent (decimal) </note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerIsEnabledPropertyTitle">
|
|
<source>Is Enabled</source>
|
|
<target state="new">Is Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ForeignKeyIsEnabledDescription">
|
|
<source>Specifies whether the foreign key is Enabled</source>
|
|
<target state="new">Specifies whether the foreign key is Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ForeignKeyIsNotForReplicationTitle">
|
|
<source>Not For Replication</source>
|
|
<target state="new">Not For Replication</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ForeignKeyIsNotForReplicationDescription">
|
|
<source>Enables or disables the constraint for data inserted by a replication process.</source>
|
|
<target state="new">Enables or disables the constraint for data inserted by a replication process.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlForeignKeyAction_NoAction">
|
|
<source>No Action</source>
|
|
<target state="new">No Action</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlForeignKeyAction_Cascade">
|
|
<source>Cascade</source>
|
|
<target state="new">Cascade</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlForeignKeyAction_SetNull">
|
|
<source>Set Null</source>
|
|
<target state="new">Set Null</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlForeignKeyAction_SetDefault">
|
|
<source>Set Default</source>
|
|
<target state="new">Set Default</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CheckConstraintIsEnabledDescription">
|
|
<source>Specifies whether the check constraint is Enabled</source>
|
|
<target state="new">Specifies whether the check constraint is Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="QueryServiceUnsupportedSqlVariantType">
|
|
<source>The underlying type "{0}" for sql variant column "{1}" could not be resolved.</source>
|
|
<target state="new">The underlying type "{0}" for sql variant column "{1}" could not be resolved.</target>
|
|
<note>.
|
|
Parameters: 0 - underlyingType (string), 1 - columnName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIsEnabledPropertyDescription">
|
|
<source>Specifies whether the index is enabled</source>
|
|
<target state="new">Specifies whether the index is enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIsClusteredPropertyDescription">
|
|
<source>Whether the index is clustered, only one clustered index is allowed in a table.</source>
|
|
<target state="new">Whether the index is clustered, only one clustered index is allowed in a table.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerIndexIsClusteredPropertyTitle">
|
|
<source>Is Clustered</source>
|
|
<target state="new">Is Clustered</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIsUniquePropertyDescription">
|
|
<source>Whether the data entered into this index must be unique.</source>
|
|
<target state="new">Whether the data entered into this index must be unique.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerIsUniquePropertyTitle">
|
|
<source>Is Unique</source>
|
|
<target state="new">Is Unique</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexColumnIsAscendingPropertyDescription">
|
|
<source>Specifies the sort order of the column.</source>
|
|
<target state="new">Specifies the sort order of the column.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexColumnIsAscendingPropertyTitle">
|
|
<source>Is Ascending</source>
|
|
<target state="new">Is Ascending</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerColumnsDisplayValueTitle">
|
|
<source>Columns</source>
|
|
<target state="new">Columns</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerDeleteColumnConfirmationMessage">
|
|
<source>Removing a column will also remove it from the indexes and foreign keys. Are you sure you want to continue?</source>
|
|
<target state="new">Removing a column will also remove it from the indexes and foreign keys. Are you sure you want to continue?</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="MissingIndexFormat">
|
|
<source>Missing Index (Impact {0}): {1}</source>
|
|
<target state="new">Missing Index (Impact {0}): {1}</target>
|
|
<note>"Missing Index (Impact {0}): {1}" format string for showplan</note>
|
|
</trans-unit>
|
|
<trans-unit id="MissingIndexDetailsTitle">
|
|
<source>/*
|
|
Missing Index Details from {0}
|
|
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
|
|
*/</source>
|
|
<target state="new">/*
|
|
Missing Index Details from {0}
|
|
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
|
|
*/</target>
|
|
<note>title of missing index details</note>
|
|
</trans-unit>
|
|
<trans-unit id="CreateSasForBlobContainerFailed">
|
|
<source>Cannot generate SAS URI for blob container.</source>
|
|
<target state="new">Cannot generate SAS URI for blob container.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="WriteSASCredentialToSqlServerFailed">
|
|
<source>Failed storing shared access signature token on the SQL Servers.</source>
|
|
<target state="new">Failed storing shared access signature token on the SQL Servers.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="UnsupportedDeviceType">
|
|
<source>Unsupported device type {0} for engine edition {1}.</source>
|
|
<target state="new">Unsupported device type {0} for engine edition {1}.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="NotSupportedCloudCreateSas">
|
|
<source>Create shared access signature is not supported for cloud instances.</source>
|
|
<target state="new">Create shared access signature is not supported for cloud instances.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerGraphTableTypeTitle">
|
|
<source>Type</source>
|
|
<target state="new">Type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerGraphTableTypeEdge">
|
|
<source>Edge</source>
|
|
<target state="new">Edge</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerGraphTableTypeNode">
|
|
<source>Node</source>
|
|
<target state="new">Node</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerGraphTableGroupTitle">
|
|
<source>Graph Table</source>
|
|
<target state="new">Graph Table</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintsTabTitle">
|
|
<source>Edge Constraints</source>
|
|
<target state="new">Edge Constraints</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintObjectType">
|
|
<source>Edge Constraint</source>
|
|
<target state="new">Edge Constraint</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintNamePropertyDescription">
|
|
<source>Name of the constraint.</source>
|
|
<target state="new">Name of the constraint.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintNamePropertyTitle">
|
|
<source>Name</source>
|
|
<target state="new">Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintIsEnabledPropertyDescription">
|
|
<source>Specifies whether the constraint is enabled.</source>
|
|
<target state="new">Specifies whether the constraint is enabled.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintIsEnabledPropertyTitle">
|
|
<source>Is Enabled</source>
|
|
<target state="new">Is Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintOnDeleteActionPropertyDescription">
|
|
<source>The behavior when a user tries to delete a row with data that is involved in an edge constraint.</source>
|
|
<target state="new">The behavior when a user tries to delete a row with data that is involved in an edge constraint.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintOnDeleteActionPropertyTitle">
|
|
<source>On Delete Action</source>
|
|
<target state="new">On Delete Action</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintClausesPropertyDescription">
|
|
<source>Edge constraint clauses.</source>
|
|
<target state="new">Edge constraint clauses.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintClausesPropertyTitle">
|
|
<source>Clauses</source>
|
|
<target state="new">Clauses</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintClauseObjectType">
|
|
<source>Clause</source>
|
|
<target state="new">Clause</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintClauseFromTablePropertyName">
|
|
<source>From Table</source>
|
|
<target state="new">From Table</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerEdgeConstraintClauseToTablePropertyName">
|
|
<source>To Table</source>
|
|
<target state="new">To Table</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerGraphTableTypeNone">
|
|
<source>None</source>
|
|
<target state="new">None</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerGraphTableTypeDescription">
|
|
<source>Specifies the table type.</source>
|
|
<target state="new">Specifies the table type.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="UnknownEnumString">
|
|
<source>Unknown enum value: {0}.</source>
|
|
<target state="new">Unknown enum value: {0}.</target>
|
|
<note>.
|
|
Parameters: 0 - name (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlTableDurability_SchemaAndData">
|
|
<source>Schema and Data</source>
|
|
<target state="new">Schema and Data</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlTableDurability_SchemaOnly">
|
|
<source>Schema Only</source>
|
|
<target state="new">Schema Only</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneratedAlwaysColumnType_None">
|
|
<source>None</source>
|
|
<target state="new">None</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneratedAlwaysColumnType_RowStart">
|
|
<source>Row Start</source>
|
|
<target state="new">Row Start</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneratedAlwaysColumnType_RowEnd">
|
|
<source>Row End</source>
|
|
<target state="new">Row End</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerIsSystemVersioningEnabledTitle">
|
|
<source>System Versioning Enabled</source>
|
|
<target state="new">System Versioning Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerIsSystemVersioningEnabledDescription">
|
|
<source>Specifies whether the table is system versioning enabled.</source>
|
|
<target state="new">Specifies whether the table is system versioning enabled.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerSystemVersioningGroupTitle">
|
|
<source>System Versioning</source>
|
|
<target state="new">System Versioning</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerHistoryTableDescription">
|
|
<source>History table of the current table.</source>
|
|
<target state="new">History table of the current table.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerHistoryTableTitle">
|
|
<source>History Table</source>
|
|
<target state="new">History Table</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerIsMemoryOptimizedDescription">
|
|
<source>Specifies whether the table is memory optimized.</source>
|
|
<target state="new">Specifies whether the table is memory optimized.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerMemoryOptimizedGroupTitle">
|
|
<source>Memory Optimized</source>
|
|
<target state="new">Memory Optimized</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerIsMemoryOptimizedTitle">
|
|
<source>Memory Optimized</source>
|
|
<target state="new">Memory Optimized</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerDurabilityDescription">
|
|
<source>Specifies the durability setting of the table.</source>
|
|
<target state="new">Specifies the durability setting of the table.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerDurabilityTitle">
|
|
<source>Durability</source>
|
|
<target state="new">Durability</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerColumnGeneratedAlwaysAsDescription">
|
|
<source>Specifies the start or end of the system versioning table's period setting.</source>
|
|
<target state="new">Specifies the start or end of the system versioning table's period setting.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerColumnGeneratedAlwaysAsTitle">
|
|
<source>Generated Always As</source>
|
|
<target state="new">Generated Always As</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerColumnIsHiddenTitle">
|
|
<source>Is Hidden</source>
|
|
<target state="new">Is Hidden</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerColumnIsHiddenDescription">
|
|
<source>Specifies whether the column will be returned by select statement.</source>
|
|
<target state="new">Specifies whether the column will be returned by select statement.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerAutoCreateHistoryTableDescription">
|
|
<source>Specifies whether the engine should automatically create the history table.</source>
|
|
<target state="new">Specifies whether the engine should automatically create the history table.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerAutoCreateHistoryTableTitle">
|
|
<source>Auto Create History Table</source>
|
|
<target state="new">Auto Create History Table</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerNewHistoryTableDescription">
|
|
<source>Specifies the name of the new history table.</source>
|
|
<target state="new">Specifies the name of the new history table.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerNewHistoryTableTitle">
|
|
<source>New History Table Name</source>
|
|
<target state="new">New History Table Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnDefaultConstraintNamePropertyDescription">
|
|
<source>Specifies the default constraint name.</source>
|
|
<target state="new">Specifies the default constraint name.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnDefaultConstraintNamePropertyTitle">
|
|
<source>Default Constraint Name</source>
|
|
<target state="new">Default Constraint Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AddNewEdgeConstraintLabel">
|
|
<source>New Edge Constraint</source>
|
|
<target state="new">New Edge Constraint</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AddNewClauseLabel">
|
|
<source>New Clause</source>
|
|
<target state="new">New Clause</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="WarningOverlayTooltip">
|
|
<source>Warnings</source>
|
|
<target state="new">Warnings</target>
|
|
<note>tooltip text for node warning overlay</note>
|
|
</trans-unit>
|
|
<trans-unit id="ParallelismOverlayTooltip">
|
|
<source>Parallel Execution</source>
|
|
<target state="new">Parallel Execution</target>
|
|
<note>tooltip text for node parallelism overlay</note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnComputedGroupTitle">
|
|
<source>Computed Column Specifications</source>
|
|
<target state="new">Computed Column Specifications</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsComputedTitle">
|
|
<source>Is Computed</source>
|
|
<target state="new">Is Computed</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsComputedDescription">
|
|
<source>Specifies whether the column is a computed column</source>
|
|
<target state="new">Specifies whether the column is a computed column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsComputedPersistedTitle">
|
|
<source>Is Persisted</source>
|
|
<target state="new">Is Persisted</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsComputedPersistedDescription">
|
|
<source>Whether the computed column is saved with the data source</source>
|
|
<target state="new">Whether the computed column is saved with the data source</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsComputedPersistedNullableTitle">
|
|
<source>Is Persisted Nullable</source>
|
|
<target state="new">Is Persisted Nullable</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnIsComputedPersistedNullableDescription">
|
|
<source>Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</source>
|
|
<target state="new">Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnComputedFormulaDescription">
|
|
<source>An expression that defines the value of a computed column. [More information](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression)</source>
|
|
<target state="new">An expression that defines the value of a computed column. [More information](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableColumnComputedFormulaTitle">
|
|
<source>Formula</source>
|
|
<target state="new">Formula</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexMustHaveColumnsRuleDescription">
|
|
<source>Index '{0}' does not have any columns associated with it.</source>
|
|
<target state="new">Index '{0}' does not have any columns associated with it.</target>
|
|
<note>.
|
|
Parameters: 0 - indexName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ForeignKeyMustHaveColumnsRuleDescription">
|
|
<source>Foreign key '{0}' does not have any columns specified.</source>
|
|
<target state="new">Foreign key '{0}' does not have any columns specified.</target>
|
|
<note>.
|
|
Parameters: 0 - foreignKeyName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnCanOnlyAppearOnceInIndexRuleDescription">
|
|
<source>Column with name '{0}' has already been added to the index '{1}'. Row number: {2}.</source>
|
|
<target state="new">Column with name '{0}' has already been added to the index '{1}'. Row number: {2}.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnCanOnlyAppearOnceInForeignKeyRuleDescription">
|
|
<source>Column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</source>
|
|
<target state="new">Column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnCanOnlyAppearOnceInForeignKeyRuleForeignColumnDescription">
|
|
<source>Foreign column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</source>
|
|
<target state="new">Foreign column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="NoDuplicateConstraintNameRuleDescription">
|
|
<source>The name '{0}' is already used by another constraint. Row number: {1}.</source>
|
|
<target state="new">The name '{0}' is already used by another constraint. Row number: {1}.</target>
|
|
<note>.
|
|
Parameters: 0 - constraintName (string), 1 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="NoDuplicateColumnNameRuleDescription">
|
|
<source>The name '{0}' is already used by another column. Row number: {1}.</source>
|
|
<target state="new">The name '{0}' is already used by another column. Row number: {1}.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="NoDuplicateIndexNameRuleDescription">
|
|
<source>The name '{0}' is already used by another index. Row number: {1}.</source>
|
|
<target state="new">The name '{0}' is already used by another index. Row number: {1}.</target>
|
|
<note>.
|
|
Parameters: 0 - indexName (string), 1 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="EdgeConstraintMustHaveClausesRuleDescription">
|
|
<source>Edge constraint '{0}' does not have any clauses specified.</source>
|
|
<target state="new">Edge constraint '{0}' does not have any clauses specified.</target>
|
|
<note>.
|
|
Parameters: 0 - name (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="EdgeConstraintNoRepeatingClausesRuleDescription">
|
|
<source>The pair '{0}' is already defined by another clause in the edge constraint. Row number: {1}.</source>
|
|
<target state="new">The pair '{0}' is already defined by another clause in the edge constraint. Row number: {1}.</target>
|
|
<note>.
|
|
Parameters: 0 - pair (string), 1 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryOptimizedTableMustHaveNonClusteredPrimaryKeyRuleDescription">
|
|
<source>Memory-optimized table must have non-clustered primary key.</source>
|
|
<target state="new">Memory-optimized table must have non-clustered primary key.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TemporalTableMustHavePrimaryKeyRuleDescription">
|
|
<source>System versioned table must have primary key.</source>
|
|
<target state="new">System versioned table must have primary key.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TemporalTableMustHavePeriodColumnsRuleDescription">
|
|
<source>System versioned table must have the period columns defined.</source>
|
|
<target state="new">System versioned table must have the period columns defined.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeriodColumnsRuleMoreThanOneIssueDescription">
|
|
<source>Period columns (Generated Always As Row Start/End) can only be defined once.</source>
|
|
<target state="new">Period columns (Generated Always As Row Start/End) can only be defined once.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PeriodColumnsRuleNotMatchIssueDescription">
|
|
<source>Period columns (Generated Always As Row Start/End) must be defined as pair. If one is defined, the other must also be defined.</source>
|
|
<target state="new">Period columns (Generated Always As Row Start/End) must be defined as pair. If one is defined, the other must also be defined.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnsInPrimaryKeyCannotBeNullableRuleDescription">
|
|
<source>Columns in primary key cannot be nullable.</source>
|
|
<target state="new">Columns in primary key cannot be nullable.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="OnlyDurableMemoryOptimizedTableCanBeSystemVersionedRuleDescription">
|
|
<source>Only durable (DURABILITY = SCHEMA_AND_DATA) memory-optimized tables can be system-versioned.</source>
|
|
<target state="new">Only durable (DURABILITY = SCHEMA_AND_DATA) memory-optimized tables can be system-versioned.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableMustHaveAtLeastOneColumnRuleDescription">
|
|
<source>A table must have at least one non-computed column defined.</source>
|
|
<target state="new">A table must have at least one non-computed column defined.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryOptimizedTableIdentityColumnRuleDescription">
|
|
<source>The use of seed and increment values other than 1 is not supported with memory optimized tables.</source>
|
|
<target state="new">The use of seed and increment values other than 1 is not supported with memory optimized tables.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableShouldAvoidHavingMultipleEdgeConstraintsRuleDescription">
|
|
<source>The table has more than one edge constraint on it. This is only useful as a temporary state when modifying existing edge constraints, and should not be used in other cases.</source>
|
|
<target state="new">The table has more than one edge constraint on it. This is only useful as a temporary state when modifying existing edge constraints, and should not be used in other cases.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnCannotBeListedMoreThanOnceInPrimaryKeyRuleDescription">
|
|
<source>Cannot use duplicate column names in primary key, column name: {0}</source>
|
|
<target state="new">Cannot use duplicate column names in primary key, column name: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="MemoryOptimizedCannotBeEnabledWhenNotSupportedRuleDescription">
|
|
<source>Memory-optimized table is not supported for this database.</source>
|
|
<target state="new">Memory-optimized table is not supported for this database.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="MutipleCreateTableStatementsInScriptRuleDescription">
|
|
<source>There are multiple table definitions in the script, only the first table can be edited in the designer.</source>
|
|
<target state="new">There are multiple table definitions in the script, only the first table can be edited in the designer.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Operation">
|
|
<source>Operation</source>
|
|
<target state="new">Operation</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Object">
|
|
<source>Object</source>
|
|
<target state="new">Object</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedCost">
|
|
<source>Estimated Cost %</source>
|
|
<target state="new">Estimated Cost %</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedSubtree">
|
|
<source>Estimated Subtree Cost</source>
|
|
<target state="new">Estimated Subtree Cost</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualRows">
|
|
<source>Actual Rows</source>
|
|
<target state="new">Actual Rows</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedRows">
|
|
<source>Estimated Rows</source>
|
|
<target state="new">Estimated Rows</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualExecutions">
|
|
<source>Actual Executions</source>
|
|
<target state="new">Actual Executions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedExecutions">
|
|
<source>Estimated Executions</source>
|
|
<target state="new">Estimated Executions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedCpu">
|
|
<source>Estimated CPU Cost</source>
|
|
<target state="new">Estimated CPU Cost</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="EstimatedIO">
|
|
<source>Estimated IO Cost</source>
|
|
<target state="new">Estimated IO Cost</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualDataSize">
|
|
<source>Actual Data Size</source>
|
|
<target state="new">Actual Data Size</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AverageRowSize">
|
|
<source>Average Row Size</source>
|
|
<target state="new">Average Row Size</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIncludedColumnsGroupTitle">
|
|
<source>Included Columns</source>
|
|
<target state="new">Included Columns</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIncludedColumnsPropertyDescription">
|
|
<source>The included columns of the index</source>
|
|
<target state="new">The included columns of the index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIncludedColumnsAddColumn">
|
|
<source>Add Column</source>
|
|
<target state="new">Add Column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIncludedColumnsColumnPropertyName">
|
|
<source>Column</source>
|
|
<target state="new">Column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexFilterPredicatePropertyDescription">
|
|
<source>Filter predicate of the index</source>
|
|
<target state="new">Filter predicate of the index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexFilterPredicatePropertyTitle">
|
|
<source>Filter Predicate</source>
|
|
<target state="new">Filter Predicate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexCannotHaveIncludedColumnsRuleDescription">
|
|
<source>Included columns are not supported for a clustered index.</source>
|
|
<target state="new">Included columns are not supported for a clustered index.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ClusteredIndexCannotHaveFilterPredicateRuleDescription">
|
|
<source>Filter predicate is not supported for a clustered index.</source>
|
|
<target state="new">Filter predicate is not supported for a clustered index.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnCanOnlyAppearOnceInIndexIncludedColumnsRuleDescription">
|
|
<source>Column with name '{0}' has already been included to the index '{1}'. Row number: {2}.</source>
|
|
<target state="new">Column with name '{0}' has already been included to the index '{1}'. Row number: {2}.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnCannotDuplicateWitIndexKeyColumnsRuleDescription">
|
|
<source>Included column with name '{0}' has already been part of the index '{1}' and it cannot be included. Row number: {2}.</source>
|
|
<target state="new">Included column with name '{0}' has already been part of the index '{1}' and it cannot be included. Row number: {2}.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="SqlProjectModelNotFound">
|
|
<source>Could not find SQL model from project: {0}.</source>
|
|
<target state="new">Could not find SQL model from project: {0}.</target>
|
|
<note>.
|
|
Parameters: 0 - projectUri (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="UnsupportedModelType">
|
|
<source>Unsupported model type: {0}.</source>
|
|
<target state="new">Unsupported model type: {0}.</target>
|
|
<note>.
|
|
Parameters: 0 - type (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="GetUserDefinedObjectsFromModelFailed">
|
|
<source>Failed to get user defined objects from model.</source>
|
|
<target state="new">Failed to get user defined objects from model.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ComputedColumnNeedToBePersistedAndNotNullInPrimaryKeyRuleDescription">
|
|
<source>The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.</source>
|
|
<target state="new">The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ComputedColumnNeedToBePersistedInForeignKeyRuleDescription">
|
|
<source>The computed column with name '{0}' has to be persisted to be part of the foreign key '{1}'.</source>
|
|
<target state="new">The computed column with name '{0}' has to be persisted to be part of the foreign key '{1}'.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - foreignKeyName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
|
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
|
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
|
<note>.
|
|
Parameters: 0 - indexName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
|
<source>Hash index '{0}' does not have a bucket count.</source>
|
|
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
|
<note>.
|
|
Parameters: 0 - indexName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIsHashPropertyDescription">
|
|
<source>Whether the index is a hash index</source>
|
|
<target state="new">Whether the index is a hash index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexIsHashPropertyTitle">
|
|
<source>Is Hash</source>
|
|
<target state="new">Is Hash</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexBucketCountPropertyDescription">
|
|
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2.</source>
|
|
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="IndexBucketCountPropertyTitle">
|
|
<source>Bucket Count</source>
|
|
<target state="new">Bucket Count</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
|
<source>Name</source>
|
|
<target state="new">Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
|
<source>Name of the columnstore index</source>
|
|
<target state="new">Name of the columnstore index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
|
<source>Description</source>
|
|
<target state="new">Description</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
|
<source>Description of the columnstore index</source>
|
|
<target state="new">Description of the columnstore index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
|
<source>Whether the columnstore index is clustered.</source>
|
|
<target state="new">Whether the columnstore index is clustered.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
|
<source>Is Clustered</source>
|
|
<target state="new">Is Clustered</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
|
<source>Filter predicate of the columnstore index</source>
|
|
<target state="new">Filter predicate of the columnstore index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
|
<source>Filter Predicate</source>
|
|
<target state="new">Filter Predicate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
|
<source>Columns in this columnstore index</source>
|
|
<target state="new">Columns in this columnstore index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
|
<source>Columns</source>
|
|
<target state="new">Columns</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexAddColumn">
|
|
<source>Add Column</source>
|
|
<target state="new">Add Column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
|
<source>Column</source>
|
|
<target state="new">Column</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
|
<source>Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</source>
|
|
<target state="new">Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</target>
|
|
<note>.
|
|
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
|
<source>Columnstore Indexes</source>
|
|
<target state="new">Columnstore Indexes</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
|
<source>Columnstore Index</source>
|
|
<target state="new">Columnstore Index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="AddNewColumnStoreIndexLabel">
|
|
<source>New Columnstore Index</source>
|
|
<target state="new">New Columnstore Index</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
|
<source>Non-clustered columnstore index '{0}' does not have any columns associated with it.</source>
|
|
<target state="new">Non-clustered columnstore index '{0}' does not have any columns associated with it.</target>
|
|
<note>.
|
|
Parameters: 0 - indexName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerConfirmationText">
|
|
<source>I have read the summary and understand the potential risks.</source>
|
|
<target state="new">I have read the summary and understand the potential risks.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ErrorConnectionNotFound">
|
|
<source>The connection could not be found</source>
|
|
<target state="new">The connection could not be found</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ActualCpu">
|
|
<source>Actual CPU Cost</source>
|
|
<target state="new">Actual CPU Cost</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PasswordChangeEmptyPassword">
|
|
<source>New password cannot be empty</source>
|
|
<target state="new">New password cannot be empty</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PasswordChangeEmptyPasswordRetry">
|
|
<source>Press OK to input a new password that is not empty.</source>
|
|
<target state="new">Press OK to input a new password that is not empty.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PasswordChangeDNMReqsRetry">
|
|
<source>Press OK to input a new password that meets operating system policy requirements.</source>
|
|
<target state="new">Press OK to input a new password that meets operating system policy requirements.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PasswordChangePWCannotBeUsedRetry">
|
|
<source>Press OK to input a different password.</source>
|
|
<target state="new">Press OK to input a different password.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneratedAlwaysColumnType_TransactionIdStart">
|
|
<source>Transaction Id Start</source>
|
|
<target state="new">Transaction Id Start</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneratedAlwaysColumnType_TransactionIdEnd">
|
|
<source>Transaction Id End</source>
|
|
<target state="new">Transaction Id End</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneratedAlwaysColumnType_SequenceNumberStart">
|
|
<source>Sequence Number Start</source>
|
|
<target state="new">Sequence Number Start</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneratedAlwaysColumnType_SequenceNumberEnd">
|
|
<source>Sequence Number End</source>
|
|
<target state="new">Sequence Number End</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol">
|
|
<source>Attestation URL cannot be empty with the selected value of Attestation protocol.</source>
|
|
<target state="new">Attestation URL cannot be empty with the selected value of Attestation protocol.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidSecureEnclaves">
|
|
<source>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</source>
|
|
<target state="new">Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</target>
|
|
<note>.
|
|
Parameters: 0 - secureEnclaves (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl">
|
|
<source>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</source>
|
|
<target state="new">The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="DefaultLanguagePlaceholder">
|
|
<source><default></source>
|
|
<target state="new"><default></target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ResetPasswordWhileUnlocking">
|
|
<source>Reset password for the login while unlocking.</source>
|
|
<target state="new">Reset password for the login while unlocking.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ObjectNotRenamable">
|
|
<source>The object could not be renamed. URN: '{0}'.</source>
|
|
<target state="new">The object could not be renamed. URN: '{0}'.</target>
|
|
<note>.
|
|
Parameters: 0 - urn (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves">
|
|
<source>Attestation protocol cannot be empty with Secure enclaves enabled.</source>
|
|
<target state="new">Attestation protocol cannot be empty with Secure enclaves enabled.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Alter">
|
|
<source>Alter</source>
|
|
<target state="new">Alter</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Connect">
|
|
<source>Connect</source>
|
|
<target state="new">Connect</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Control">
|
|
<source>Control</source>
|
|
<target state="new">Control</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Delete">
|
|
<source>Delete</source>
|
|
<target state="new">Delete</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Execute">
|
|
<source>Execute</source>
|
|
<target state="new">Execute</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Impersonate">
|
|
<source>Impersonate</source>
|
|
<target state="new">Impersonate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Insert">
|
|
<source>Insert</source>
|
|
<target state="new">Insert</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Receive">
|
|
<source>Receive</source>
|
|
<target state="new">Receive</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_References">
|
|
<source>References</source>
|
|
<target state="new">References</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Select">
|
|
<source>Select</source>
|
|
<target state="new">Select</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Send">
|
|
<source>Send</source>
|
|
<target state="new">Send</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_TakeOwnership">
|
|
<source>Take ownership</source>
|
|
<target state="new">Take ownership</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Update">
|
|
<source>Update</source>
|
|
<target state="new">Update</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewDefinition">
|
|
<source>View definition</source>
|
|
<target state="new">View definition</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewChangeTracking">
|
|
<source>View change tracking</source>
|
|
<target state="new">View change tracking</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyApplicationRole">
|
|
<source>Alter any application role</source>
|
|
<target state="new">Alter any application role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyAssembly">
|
|
<source>Alter any assembly</source>
|
|
<target state="new">Alter any assembly</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyAsymmetricKey">
|
|
<source>Alter any asymmetric key</source>
|
|
<target state="new">Alter any asymmetric key</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyCertificate">
|
|
<source>Alter any certificate</source>
|
|
<target state="new">Alter any certificate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyDatabaseAudit">
|
|
<source>Alter any database audit</source>
|
|
<target state="new">Alter any database audit</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyContract">
|
|
<source>Alter any contract</source>
|
|
<target state="new">Alter any contract</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyDatabaseDdlTrigger">
|
|
<source>Alter any database DDL trigger</source>
|
|
<target state="new">Alter any database DDL trigger</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyDatabaseEventNotification">
|
|
<source>Alter any database event notification</source>
|
|
<target state="new">Alter any database event notification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyDataspace">
|
|
<source>Alter any dataspace</source>
|
|
<target state="new">Alter any dataspace</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyExternalDataSource">
|
|
<source>Alter any external data source</source>
|
|
<target state="new">Alter any external data source</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyExternalFileFormat">
|
|
<source>Alter any external file format</source>
|
|
<target state="new">Alter any external file format</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyFulltextCatalog">
|
|
<source>Alter any fulltext catalog</source>
|
|
<target state="new">Alter any fulltext catalog</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyMask">
|
|
<source>Alter any mask</source>
|
|
<target state="new">Alter any mask</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyMessageType">
|
|
<source>Alter any message type</source>
|
|
<target state="new">Alter any message type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyRemoteServiceBinding">
|
|
<source>Alter any remote service binding</source>
|
|
<target state="new">Alter any remote service binding</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyRole">
|
|
<source>Alter any role</source>
|
|
<target state="new">Alter any role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyRoute">
|
|
<source>Alter any route</source>
|
|
<target state="new">Alter any route</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnySchema">
|
|
<source>Alter any schema</source>
|
|
<target state="new">Alter any schema</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnySecurityPolicy">
|
|
<source>Alter any security policy</source>
|
|
<target state="new">Alter any security policy</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnySensitivityClassification">
|
|
<source>Alter any sensitivity classification</source>
|
|
<target state="new">Alter any sensitivity classification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyService">
|
|
<source>Alter any service</source>
|
|
<target state="new">Alter any service</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyUser">
|
|
<source>Alter any user</source>
|
|
<target state="new">Alter any user</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnySymmetricKey">
|
|
<source>Alter any symmetric key</source>
|
|
<target state="new">Alter any symmetric key</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Authenticate">
|
|
<source>Authenticate</source>
|
|
<target state="new">Authenticate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_BackupDatabase">
|
|
<source>Backup database</source>
|
|
<target state="new">Backup database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_BackupLog">
|
|
<source>Backup log</source>
|
|
<target state="new">Backup log</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Checkpoint">
|
|
<source>Checkpoint</source>
|
|
<target state="new">Checkpoint</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ConnectReplication">
|
|
<source>Connect replication</source>
|
|
<target state="new">Connect replication</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateAggregate">
|
|
<source>Create aggregate</source>
|
|
<target state="new">Create aggregate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateAssembly">
|
|
<source>Create assembly</source>
|
|
<target state="new">Create assembly</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateAsymmetricKey">
|
|
<source>Create asymmetric key</source>
|
|
<target state="new">Create asymmetric key</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateCertificate">
|
|
<source>Create certificate</source>
|
|
<target state="new">Create certificate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateContract">
|
|
<source>Create contract</source>
|
|
<target state="new">Create contract</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateDatabase">
|
|
<source>Create database</source>
|
|
<target state="new">Create database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateDatabaseDdlEventNotification">
|
|
<source>Create database DDL event notification</source>
|
|
<target state="new">Create database DDL event notification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateDefault">
|
|
<source>Create default</source>
|
|
<target state="new">Create default</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateFulltextCatalog">
|
|
<source>Create fulltext catalog</source>
|
|
<target state="new">Create fulltext catalog</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateFunction">
|
|
<source>Create function</source>
|
|
<target state="new">Create function</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateMessageType">
|
|
<source>Create message type</source>
|
|
<target state="new">Create message type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateProcedure">
|
|
<source>Create procedure</source>
|
|
<target state="new">Create procedure</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateQueue">
|
|
<source>Create queue</source>
|
|
<target state="new">Create queue</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateRemoteServiceBinding">
|
|
<source>Create remote service binding</source>
|
|
<target state="new">Create remote service binding</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateRole">
|
|
<source>Create role</source>
|
|
<target state="new">Create role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateRoute">
|
|
<source>Create route</source>
|
|
<target state="new">Create route</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateRule">
|
|
<source>Create rule</source>
|
|
<target state="new">Create rule</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateSchema">
|
|
<source>Create schema</source>
|
|
<target state="new">Create schema</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateService">
|
|
<source>Create service</source>
|
|
<target state="new">Create service</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateSymmetricKey">
|
|
<source>Create symmetric key</source>
|
|
<target state="new">Create symmetric key</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateSynonym">
|
|
<source>Create synonym</source>
|
|
<target state="new">Create synonym</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateSequence">
|
|
<source>Create sequence</source>
|
|
<target state="new">Create sequence</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateTable">
|
|
<source>Create table</source>
|
|
<target state="new">Create table</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateType">
|
|
<source>Create type</source>
|
|
<target state="new">Create type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateView">
|
|
<source>Create view</source>
|
|
<target state="new">Create view</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateXmlSchemaCollection">
|
|
<source>Create XML schema collection</source>
|
|
<target state="new">Create XML schema collection</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Showplan">
|
|
<source>Show plan</source>
|
|
<target state="new">Show plan</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_SubscribeQueryNotifications">
|
|
<source>Subscribe query notifications</source>
|
|
<target state="new">Subscribe query notifications</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Unmask">
|
|
<source>Unmask</source>
|
|
<target state="new">Unmask</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewAnyColumnEncryptionKeyDefinition">
|
|
<source>View any column encryption key definition</source>
|
|
<target state="new">View any column encryption key definition</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewAnyColumnMasterKeyDefinition">
|
|
<source>View any column master key definition</source>
|
|
<target state="new">View any column master key definition</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewAnySensitivityClassification">
|
|
<source>View any sensitivity classification</source>
|
|
<target state="new">View any sensitivity classification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewDatabaseState">
|
|
<source>View database state</source>
|
|
<target state="new">View database state</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AdministerBulkOperations">
|
|
<source>Administer bulk operations</source>
|
|
<target state="new">Administer bulk operations</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyServerAudit">
|
|
<source>Alter any server audit</source>
|
|
<target state="new">Alter any server audit</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyConnection">
|
|
<source>Alter any connection</source>
|
|
<target state="new">Alter any connection</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyCredential">
|
|
<source>Alter any credential</source>
|
|
<target state="new">Alter any credential</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyDatabase">
|
|
<source>Alter any database</source>
|
|
<target state="new">Alter any database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyEndpoint">
|
|
<source>Alter any endpoint</source>
|
|
<target state="new">Alter any endpoint</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyEventNotification">
|
|
<source>Alter any event notification</source>
|
|
<target state="new">Alter any event notification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyEventSession">
|
|
<source>Alter any event session</source>
|
|
<target state="new">Alter any event session</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyLinkedServer">
|
|
<source>Alter any linked server</source>
|
|
<target state="new">Alter any linked server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyLogin">
|
|
<source>Alter any login</source>
|
|
<target state="new">Alter any login</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyServerRole">
|
|
<source>Alter any server role</source>
|
|
<target state="new">Alter any server role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterResources">
|
|
<source>Alter resources</source>
|
|
<target state="new">Alter resources</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterServerState">
|
|
<source>Alter server state</source>
|
|
<target state="new">Alter server state</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterSettings">
|
|
<source>Alter settings</source>
|
|
<target state="new">Alter settings</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterTrace">
|
|
<source>Alter trace</source>
|
|
<target state="new">Alter trace</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AuthenticateServer">
|
|
<source>Authenticate server</source>
|
|
<target state="new">Authenticate server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ConnectSql">
|
|
<source>Connect SQL</source>
|
|
<target state="new">Connect SQL</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ControlServer">
|
|
<source>Control server</source>
|
|
<target state="new">Control server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateAnyDatabase">
|
|
<source>Create any database</source>
|
|
<target state="new">Create any database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateDdlEventNotification">
|
|
<source>Create DDL event notification</source>
|
|
<target state="new">Create DDL event notification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateEndpoint">
|
|
<source>Create endpoint</source>
|
|
<target state="new">Create endpoint</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateTraceEventNotification">
|
|
<source>Create trace event notification</source>
|
|
<target state="new">Create trace event notification</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateServerRole">
|
|
<source>Create server role</source>
|
|
<target state="new">Create server role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ExternalAccessAssembly">
|
|
<source>External access assembly</source>
|
|
<target state="new">External access assembly</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_Shutdown">
|
|
<source>Shutdown</source>
|
|
<target state="new">Shutdown</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_UnsafeAssembly">
|
|
<source>Unsafe assembly</source>
|
|
<target state="new">Unsafe assembly</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewAnyDatabase">
|
|
<source>View any database</source>
|
|
<target state="new">View any database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewAnyDefinition">
|
|
<source>View any definition</source>
|
|
<target state="new">View any definition</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ViewServerState">
|
|
<source>View server state</source>
|
|
<target state="new">View server state</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_AlterAnyAvailabilityGroup">
|
|
<source>Alter any availability group</source>
|
|
<target state="new">Alter any availability group</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_CreateAvailabilityGroup">
|
|
<source>Create availability group</source>
|
|
<target state="new">Create availability group</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_SelectAllUserSecurables">
|
|
<source>Select All User Securables</source>
|
|
<target state="new">Select All User Securables</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ConnectAnyDatabase">
|
|
<source>Connect Any Database</source>
|
|
<target state="new">Connect Any Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="Permission_ImpersonateAnyLogin">
|
|
<source>Impersonate Any Login</source>
|
|
<target state="new">Impersonate Any Login</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ServiceProviderNotSet">
|
|
<source>SetServiceProvider() was not called to establish the required service provider</source>
|
|
<target state="new">SetServiceProvider() was not called to establish the required service provider</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ServiceNotFound">
|
|
<source>Service {0} was not found in the service provider</source>
|
|
<target state="new">Service {0} was not found in the service provider</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_functionTable_plural">
|
|
<source>Table-valued functions</source>
|
|
<target state="new">Table-valued functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_externalDataSource_singular">
|
|
<source>External Data Source</source>
|
|
<target state="new">External Data Source</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_serverRole_singular">
|
|
<source>Server role</source>
|
|
<target state="new">Server role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_xmlSchemaCollection_singular">
|
|
<source>XML schema collection</source>
|
|
<target state="new">XML schema collection</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_storedProcedure_plural">
|
|
<source>Stored procedures</source>
|
|
<target state="new">Stored procedures</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_endpoint_plural">
|
|
<source>Endpoints</source>
|
|
<target state="new">Endpoints</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_sequence_singular">
|
|
<source>Sequence</source>
|
|
<target state="new">Sequence</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_userDefinedDataType_singular">
|
|
<source>User-defined data type</source>
|
|
<target state="new">User-defined data type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_fullTextCatalog_plural">
|
|
<source>Full-text catalogs</source>
|
|
<target state="new">Full-text catalogs</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_credential_singular">
|
|
<source>Credential</source>
|
|
<target state="new">Credential</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_databaseRole_plural">
|
|
<source>Database roles</source>
|
|
<target state="new">Database roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_endpoint_singular">
|
|
<source>Endpoint</source>
|
|
<target state="new">Endpoint</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_view_plural">
|
|
<source>Views</source>
|
|
<target state="new">Views</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_assembly_singular">
|
|
<source>Assembly</source>
|
|
<target state="new">Assembly</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_functionScalar_singular">
|
|
<source>Scalar function</source>
|
|
<target state="new">Scalar function</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_server_plural">
|
|
<source>Servers</source>
|
|
<target state="new">Servers</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_table_singular">
|
|
<source>Table</source>
|
|
<target state="new">Table</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_serviceQueue_singular">
|
|
<source>Queue</source>
|
|
<target state="new">Queue</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_login_plural">
|
|
<source>Logins</source>
|
|
<target state="new">Logins</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_storedProcedure_singular">
|
|
<source>Stored procedure</source>
|
|
<target state="new">Stored procedure</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_default_plural">
|
|
<source>Defaults</source>
|
|
<target state="new">Defaults</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_symmetricKey_singular">
|
|
<source>Symmetric key</source>
|
|
<target state="new">Symmetric key</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_userDefinedTableType_singular">
|
|
<source>User-defined table type</source>
|
|
<target state="new">User-defined table type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_functionInline_singular">
|
|
<source>Inline function</source>
|
|
<target state="new">Inline function</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_serverRole_plural">
|
|
<source>Server roles</source>
|
|
<target state="new">Server roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_agentjob_singular">
|
|
<source>Agent job</source>
|
|
<target state="new">Agent job</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_databaseRole_singular">
|
|
<source>Database role</source>
|
|
<target state="new">Database role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_synonym_singular">
|
|
<source>Synonym</source>
|
|
<target state="new">Synonym</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_AvailabilityGroup_singular">
|
|
<source>Availability Group</source>
|
|
<target state="new">Availability Group</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_externalFileFormat_plural">
|
|
<source>External File Formats</source>
|
|
<target state="new">External File Formats</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_database_singular">
|
|
<source>Database</source>
|
|
<target state="new">Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_symmetricKey_plural">
|
|
<source>Symmetric keys</source>
|
|
<target state="new">Symmetric keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_securityPolicy_singular">
|
|
<source>Security Policy</source>
|
|
<target state="new">Security Policy</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_externalFileFormat_singular">
|
|
<source>External File Format</source>
|
|
<target state="new">External File Format</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_applicationRole_singular">
|
|
<source>Application role</source>
|
|
<target state="new">Application role</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_assembly_plural">
|
|
<source>Assemblies</source>
|
|
<target state="new">Assemblies</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_sequence_plural">
|
|
<source>Sequences</source>
|
|
<target state="new">Sequences</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_userDefinedDataType_plural">
|
|
<source>User-defined data types</source>
|
|
<target state="new">User-defined data types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_server_singular">
|
|
<source>Server</source>
|
|
<target state="new">Server</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_aggregateFunction_singular">
|
|
<source>Aggregate function</source>
|
|
<target state="new">Aggregate function</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_fullTextCatalog_singular">
|
|
<source>Full-text catalog</source>
|
|
<target state="new">Full-text catalog</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_certificate_plural">
|
|
<source>Certificates</source>
|
|
<target state="new">Certificates</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_AvailabilityGroup_plural">
|
|
<source>Availability Groups</source>
|
|
<target state="new">Availability Groups</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_database_plural">
|
|
<source>Databases</source>
|
|
<target state="new">Databases</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_view_singular">
|
|
<source>View</source>
|
|
<target state="new">View</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_schema_plural">
|
|
<source>Schemas</source>
|
|
<target state="new">Schemas</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_rule_plural">
|
|
<source>Rules</source>
|
|
<target state="new">Rules</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_certificate_singular">
|
|
<source>Certificate</source>
|
|
<target state="new">Certificate</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_user_singular">
|
|
<source>User</source>
|
|
<target state="new">User</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_agentjob_plural">
|
|
<source>Agent jobs</source>
|
|
<target state="new">Agent jobs</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_synonym_plural">
|
|
<source>Synonyms</source>
|
|
<target state="new">Synonyms</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_aggregateFunction_plural">
|
|
<source>Aggregate functions</source>
|
|
<target state="new">Aggregate functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_functionTable_singular">
|
|
<source>Table-valued function</source>
|
|
<target state="new">Table-valued function</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_rule_singular">
|
|
<source>Rule</source>
|
|
<target state="new">Rule</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_serviceQueue_plural">
|
|
<source>Queues</source>
|
|
<target state="new">Queues</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_asymmetricKey_plural">
|
|
<source>Asymmetric keys</source>
|
|
<target state="new">Asymmetric keys</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_applicationRole_plural">
|
|
<source>Application roles</source>
|
|
<target state="new">Application roles</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_extendedStoredProcedure_singular">
|
|
<source>Extended stored procedure</source>
|
|
<target state="new">Extended stored procedure</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_login_singular">
|
|
<source>Login</source>
|
|
<target state="new">Login</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_functionInline_plural">
|
|
<source>Inline functions</source>
|
|
<target state="new">Inline functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_user_plural">
|
|
<source>Users</source>
|
|
<target state="new">Users</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_externalDataSource_plural">
|
|
<source>External Data Sources</source>
|
|
<target state="new">External Data Sources</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_functionScalar_plural">
|
|
<source>Scalar functions</source>
|
|
<target state="new">Scalar functions</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_table_plural">
|
|
<source>Tables</source>
|
|
<target state="new">Tables</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_credential_plural">
|
|
<source>Credentials</source>
|
|
<target state="new">Credentials</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_schema_singular">
|
|
<source>Schema</source>
|
|
<target state="new">Schema</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_userDefinedTableType_plural">
|
|
<source>User-defined table types</source>
|
|
<target state="new">User-defined table types</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_securityPolicy_plural">
|
|
<source>Security Policies</source>
|
|
<target state="new">Security Policies</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_xmlSchemaCollection_plural">
|
|
<source>XML schema collections</source>
|
|
<target state="new">XML schema collections</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_extendedStoredProcedure_plural">
|
|
<source>Extended stored procedures</source>
|
|
<target state="new">Extended stored procedures</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_asymmetricKey_singular">
|
|
<source>Asymmetric key</source>
|
|
<target state="new">Asymmetric key</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="objectType_default_singular">
|
|
<source>Default</source>
|
|
<target state="new">Default</target>
|
|
</trans-unit>
|
|
<trans-unit id="autogrowth_dialog_title">
|
|
<source>Change Autogrowth for {0}</source>
|
|
<target state="new">Change Autogrowth for {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="autogrowth_dialog_filestreamtitle">
|
|
<source>Change Maxsize for {0}</source>
|
|
<target state="new">Change Maxsize for {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="autogrowth_dialog_defaulttitle">
|
|
<source>Change Autogrowth</source>
|
|
<target state="new">Change Autogrowth</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="autogrowth_dialog_defaultfilestreamtitle">
|
|
<source>Change Maxsize</source>
|
|
<target state="new">Change Maxsize</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_shiloh">
|
|
<source>SQL Server 2000 (80)</source>
|
|
<target state="new">SQL Server 2000 (80)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_sphinx">
|
|
<source>SQL Server 7.0 (70)</source>
|
|
<target state="new">SQL Server 7.0 (70)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_yukon">
|
|
<source>SQL Server 2005 (90)</source>
|
|
<target state="new">SQL Server 2005 (90)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="createDatabase_title">
|
|
<source>New Database</source>
|
|
<target state="new">New Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_60compatibility">
|
|
<source>Database properties cannot be set or viewed for databases in 6.0 or 6.5 compatibility mode.</source>
|
|
<target state="new">Database properties cannot be set or viewed for databases in 6.0 or 6.5 compatibility mode.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_cantModifyExistingFilePath">
|
|
<source>You cannot modify the path for existing database files.</source>
|
|
<target state="new">You cannot modify the path for existing database files.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_databaseAlreadyExists">
|
|
<source>There is already a database named "{0}" on the server.</source>
|
|
<target state="new">There is already a database named "{0}" on the server.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_databaseProperties_title">
|
|
<source>Database Properties</source>
|
|
<target state="new">Database Properties</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_emptyFileName">
|
|
<source>File name was empty. Provide a file name for the file.</source>
|
|
<target state="new">File name was empty. Provide a file name for the file.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_fileNameContainsIllegalCharacter">
|
|
<source>Cannot create a file with name '{0}' because it contains the invalid character '{1}'.</source>
|
|
<target state="new">Cannot create a file with name '{0}' because it contains the invalid character '{1}'.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_fileNameStartsWithSpace">
|
|
<source>Cannot create a file with name '{0}' because it begins with a space character.</source>
|
|
<target state="new">Cannot create a file with name '{0}' because it begins with a space character.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_whitespaceDatabaseName">
|
|
<source>A database name cannot consist of all whitespace characters.</source>
|
|
<target state="new">A database name cannot consist of all whitespace characters.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroup_dialog_defaultFilegroup">
|
|
<source>Current default filegroup: {0}</source>
|
|
<target state="new">Current default filegroup: {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroup_dialog_title">
|
|
<source>New Filegroup for {0}</source>
|
|
<target state="new">New Filegroup for {0}</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroups_default">
|
|
<source>Default</source>
|
|
<target state="new">Default</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroups_files">
|
|
<source>Files</source>
|
|
<target state="new">Files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroups_name">
|
|
<source>Name</source>
|
|
<target state="new">Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroups_readonly">
|
|
<source>Read-Only</source>
|
|
<target state="new">Read-Only</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroups_autogrowAllFiles">
|
|
<source>Autogrow All Files</source>
|
|
<target state="new">Autogrow All Files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_autogrowth">
|
|
<source>Autogrowth / Maxsize</source>
|
|
<target state="new">Autogrowth / Maxsize</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_builderText">
|
|
<source>...</source>
|
|
<target state="new">...</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_default">
|
|
<source><default></source>
|
|
<target state="new"><default></target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_fileGroup">
|
|
<source>Filegroup</source>
|
|
<target state="new">Filegroup</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_fileName">
|
|
<source>Logical Name</source>
|
|
<target state="new">Logical Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_fileType">
|
|
<source>File Type</source>
|
|
<target state="new">File Type</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_initialSize">
|
|
<source>Initial Size (MB)</source>
|
|
<target state="new">Initial Size (MB)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_currentSize">
|
|
<source>Size (MB)</source>
|
|
<target state="new">Size (MB)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_newFilegroup">
|
|
<source><new filegroup></source>
|
|
<target state="new"><new filegroup></target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_path">
|
|
<source>Path</source>
|
|
<target state="new">Path</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_physicalFileName">
|
|
<source>File Name</source>
|
|
<target state="new">File Name</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_rawDevice">
|
|
<source><raw device></source>
|
|
<target state="new"><raw device></target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_recoveryModel_bulkLogged">
|
|
<source>Bulk-logged</source>
|
|
<target state="new">Bulk-logged</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_recoveryModel_full">
|
|
<source>Full</source>
|
|
<target state="new">Full</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_recoveryModel_simple">
|
|
<source>Simple</source>
|
|
<target state="new">Simple</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_titleSearchOwner">
|
|
<source>Select Database Owner</source>
|
|
<target state="new">Select Database Owner</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="leftPane_extendedPropertiesNode_name">
|
|
<source>Extended Properties</source>
|
|
<target state="new">Extended Properties</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="leftPane_filegroupsNode_name">
|
|
<source>Filegroups</source>
|
|
<target state="new">Filegroups</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="leftPane_generalNode_name">
|
|
<source>General</source>
|
|
<target state="new">General</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="leftPane_optionsNode_name">
|
|
<source>Options</source>
|
|
<target state="new">Options</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="leftPane_capabilitiesNode_name">
|
|
<source>Configure SLO</source>
|
|
<target state="new">Configure SLO</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="leftPane_topNode_name">
|
|
<source>New Database</source>
|
|
<target state="new">New Database</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_autogrowth_disabled">
|
|
<source>None</source>
|
|
<target state="new">None</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_autogrowth_restrictedGrowthByMB">
|
|
<source>By {0} MB, Limited to {1} MB</source>
|
|
<target state="new">By {0} MB, Limited to {1} MB</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_autogrowth_restrictedGrowthByPercent">
|
|
<source>By {0} percent, Limited to {1} MB </source>
|
|
<target state="new">By {0} percent, Limited to {1} MB </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByMB">
|
|
<source>By {0} MB, Unlimited</source>
|
|
<target state="new">By {0} MB, Unlimited</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByPercent">
|
|
<source>By {0} percent, Unlimited</source>
|
|
<target state="new">By {0} percent, Unlimited</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_autogrowth_unlimitedfilestream">
|
|
<source>Unlimited</source>
|
|
<target state="new">Unlimited</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_autogrowth_limitedfilestream">
|
|
<source>Limited to {0} MB</source>
|
|
<target state="new">Limited to {0} MB</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_category_automatic">
|
|
<source>Automatic</source>
|
|
<target state="new">Automatic</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_category_servicebroker">
|
|
<source>Service Broker</source>
|
|
<target state="new">Service Broker</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_category_collation">
|
|
<source>Collation</source>
|
|
<target state="new">Collation</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_category_cursor">
|
|
<source>Cursor</source>
|
|
<target state="new">Cursor</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_category_misc">
|
|
<source>Miscellaneous</source>
|
|
<target state="new">Miscellaneous</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_category_recovery">
|
|
<source>Recovery</source>
|
|
<target state="new">Recovery</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_category_state">
|
|
<source>State</source>
|
|
<target state="new">State</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_ansiNullDefault">
|
|
<source>ANSI NULL Default </source>
|
|
<target state="new">ANSI NULL Default </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_ansiNulls">
|
|
<source>ANSI NULLS Enabled </source>
|
|
<target state="new">ANSI NULLS Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_ansiPadding">
|
|
<source>ANSI Padding Enabled </source>
|
|
<target state="new">ANSI Padding Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_ansiWarnings">
|
|
<source>ANSI Warnings Enabled </source>
|
|
<target state="new">ANSI Warnings Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_arithabort">
|
|
<source>Arithmetic Abort Enabled </source>
|
|
<target state="new">Arithmetic Abort Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_autoClose">
|
|
<source>Auto Close </source>
|
|
<target state="new">Auto Close </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_autoCreateStatistics">
|
|
<source>Auto Create Statistics </source>
|
|
<target state="new">Auto Create Statistics </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_autoShrink">
|
|
<source>Auto Shrink </source>
|
|
<target state="new">Auto Shrink </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_autoUpdateStatistics">
|
|
<source>Auto Update Statistics </source>
|
|
<target state="new">Auto Update Statistics </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_autoUpdateStatisticsAsync">
|
|
<source>Auto Update Statistics Asynchronously</source>
|
|
<target state="new">Auto Update Statistics Asynchronously</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_caseSensitive">
|
|
<source>Case Sensitive </source>
|
|
<target state="new">Case Sensitive </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_closeCursorOnCommit">
|
|
<source>Close Cursor on Commit Enabled </source>
|
|
<target state="new">Close Cursor on Commit Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_collation">
|
|
<source>Collation</source>
|
|
<target state="new">Collation</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_concatNullYieldsNull">
|
|
<source>Concatenate Null Yields Null </source>
|
|
<target state="new">Concatenate Null Yields Null </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseCompatibilityLevel">
|
|
<source>Database Compatibility Level </source>
|
|
<target state="new">Database Compatibility Level </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState">
|
|
<source>Database State </source>
|
|
<target state="new">Database State </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_defaultCursor">
|
|
<source>Default Cursor </source>
|
|
<target state="new">Default Cursor </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_fullTextIndexing">
|
|
<source>Full-Text Indexing Enabled </source>
|
|
<target state="new">Full-Text Indexing Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_numericRoundAbort">
|
|
<source>Numeric Round-Abort </source>
|
|
<target state="new">Numeric Round-Abort </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_pageVerify">
|
|
<source>Page Verify </source>
|
|
<target state="new">Page Verify </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_quotedIdentifier">
|
|
<source>Quoted Identifiers Enabled </source>
|
|
<target state="new">Quoted Identifiers Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_readOnly">
|
|
<source>Database Read-Only </source>
|
|
<target state="new">Database Read-Only </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_recursiveTriggers">
|
|
<source>Recursive Triggers Enabled </source>
|
|
<target state="new">Recursive Triggers Enabled </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_restrictAccess">
|
|
<source>Restrict Access </source>
|
|
<target state="new">Restrict Access </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_selectIntoBulkCopy">
|
|
<source>Select Into/Bulk Copy </source>
|
|
<target state="new">Select Into/Bulk Copy </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_honorBrokerPriority">
|
|
<source>Honor Broker Priority</source>
|
|
<target state="new">Honor Broker Priority</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_serviceBrokerGuid">
|
|
<source>Service Broker Identifier</source>
|
|
<target state="new">Service Broker Identifier</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_brokerEnabled">
|
|
<source>Broker Enabled</source>
|
|
<target state="new">Broker Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_truncateLogOnCheckpoint">
|
|
<source>Truncate Log on Checkpoint </source>
|
|
<target state="new">Truncate Log on Checkpoint </target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_dbChaining">
|
|
<source>Cross-database Ownership Chaining Enabled</source>
|
|
<target state="new">Cross-database Ownership Chaining Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_trustworthy">
|
|
<source>Trustworthy</source>
|
|
<target state="new">Trustworthy</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_dateCorrelationOptimization">
|
|
<source>Date Correlation Optimization Enabled</source>
|
|
<target state="new">Date Correlation Optimization Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_parameterization">
|
|
<source>Parameterization</source>
|
|
<target state="new">Parameterization</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_parameterization_value_forced">
|
|
<source>Forced</source>
|
|
<target state="new">Forced</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_parameterization_value_simple">
|
|
<source>Simple</source>
|
|
<target state="new">Simple</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_file_dataFile">
|
|
<source>ROWS Data</source>
|
|
<target state="new">ROWS Data</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_file_logFile">
|
|
<source>LOG</source>
|
|
<target state="new">LOG</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_file_filestreamFile">
|
|
<source>FILESTREAM Data</source>
|
|
<target state="new">FILESTREAM Data</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_file_noFileGroup">
|
|
<source>Not Applicable</source>
|
|
<target state="new">Not Applicable</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_file_defaultpathstring">
|
|
<source><default path></source>
|
|
<target state="new"><default path></target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="title_openConnectionsMustBeClosed">
|
|
<source>Open Connections</source>
|
|
<target state="new">Open Connections</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="warning_openConnectionsMustBeClosed">
|
|
<source>To change the database properties, SQL Server must close all other connections to the database. Are you sure you want to change the properties and close all other connections?</source>
|
|
<target state="new">To change the database properties, SQL Server must close all other connections to the database. Are you sure you want to change the properties and close all other connections?</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_autoClosed">
|
|
<source>AUTO_CLOSED</source>
|
|
<target state="new">AUTO_CLOSED</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_emergency">
|
|
<source>EMERGENCY</source>
|
|
<target state="new">EMERGENCY</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_inaccessible">
|
|
<source>INACCESSIBLE</source>
|
|
<target state="new">INACCESSIBLE</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_normal">
|
|
<source>NORMAL</source>
|
|
<target state="new">NORMAL</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_offline">
|
|
<source>OFFLINE</source>
|
|
<target state="new">OFFLINE</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_recovering">
|
|
<source>RECOVERING</source>
|
|
<target state="new">RECOVERING</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_recoveryPending">
|
|
<source>RECOVERY PENDING</source>
|
|
<target state="new">RECOVERY PENDING</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_restoring">
|
|
<source>RESTORING</source>
|
|
<target state="new">RESTORING</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_shutdown">
|
|
<source>SHUTDOWN</source>
|
|
<target state="new">SHUTDOWN</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_standby">
|
|
<source>STANDBY</source>
|
|
<target state="new">STANDBY</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databaseState_value_suspect">
|
|
<source>SUSPECT</source>
|
|
<target state="new">SUSPECT</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_defaultCursor_value_global">
|
|
<source>GLOBAL</source>
|
|
<target state="new">GLOBAL</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_defaultCursor_value_local">
|
|
<source>LOCAL</source>
|
|
<target state="new">LOCAL</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_restrictAccess_value_multiple">
|
|
<source>MULTI_USER</source>
|
|
<target state="new">MULTI_USER</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_restrictAccess_value_restricted">
|
|
<source>RESTRICTED_USER</source>
|
|
<target state="new">RESTRICTED_USER</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_restrictAccess_value_single">
|
|
<source>SINGLE_USER</source>
|
|
<target state="new">SINGLE_USER</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_pageVerify_value_checksum">
|
|
<source>CHECKSUM</source>
|
|
<target state="new">CHECKSUM</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_pageVerify_value_none">
|
|
<source>NONE</source>
|
|
<target state="new">NONE</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_pageVerify_value_tornPageDetection">
|
|
<source>TORN_PAGE_DETECTION</source>
|
|
<target state="new">TORN_PAGE_DETECTION</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_varDecimalEnabled">
|
|
<source>VarDecimal Storage Format Enabled</source>
|
|
<target state="new">VarDecimal Storage Format Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_katmai">
|
|
<source>SQL Server 2008 (100)</source>
|
|
<target state="new">SQL Server 2008 (100)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_encryptionEnabled">
|
|
<source>Encryption Enabled</source>
|
|
<target state="new">Encryption Enabled</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databasescopedconfig_value_off">
|
|
<source>OFF</source>
|
|
<target state="new">OFF</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_db_prop_databasescopedconfig_value_on">
|
|
<source>ON</source>
|
|
<target state="new">ON</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="error_db_prop_invalidleadingColumns">
|
|
<source>For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns</source>
|
|
<target state="new">For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_denali">
|
|
<source>SQL Server 2012 (110)</source>
|
|
<target state="new">SQL Server 2012 (110)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_sql14">
|
|
<source>SQL Server 2014 (120)</source>
|
|
<target state="new">SQL Server 2014 (120)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_sql15">
|
|
<source>SQL Server 2016 (130)</source>
|
|
<target state="new">SQL Server 2016 (130)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_sql2017">
|
|
<source>SQL Server 2017 (140)</source>
|
|
<target state="new">SQL Server 2017 (140)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_sqlv150">
|
|
<source>SQL Server 2019 (150)</source>
|
|
<target state="new">SQL Server 2019 (150)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="compatibilityLevel_sqlv160">
|
|
<source>SQL Server 2022 (160)</source>
|
|
<target state="new">SQL Server 2022 (160)</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_containmentType_None">
|
|
<source>None</source>
|
|
<target state="new">None</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="general_containmentType_Partial">
|
|
<source>Partial</source>
|
|
<target state="new">Partial</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="filegroups_filestreamFiles">
|
|
<source>FILESTREAM Files</source>
|
|
<target state="new">FILESTREAM Files</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="prototype_file_noApplicableFileGroup">
|
|
<source>No Applicable Filegroup</source>
|
|
<target state="new">No Applicable Filegroup</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BasicAzureEdition">
|
|
<source>Basic</source>
|
|
<target state="new">Basic</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="StandardAzureEdition">
|
|
<source>Standard</source>
|
|
<target state="new">Standard</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PremiumAzureEdition">
|
|
<source>Premium</source>
|
|
<target state="new">Premium</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="DataWarehouseAzureEdition">
|
|
<source>DataWarehouse</source>
|
|
<target state="new">DataWarehouse</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="GeneralPurposeAzureEdition">
|
|
<source>General Purpose</source>
|
|
<target state="new">General Purpose</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="BusinessCriticalAzureEdition">
|
|
<source>Business Critical</source>
|
|
<target state="new">Business Critical</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="ErrorInvalidEdition">
|
|
<source>Edition value is not valid</source>
|
|
<target state="new">Edition value is not valid</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="HyperscaleAzureEdition">
|
|
<source>Hyperscale</source>
|
|
<target state="new">Hyperscale</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="databaseBackupDate_None">
|
|
<source>None</source>
|
|
<target state="new">None</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="PropertyNotInitialized">
|
|
<source>Property '{0}' was set before initialization.</source>
|
|
<target state="new">Property '{0}' was set before initialization.</target>
|
|
<note>.
|
|
Parameters: 0 - propertyName (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerCreateTablePermissionDenied">
|
|
<source>CREATE TABLE permission denied in database '{0}'.</source>
|
|
<target state="new">CREATE TABLE permission denied in database '{0}'.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="TableDesignerAlterTablePermissionDenied">
|
|
<source>ALTER TABLE permission denied for table '{0}'.</source>
|
|
<target state="new">ALTER TABLE permission denied for table '{0}'.</target>
|
|
<note>.
|
|
Parameters: 0 - table (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid">
|
|
<source>Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</source>
|
|
<target state="new">Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="WritingServerContextualizationToCacheError">
|
|
<source>An error was encountered while writing server contextualization scripts to the cache. Error: {0}</source>
|
|
<target state="new">An error was encountered while writing server contextualization scripts to the cache. Error: {0}</target>
|
|
<note>.
|
|
Parameters: 0 - message (string) </note>
|
|
</trans-unit>
|
|
<trans-unit id="FailedToGenerateServerContextualizationScripts">
|
|
<source>Failed to generate server contextualization scripts</source>
|
|
<target state="new">Failed to generate server contextualization scripts</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |