text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Connection parameters cannot be null
OwnerUri cannot be null or empty
SpecifiedUri '{0}' does not have existing connection
.
Parameters: 0 - uri (string)
Specified URI '{0}' does not have a default connection
.
Parameters: 0 - uri (string)
Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.
.
Parameters: 0 - authType (string)
Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'.
.
Parameters: 0 - columnEncryptionSetting (string)
Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.
.
Parameters: 0 - secureEnclaves (string)
Invalid value '{0}' for Encrypt. Valid values are 'Optional', 'Mandatory', 'Strict', 'True', 'False', 'Yes' and 'No'.
.
Parameters: 0 - encrypt (string)
Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.
.
Parameters: 0 - enclaveAttestationProtocol (string)
Attestation protocol cannot be empty with Secure enclaves enabled.
Attestation URL cannot be empty with the selected value of Attestation protocol.
The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.
The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.
Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.
.
Parameters: 0 - intent (string)
Connection canceled
New password cannot be empty
Press OK to input a new password that is not empty.
Press OK to input a new password that meets operating system policy requirements.
Press OK to input a different password.
OwnerUri cannot be null or empty
Connection details object cannot be null
ServerName cannot be null or empty
{0} cannot be null or empty when using SqlLogin authentication
.
Parameters: 0 - component (string)
Azure SQL DB
Azure SQL Data Warehouse
Azure SQL Stretch Database
Azure SQL Analytics on-demand
The query has already completed, it cannot be cancelled
Query successfully cancelled, failed to dispose query. Owner URI not found.
Query was canceled by user
The batch has not completed, yet
Batch index cannot be less than 0 or greater than the number of batches
Result set index cannot be less than 0 or greater than the number of result sets
Maximum number of bytes to return must be greater than zero
Maximum number of chars to return must be greater than zero
Maximum number of XML bytes to return must be greater than zero
Access method cannot be write-only
FileStreamWrapper must be initialized before performing operations
This FileStreamWrapper cannot be used for writing
(1 row affected)
({0} rows affected)
.
Parameters: 0 - rows (long)
Commands completed successfully.
Msg {0}, Level {1}, State {2}, Line {3}{4}{5}
.
Parameters: 0 - msg (int), 1 - lvl (int), 2 - state (int), 3 - line (int), 4 - newLine (string), 5 - message (string)
Query failed: {0}
.
Parameters: 0 - message (string)
(No column name)
NULL
The requested query does not exist
Cannot connect to the database due to invalid OwnerUri
A query is already in progress for this editor session. Please cancel this query or wait for its completion.
Sender for OnInfoMessage event must be a SqlConnection
Cannot add row to result buffer, data reader does not contain rows
Query has no results to return
Result set has too many rows to be safely loaded
The underlying type "{0}" for sql variant column "{1}" could not be resolved.
.
Parameters: 0 - underlyingType (string), 1 - columnName (string)
Result cannot be saved until query execution has completed
Internal error occurred while starting save task
A save request to the same path is in progress
Failed to save {0}: {1}
.
Parameters: 0 - fileName (string), 1 - message (string)
Cannot read subset unless the results have been read from the server
Start row cannot be less than 0 or greater than the number of rows in the result set
Row count must be a positive integer
Could not retrieve column schema for result set
Could not retrieve an execution plan from the result set
An error was encountered during execution of batch. Exiting.
Encountered unsupported token {0}
{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}
.
Parameters: 0 - variableName (string), 1 - sqlDbType (string), 2 - size (int), 3 - precision (int), 4 - scale (int), 5 - sqlValue (string)
Line {0}
.
Parameters: 0 - lineNumber (int)
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}
.
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string)
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}
.
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string)
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}
.
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string)
Line {0}, column {1}
.
Parameters: 0 - lineNumber (int), 1 - columnNumber (int)
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
.
Parameters: 0 - maxChars (int), 1 - currentChars (int)
Unsupported Save Format: {0}
.
Parameters: 0 - formatName (string)
A request for file {0} is already in progress
.
Parameters: 0 - filePath (string)
Cannot serialize more data as no request for file {0} could be found
.
Parameters: 0 - filePath (string)
This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}
.
Parameters: 0 - errorMessage (string)
An unexpected error occurred during Peek Definition execution: {0}
.
Parameters: 0 - errorMessage (string)
No results were found.
No database object was retrieved.
Please connect to a server.
Operation timed out.
This object type is currently not supported by this feature.
Replacement of an empty string by an empty string.
Position is outside of file line range
Position is outside of column range for line {0}
.
Parameters: 0 - line (int)
Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})
.
Parameters: 0 - sLine (int), 1 - sCol (int), 2 - eLine (int), 3 - eCol (int)
Table or view requested for edit could not be found
Edit session does not exist.
Edit session already exists.
Edit session has not been initialized
Edit session has already been initialized
Edit session has already been initialized or is in the process of initializing
Table metadata does not have extended properties
A object name must be provided
Explicitly specifying server or database is not supported
Result limit cannot be negative
Database object {0} cannot be used for editing.
.
Parameters: 0 - typeName (string)
Query execution failed, see messages for details
Query has not completed execution
Query did not generate exactly one result set
Failed to add new row to update cache
Given row ID is outside the range of rows in the edit cache
An update is already pending for this row and must be reverted first
Given row ID does not have pending update
Table or view metadata could not be found
Invalid format for column '{0}', column is defined as {1}
.
Parameters: 0 - colName (string), 1 - colType (string)
Invalid format for binary column
Allowed values for boolean columns are 0, 1, "true", or "false"
The column '{0}' is defined as NOT NULL but was not given a value
.
Parameters: 0 - colName (string)
A delete is pending for this row, a cell update cannot be applied.
Column ID must be in the range of columns for the query
Column cannot be edited
No key columns were found
An output filename must be provided
A commit task is in progress. Please wait for completion.
<TBD>
TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999
NULL is not allowed for this column
Value {0} is too large to fit in column of type {1}
.
Parameters: 0 - value (string), 1 - columnType (string)
EditData queries targeting multiple tables are not supported
EditData queries with aliased columns are not supported
EditData queries with aggregate or expression columns are not supported
EditData queries with duplicate columns are not supported
EditData queries must query the originally targeted table '{0}'
.
Parameters: 0 - tableName (string)
Beginning execution loop
An error occurred while the batch was being executed, but the error has been ignored.
Batch execution completed {0} times...
Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}
test
Exact numeric column is missing numeric precision or numeric scale
Column with length is missing size
Scalar column missing scale
Error expanding: {0}
Error connecting to {0}
Aggregates
Server Roles
Application Roles
Assemblies
Assembly Files
Asymmetric Keys
Asymmetric Keys
Data Compression Options
Certificates
FileTables
Certificates
Check Constraints
Columns
Constraints
Contracts
Credentials
Error Messages
Server Role Membership
Database Options
Database Roles
Role Memberships
Database Triggers
Default Constraints
Defaults
Sequences
Endpoints
Event Notifications
Server Event Notifications
Extended Properties
Filegroups
Foreign Keys
Full-Text Catalogs
Full-Text Indexes
Functions
Indexes
Inline Functions
Keys
Linked Servers
Linked Server Logins
Logins
Master Key
Master Keys
Message Types
Table-Valued Functions
Parameters
Partition Functions
Partition Schemes
Permissions
Primary Keys
Programmability
Queues
Remote Service Bindings
Returned Columns
Roles
Routes
Rules
Schemas
Built-in Schemas
Security
Server Objects
Management
Triggers
Service Broker
Services
Signatures
Log Files
Statistics
Storage
Stored Procedures
Symmetric Keys
Synonyms
Tables
Triggers
Types
Unique Keys
User-Defined Data Types
User-Defined Types (CLR)
Users
Views
XML Indexes
XML Schema Collections
User-Defined Table Types
Files
Missing Caption
Broker Priorities
Cryptographic Providers
Database Audit Specifications
Database Encryption Keys
Event Sessions
Full Text Stoplists
Resource Pools
Audits
Server Audit Specifications
Spatial Indexes
Workload Groups
SQL Files
Server Functions
SQL Type
Server Options
Database Diagrams
System Tables
Databases
System Contracts
System Databases
System Message Types
System Queues
System Services
System Stored Procedures
System Views
Data-tier Applications
Extended Stored Procedures
Aggregate Functions
Approximate Numerics
Binary Strings
Character Strings
CLR Data Types
Configuration Functions
Cursor Functions
System Data Types
Date and Time
Date and Time Functions
Exact Numerics
System Functions
Hierarchy Id Functions
Mathematical Functions
Metadata Functions
Other Data Types
Other Functions
Rowset Functions
Security Functions
Spatial Data Types
String Functions
System Statistical Functions
Text and Image Functions
Unicode Character Strings
Aggregate Functions
Scalar-valued Functions
Table-valued Functions
System Extended Stored Procedures
Built-in Types
Built-in Server Roles
User with Password
Search Property List
Security Policies
Security Predicates
Server Role
Search Property Lists
Column Store Indexes
Table Type Indexes
Server
Selective XML Indexes
XML Namespaces
XML Typed Promoted Paths
T-SQL Typed Promoted Paths
Database Scoped Credentials
External Data Sources
External File Formats
External Resources
External Tables
Dropped Ledger Columns
Dropped Ledger Tables
Dropped Ledger Views
Always Encrypted Keys
Column Master Keys
Column Encryption Keys
{0} ({1}, {2}, {3})
No default
Input
Input/Output
Input/ReadOnly
Input/Output/ReadOnly
Default
null
not null
{0} ({1}, {2})
{0} ({1})
{0} ({1}Computed, {2}, {3})
{0} ({1}Computed)
{0} (Column Set, {1})
{0} (Column Set, {1}{2}, {3})
{0} (Column Set, {1}, {2}, {3})
Unique
Non-Unique
Clustered
Non-Clustered
History
System-Versioned
Updatable Ledger
Append-Only Ledger
Ledger
External
File Table
The database {0} is not accessible.
Name
Include or exclude objects based on the name or part of a name.
Schema
Include or exclude objects based on the schema or part of a schema name.
Owner
Include or exclude objects based on the owner or part of an owner name.
Durability Type
Include or exclude objects based on the durability type.
Schema Only
Schema and Data
Is Memory Optimized
Include or exclude objects based on whether the object is memory optimized.
Create Date
Select or type a creation date to include or exclude objects created at any time on that date, or enter a starting and ending date to include or exclude objects created in that inclusive date range.
Is Natively Compiled
Include or exclude objects based on whether the object is natively compiled.
In Primary Key
Include or exclude objects based on whether the column is in a primary key.
Error parsing ScriptingParams.ConnectionString property.
Invalid directory specified by the ScriptingParams.FilePath property.
Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.
-- TODO: Set parameter values here.
An error occurred while scripting the objects.
Scripting as Execute is only supported for Stored Procedures
Backup Database
Please provide a file path instead of directory path
The provided path is invalid
In progress
Completed
Specifying this option when restoring a backup with the NORECOVERY option is not permitted.
Invalid path for database file: '{0}'
Log
Failed to create restore plan
Restore database is not supported
Restore Database
(Copy Only)
Component
Name
Type
Server
Database
Position
First LSN
Last LSN
Checkpoint LSN
Full LSN
Start Date
Finish Date
Size
User Name
Expiration
The last backup taken ({0})
No backupset selected to be restored
Unsupported device type {0} for engine edition {1}.
.
Parameters: 0 - deviceType (String), 1 - engineEdition (String)
scripting
Cannot access the specified path on the server: {0}
Connection not found
Cannot profile Azure system databases
Failed to create session: {0}
.
Parameters: 0 - error (String)
Failed to start session: {0}
.
Parameters: 0 - error (String)
Failed to pause session: {0}
.
Parameters: 0 - error (String)
Failed to stop session: {0}
.
Parameters: 0 - error (String)
Cannot find requested XEvent session
An XEvent session named {0} already exists
.
Parameters: 0 - sessionName (String)
Create shared access signature is not supported for cloud instances.
Cannot generate SAS URI for blob container.
Failed storing shared access signature token on the SQL Servers.
[Uncategorized (Local)]
job categories
Jobs from MSX
[Uncategorized (Multi-Server)]
Database Maintenance
Web Assistant
Full-Text
REPL-Distribution
REPL-Distribution Cleanup
REPL-History Cleanup
REPL-LogReader
REPL-Merge
REPL-Snapshot
REPL-Checkup
REPL-Subscription Cleanup
REPL-Alert Response
REPL-QueueReader
Replication
[Uncategorized]
Log Shipping
Database Engine Tuning Advisor
Data Collector
Unknown size unit {0}
.
Parameters: 0 - unit (string)
Unexpected run type.
The object does no longer exist on server.
Unknown server type '{0}'.
.
Parameters: 0 - serverTypeName (string)
The current login does not have permissions to set the database owner to '{0}' The database was created successfully however.
.
Parameters: 0 - ownerName (string)
You must specify the Target Servers on which this multi server job will execute.
Proxy account '{0}' does not exist on the server.
.
Parameters: 0 - proxyName (string)
SQL Server Agent Service Account
A job named '{0}' already exists. Enter a unique name for the job.
.
Parameters: 0 - jobName (string)
The name of the job step cannot be blank.
There is already a step named '{0}' for this job. You must specify a different name.
.
Parameters: 0 - jobName (string)
The name of the alert cannot be blank.
Cannot create new alert.
Cannot alter alert.
Invalid Schedule
Schedule error message
Select at least one day to be part of this weekly schedule.
The job schedule starting date cannot be greater than the ending date.
The job schedule starting time cannot be after the ending time.
The job schedule ending time must be after the starting time.
Start date must be on or after January 1, 1990.
There is already a schedule named '{0}' for this job. You must specify a different name.
.
Parameters: 0 - scheduleName (string)
Job server is not available
Exception thrown when job server is not available
Never
Path {0} is not a valid directory
For directory {0} a file with name {1} already exist
Export bacpac
Import bacpac
Extract dacpac
Deploy dacpac
Generate script
Extract project files
Validate streaming job
Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.
Streaming query statement contains a reference to missing {0} stream '{1}'. You must add it to the database model.
.
Parameters: 0 - streamType (string), 1 - missingStreamName (string)
input
output
Validation for external streaming job '{0}' failed:
.
Parameters: 0 - jobName (string)
TSQL fragment should contain exactly one batch.
No External Streaming Job creation TSQL found (EXEC sp_create_streaming_job statement).
Apply schema compare changes
Failed to find the specified change in the model
Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'
Could not find the schema compare session to cancel
Generate SQL Assessment script
Not connected to a server
Cannot connect to the server
Unsupported engine edition {0}
.
Parameters: 0 - editionCode (int)
Couldn't find Azure function with FunctionName '{0}' in {1}
.
Parameters: 0 - functionName (string), 1 - fileName (string)
More than one Azure function found with the FunctionName '{0}' in {1}
.
Parameters: 0 - functionName (string), 1 - fileName (string)
Adding SQL bindings is not supported for .NET 5
Statement
Statement
In most cases, contains the text of the Transact-SQL statement. For rows of type PLAN_ROW, contains a description of the operation.
Statement description
Physical Operation
Physical Operation
Physical implementation algorithm for the node. For rows of type PLAN_ROWS only.
Physical Operation description
Logical Operation
Logical Operation
Relational algebraic operator this node represents. For rows of type PLAN_ROWS only.
Logical Operation description
Description
Operation description. Short
Operation description.
Operation description
Argument
Operation Argument. Short
Provides supplemental information about the operation being performed. The contents of this column depend on the physical operator.
Operation Argument description
Object
Object field
Object.
Object field description
Index Kind
IndexKind field
Type of index for the referenced object.
IndexKind field description
Defined Values
Defined Values
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.
Defined Values description
Output List
Output List
Contains a comma-separated list of columns being projected by the current operation.
Output List
Warnings
Warnings
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.
Warnings description
Parallel
Parallel
Whether the operator is running in parallel.
Parallel description
Estimated Number of Rows Per Execution
Estimated Number of Rows Per Execution
Estimated number of rows per execution output by this operator. This is for PLAN_ROWS only.
Estimated Number of Rows Per Execution description
Estimated Number of Rows for All Executions
Estimated Number of Rows for All Executions
Estimated number of rows for all executions output by this operator. This is for PLAN_ROWS only.
Estimated Number of Rows for All Executions description
Estimated Number of Rows to be Read
Estimated Rows Read
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.
Estimated Rows Read description
Is GraphDB Transitive Closure
GraphDB Transitive Closure
Whether the sequence represents a GraphDB transitive closure.
GraphDB Transitive Closure Description
IsInterleavedExecuted
Interleaved Executed
Whether the operator is interleaved executed.
Interleaved Executed Description
Is Adaptive
Is Adaptive
Whether the operator is adaptive.
Is Adaptive description
Adaptive Threshold Rows
Adaptive Threshold Rows
If this is an adaptive operator, the cardinality at which it adapts.
Adaptive Threshold Rows description
Estimated Join Type
Estimated Join Type
The join type (nested loops or hash join) estimated by the query optimizer before adapting.
Estimated Join Type description
Actual Join Type
Actual Join Type
The actual join picked (nested loops or hash join) as part of adaptive join execution.
Actual Join Type Description
Estimated Row Size
Estimated Row Size
Estimated average row size of the row being passed through this operator.
Estimated Row Size description
Estimated I/O Cost
Estimated IO Cost
Estimated I/O cost for this operator. For rows of type PLAN_ROWS only.
Estimated IO Cost description
Estimated CPU Cost
Estimated CPU Cost
Estimated CPU cost for this operator. For rows of type PLAN_ROWS only.
Estimated CPU Cost description
Estimated Number of Executions
Estimated Number of Executions
Estimated number of times this operator will be executed while running the current query.
Estimated Number of Executions description
Estimated Operator Cost
Show plan node property name
Estimated cost of this operator.
Estimated Costs description
Estimated Subtree Cost
Estimated Subtree Cost
Estimated cumulative cost of this operation and all child operations.
Estimated Subtree Cost description
Actual Number of Rows for All Executions
Number of Rows
Actual number of rows for All Executions output by this operator. For rows of type PLAN_ROWS only.
Number of Rows description
Number of Rows Read
Number of Rows Read by a Rowset (Table or Index)
Number of rows read from a table or an index prior to applying a predicate filter. For rows of type PLAN_ROWS only.
Number of Rows Read by a Rowset (Table or Index) Description
Actual Number of Batches
Number of Batches
Actual number of Batches output by this operator.
Number of Batches description
Number of Executions
Number of Executions
Number of times this operator will be executed while running the current query.
Number of Executions description
Estimated Data Size
Estimated Data Size
Estimated data size of the data being passed through this operator.
Estimated Data Size description
Parameter List
Show plan's simple root node property
Parameter list.
Show plan's simple root node property description
Memory Fractions
Show plan's simple root node property
Memory fractions.
Show plan's simple root node property description
Memory Fractions Input
Show plan's simple root node property
Memory fractions input.
Show plan's simple root node property description
Memory Fractions Output
Show plan's simple root node property
Memory fractions output.
Show plan's simple root node property description
Name
Show plan's UDX node property
Name.
Show plan's UDX node property description
Values
Show plan's ConstantScan node property
Values.
Show plan's ConstantScan node property description
Cached plan size
CachedPlanSize property
Cached plan size.
Description for CachedPlanSize property
Use plan
UsePlan property
Contains Inline Scalar Tsql Udfs
InlineScalarTsqlUdf property
Degree of Parallelism
DegreeOfParallelism property
Degree of parallelism.
Description for DegreeOfParallelism property
Effective Degree of Parallelism
EffectiveDegreeOfParallelism property
Max degree of parallelism during columnstore index build.
Description for EffectiveDegreeOfParallelism property
Memory Grant
Root node for show plan property
Memory grant.
Description for MemoryGrant property
Remote Destination
Show plan node property
Remote object.
Show plan node property description
Remote Object
Show plan node property
Remote object.
Show plan node property description
Remote Source
Show plan node property
Remote source.
Show plan node property description
Used UDX Columns
Show plan node property
Used UDX columns.
Show plan node property description
Inner Side Join columns
Show plan node property
Inner side join columns.
Show plan node property description
Outer Side Join columns
Show plan node property
Outer side join columns.
Show plan node property description
Where (join columns)
Show plan node property
Residual
Show plan node property
Residual.
Show plan node property description
Pass Through
Show plan node property
Pass throuh.
Show plan node property description
Many to Many
Show plan node property
Many to many.
Show plan node property description
Partition Columns
Show plan node property
Partition columns.
Show plan node property description
Ascending
Column sort type
Descending
Column sort type
Hash Keys
Show plan node property
Hash keys.
Show plan node property description
Probe Column
Show plan node property
Probe column.
Show plan node property description
Partitioning Type
Show plan node property
Partitioning type.
Show plan node property description
Group By
Show plan node property
Group by.
Show plan node property description
Grouping Sets
Show plan node property
The group sets list. Each Value is a reverse bit map for the grouping columns in Group By property.
Show plan node property description
Segment Column
Show plan node property
Segment column.
Show plan node property description
Rank Columns
Show plan node property
Rank columns.
Show plan node property description
Predicate
Show plan node property
Predicate.
Show plan node property description
Outer References
Show plan node property
Outer references.
Show plan node property description
Scalar Operator
Show plan node property
Action Column
Show plan node property
Action column.
Show plan node property description
Original Action Column
Show plan node property
Original Action column.
Show plan node property description
Top Rows
Show plan node property
Top Rows.
Show plan node property description
Seek Predicate
Show plan node property
Seek predicate.
Show plan node property description
Partitioned
Show plan node property
Whether the operation is on a partitioned table or index.
Show plan node property description
Seek Keys
Show plan node property
Keys used by a seek operation.
Show plan node property description
Actual Partitions Accessed
Show plan node property
Actual Partition Count
Show plan node property
Tie Columns
Show plan node property
Tie columns.
Show plan node property description
Is Percent
Show plan node property
Is percent.
Show plan node property description
With Ties
Show plan node property
With ties.
Show plan node property description
Partition ID
Show plan node property
Partition ID.
Show plan node property description
Ordered
Show plan node property
Ordered.
Show plan node property description
Scan Direction
ScanDirection property
Direction of the scan operation as either forward or backward.
ScanDirection property description
Forced Index
Show plan node property
Forced index.
Show plan node property description
Predicate
Show plan node property
Predicate
Show plan node property description
Top Expression
Show plan node property
Top expression.
Show plan node property description
Hash Keys Build
Show plan node property
Hash keys build.
Show plan node property description
Hash Keys Probe
Show plan node property
Hash keys probe.
Show plan node property description
Build Residual
Show plan node property
Build residual.
Show plan node property description
Probe Residual
Show plan node property
Probe residual.
Show plan node property description
Seek Predicates
Show plan node property
Seek predicates.
Show plan node property description
Set Options
Set options property in show plan
Set options.
Set options property in show plan description
Optimization Level
Optimization Level property in show plan
Optimization level.
Optimization Level property in show plan description
Reason For Early Termination Of Statement Optimization
StatementOptmEarlyAbortReason property
Time Out
StatementOptmEarlyAbortReason property value
Memory Limit Exceeded
StatementOptmEarlyAbortReason property value
Good Enough Plan Found
StatementOptmEarlyAbortReason property value
Estimated Rebinds
Estimated Rebinds
Estimated rebinds.
Estimated Rebinds Description
Estimated Rewinds
Estimated Rewinds
Estimated rewinds.
Estimated Rewinds Description
Actual Number of Locally Aggregated Rows
Actual Locally Aggregated Rows
Actual number of locally aggregated rows
Actual Locally Aggregated Rows Description
Actual Rebinds
Actual Rebinds
Actual Rebinds.
Actual Rebinds Description
Actual Rewinds
Actual Rewinds
Actual Rewinds.
Actual Rewinds Description
Actual I/O Statistics
Actual I/O Statistics
Actual I/O Statistics
Actual I/O Statistics Description
Actual Time Statistics
Actual Time Statistics
Actual Time Statistics
Actual Time Statistics Description
Actual Elapsed Time (ms)
Actual Elapsed Milliseconds
Actual elapsed time in milliseconds
Actual Elapsed Milliseconds Description
Actual Elapsed CPU Time (ms)
Actual CPU Time Milliseconds
Actual elapsed CPU time in milliseconds
Actual CPU Time Milliseconds Description
Actual Scans
Actual Scans
Actual Scans
Actual Scans Description
Actual Logical Reads
Actual Logical Reads
Actual Logical Reads
Actual Logical Reads Description
Actual Physical Reads
Actual Physical Reads
Actual Physical Reads
Actual Physical Reads Description
Actual Page Server Reads
Actual Page Server Reads
Actual Page Server Reads
Actual Page Server Reads Description
Actual Read Aheads
Actual Read Aheads
Actual Read Aheads
Actual Read Aheads Description
Actual Page Server Read Aheads
Actual Page Server Read Aheads
Actual Page Server Read Aheads
Actual Page Server Read Aheads Description
Actual Lob Logical Reads
Actual Lob Logical Reads
Actual Lob Logical Reads
Actual Lob Logical Reads Description
Actual Lob Physical Reads
Actual Lob Physical Reads
Actual Lob Physical Reads
Actual Lob Physical Reads Description
Actual Lob Page Server Reads
Actual Lob Page Server Reads
Actual Lob Page Server Reads
Actual Lob Page Server Reads Description
Actual Lob Read Aheads
Actual Lob Read Aheads
Actual Lob Read Aheads
Actual Lob Read Aheads Description
Actual Lob Page Server Read Aheads
Actual Lob Page Server Read Aheads
Actual Lob Page Server Read Aheads
Actual Lob Page Server Read Aheads Description
Memory Usage
ActualMemoryGrantStats
Hpc Row Count
Hpc Row Count
Number of rows processed by Hpc devices.
Hpc Row Count Description
Hpc Kernel Elapsed Time in Us
Hpc Kernel Elapsed Us
Elapsed time (in micro seconds) of Hpc device kernel execution.
Hpc Kernel Elapsed Us Description
Hpc Host To Device Bytes
Hpc Host To Device Bytes
Data transferred from host to Hpc device in bytes.
Hpc Host To Device Bytes Description
Hpc Device To Host Bytes
Hpc Device To Host Bytes
Data transferred from Hpc device to host in bytes.
Hpc Device To Host Bytes Description
Input Memory
InputMemoryGrant
Output Memory
OutputMemoryGrant
Used Memory
UsedMemoryGrant
Distinct
Distinct
Distinct.
Distinct description
Order By
OrderBy
Order by.
OrderBy description
Operator used tempdb to spill data during execution
Columns With No Statistics
ColumnsWithNoStatistics property
Columns with no statistics warning.
ColumnsWithNoStatistics property description
No Join Predicate
NoJoinPredicate property
No Join predicate warning.
NoJoinPredicate property description
Operator used tempdb to spill data during execution with spill level {0}
SpillToTempDbOld property
Operator used tempdb to spill data during execution with spill level {0} and {1} spilled thread(s)
SpillToTempDb property
Spill to tempdb warning.
SpillToTempDb property description
Sort wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB
SortSpillDetails property
Details of sort spill
SortSpillDetails property description
Hash wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB
HashSpillDetails property
Details of hash spill
HahSpillDetails property description
A partial update was converted to a full update because of an online index build
FullUpdateForOnlineIndexBuild property
Full update for online index build warning
FullUpdateForOnlineIndexBuild property description
The query had to wait {0} seconds for {1} during execution
Wait property
Query wait warning.
Wait property description
Type conversion in expression ({0}) may affect "{1}" in query plan choice
PlanAffectingConvert property
Plan-affecting type conversion warning.
PlanAffectingConvert property description
The query memory grant detected "{0}", which may impact the reliability. Grant size: Initial {1} KB, Final {2} KB, Used {3} KB.
MemoryGrantWarning property
Details on memory grant warning
MemoryGrantWarning property description
Startup Expression
StartupExpression property
Whether a filter startup expression is used.
StartupExpression property description
Startup Expression Predicate
StartupExpressionPredicate property
Query
Query property
With Stack
Stack property
Is Row Count
RowCount property
Optimized
Optimized property
With Prefetch
WithPrefetch property
Prefix
Prefix property
Start
StartRange property
Start of the range.
StartRange property description
End
EndRange property
End of the range.
EndRange property description
Range Columns
RangeColumns property
Range Expressions
RangeExpressions property
Scan Type
ScanType property
Column Reference
ColumnReference property
Server
Server property
Server name for the referenced object.
Server property description
Database
Database property
Database name for the referenced object.
Database property description
Index
Index property
Index name for the referenced object.
Index property description
Schema
Schema property
Schema name for the referenced object.
Schema property description
Table
Table property
Table name for the referenced object.
Table property description
Alias
Alias property
Alias used for the referenced object.
Alias property description
Column
Column property
Column name for the referenced object.
Column property description
Computed Column
ComputedColumn property
Whether this is a computed column.
ComputedColumn property description
Parameter Data Type
ParameterDataType property
Parameter Compiled Value
ParameterCompiledValue property
Parameter Runtime Value
ParameterRuntimeValue property
Cursor Plan
CursorPlan property
Cursor Operation
CursorOperation property
Cursor Name
CursorName property
Cursor Actual Type
CursorActualType property
Cursor Requested Type
CursorRequestedType property
Cursor Concurrency
CursorConcurrency property
Forward Only
ForwardOnly property
Query Plan
QueryPlan property
Operation Type
OperationType property
Node ID
Node ID property
Primary Node ID
Primary Node ID property
Internal Debugging Information
Internal Info property
Foreign Key References Count
Foreign Key References Count property
No Matching Indexes Count
No Matching Index Count property
Partial Matching Indexes Count
Partial Matching Index Count property
Collapse
Logical operator
Concatenation
Logical operator
Constant Scan
Logical operator
Gather Streams
Logical operator
Repartition Streams
Logical operator
Distribute Streams
Logical operator
Filter
Logical operator
Assert
Logical operator
Log Row Scan
Logical operator
Print
Logical operator
Compute Scalar
Logical operator
Merge Interval
Logical operator
Rank
Logical operator
Segment
Logical operator
Sequence
Logical operator
Split
Logical operator
Aggregate
Logical operator
Table Scan
Logical operator
Clustered Index Scan
Logical operator
Clustered Index Seek
Logical operator
Deleted Scan
Logical operator
Inserted Scan
Logical operator
Parameter Table Scan
Logical operator
Put
Logical operator
Index Scan
Logical operator
Index Seek
Logical operator
Remote Scan
Logical operator
Remote Index Scan
Logical operator
Remote Index Seek
Logical operator
Remote Query
Logical operator
Remote Insert
Logical operator
Remote Update
Logical operator
Remote Delete
Logical operator
Clustered Update
Logical operator
Distinct Sort
Logical operator
Sort
Logical operator
Top N Sort
Logical operator
Eager Spool
Logical operator
Lazy Spool
Logical operator
Update
Logical operator
Insert
Logical operator
Delete
Logical operator
Merge
Logical operator
Top
Logical operator
Distinct
Logical operator
Flow Distinct
Logical operator
Partial Aggregate
Logical operator
Inner Apply
Logical operator
Inner Join
Logical operator
Left Anti Semi Apply
Logical operator
Left Semi Apply
Logical operator
Left Outer Apply
Logical operator
Left Outer Join
Logical operator
Right Outer Join
Logical operator
Full Outer Join
Logical operator
Left Semi Join
Logical operator
Left Anti Semi Join
Logical operator
Right Semi Join
Logical operator
Right Anti Semi Join
Logical operator
Intersect
Logical operator
Intersect All
Logical operator
Union
Logical operator
Left Diff
Logical operator
Left Diff All
Logical operator
Right Diff
Logical operator
Right Diff All
Logical operator
Anti Diff
Logical operator
Cross Join
Logical operator
Bitmap Create
Logical operator
UDX
Logical operator
Window Spool
Logical operator
Switch
Logical operator
Merge Stats
Logical operator
Local Stats
Logical operator
Table Valued Function
Logical operator
Batch Hash Table Build
Logical operator
Foreign Key References Check
Logical operator
RID Lookup
RIDLookup operator
Stored Procedure
StoredProc node
UDF
UDF node
Procedure Name
ProcName property
Storage
Storage property
Storage
Storage property
Actual Execution Mode
ActualExectionMode property
Actual Execution Mode
Estimated Execution Mode
EstimatedExecutionMode property
Estimated Execution Mode
Cost: {0} %
"Cost: {0} percent" String to format.
Parameters: 0 - x (string)
Remote Data Access
Remote Data Access
Whether the operator uses remote procedure call (RPC) to access remote data.
Clone Access Scope
Clone Access Scope
Clones that the operator may access.
Primary Clones
Secondary Clones
All Clones
Primary Or Secondary Clones
Single Clone Match
Remoting
Remoting for remote exchange operator
Whether the operator can run remotely.
Activation
Activation
Brick Routing
Brick Routing
Fragment Id Column
Edit Query Text from Showplan XML (possibly truncated)
Showplan edit query text button
Execution plan source type can not be recognized.
error message when the ShowPlan source cannot be recognized
Sql Plan files (*.SqlPlan)|*.SqlPlan|All files (*.*)|*.*
Save plan dialog filter string
Plan data is not available in XML format. Only plans from SQL Server Yukon can be saved.
Message box if user tries to save in XML show plan from Shiloh or Sphinx
Per-thread counter information.
Description of a per thread counter
Thread {0}
Runtime counter property name.
Parameters: 0 - index (int)
Thread {0} on Instance {1}
Runtime counter property name. Thread on Instance..
Parameters: 0 - thread (int), 1 - instance (int)
All threads
Runtime counter property name
View connection properties
label for Connection Properties hyperlink
Unknown assign type.
Error when displaying show plan properties
SQL Server
exception message box caption
Zoom level must be an integer value between {0} and {1}.
Message shown when user enters wrong zoom level.
Parameters: 0 - minimum (int), 1 - maximum (int)
Unknown node type.
Exception thrown when node type is unknown
Unknown cursor plan operation '{0}'.
Exception thrown by show plan when it gets unknown type of cursor plan operation.
Parameters: 0 - name (string)
Statement type is not recognized.
Exception thrown by show plan when it gets unknown statement type
Rollup Information
Show plan node property
Rollup information.
Show plan node property description
Highest Level
Show plan node property
The highest level of grouping attributes computed in this rollup.
Show plan node property description
Rollup Levels
Show plan node property
All levels of grouping attributes computed in this rollup.
Show plan node property description
Level
Show plan node property
A level of grouping attributes computed in this rollup.
Show plan node property description
Unknown
Unkown (reused string, unkown operator, or unkown reason, or unknown ...)
Unknown operator.
Operator description
Result
Operator name
Result.
Operator description
Collapse
Operator name
Groups an insert and delete on the same value into an update within wide update plans.
Operator description
Concatenation
Operator name
Append multiple input tables to form the output table.
Operator description
Constant Scan
Operator name
Scan an internal table of constants.
Operator description
Parallelism
Operator name
An operation involving parallelism.
Operator description
Put
Operator name
Export the rows from a local or external table to an external table.
Operator description
Distribute Streams
Operator name
Distribute streams.
Operator description
Gather Streams
Operator name
Gather streams.
Operator description
Repartition Streams
Operator name
Repartition streams.
Operator description
Eager Spool
Operator name
Eager Spool.
Operator description
Lazy Spool
Operator name
Lazy Spool.
Operator description
Filter
Operator name
Restricting the set of rows based on a predicate.
Operator description
Assert
Operator name
Used to verify that a specified condition exists.
Operator description
Hash Match
Operator name
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.
Operator description
Hash Match Team
Operator name
A contributor among multiple cooperating hashing operations.
Operator description
Hash Match Root
Operator name
The root member of a team of connected hash operators sharing a common hash function and partitioning strategy.
Operator description
Bookmark Lookup
Operator name
Use a Bookmark (RID or clustering key) to look up the corresponding row in the table or clustered index.
Operator description
Log Row Scan
Operator name
Scan the rows in the log.
Operator description
Merge Join
Operator name
Match rows from two suitably sorted input tables exploiting their sort order.
Operator description
Nested Loops
Operator name
For each row in the top (outer) input, scan the bottom (inner) input, and output matching rows.
Operator description
Print
Operator name
Print.
Operator description
Compute Scalar
Operator name
Compute new values from existing values in a row.
Operator description
Merge Interval
Operator name
Merge interval.
Operator description
Rank
Operator name
Creates a computed column with the rank of the values in an existing column in the table.
Operator description
Row Count Spool
Operator name
Stores the data from the input into a temporary table in order to optimize rewinds.
Operator description
Segment
Operator name
Segment.
Operator description
Sequence
Operator name
Process each input, in sequence from top to bottom.
Operator description
Sequence Project
Operator name
Adds columns to perform computations over an ordered set.
Operator description
Split
Operator name
Split.
Operator description
Stream Aggregate
Operator name
Compute summary values for groups of rows in a suitably sorted stream.
Operator description
Table Scan
Operator name
Scan rows from a table.
Operator description
Clustered Index Scan
Operator name
Scanning a clustered index, entirely or only a range.
Operator description
Clustered Index Seek
Operator name
Scanning a particular range of rows from a clustered index.
Operator description
Deleted Scan
Operator name
Scanning the pseudo-table 'deleted' within a trigger.
Operator description
Inserted Scan
Operator name
Scan the pseudo-table 'inserted' within a trigger.
Operator description
Parameter Table Scan
Operator name
Scan an internal table of parameter values.
Operator description
Index Scan
Operator name
Scan a nonclustered index, entirely or only a range.
Operator description
Index Seek
Operator name
Scan a particular range of rows from a nonclustered index.
Operator description
Columnstore Index Scan
Operator name
Scan a columnstore index, entirely or only a range.
Operator description
Columnstore Index Update
Operator name
Update rows in a columnstore index.
Operator description
Columnstore Index Insert
Operator name
Insert rows in a columnstore index.
Operator description
Columnstore Index Merge
Operator name
Merge rows in a columnstore index.
Operator description
Columnstore Index Delete
Operator name
Delete rows from a columnstore index.
Operator description
Remote Scan
Operator name
Scan rows in a table stored in a database or file other than the current database server.
Operator description
Remote Index Scan
Operator name
Scan an index stored in a database or file other than the current database server.
Operator description
Remote Index Seek
Operator name
Scan a particular range of rows from a clustered index that is stored in a database or file other than the current database server.
Operator description
Remote Query
Operator name
Send a SQL query to another than the current SQL Server.
Operator description
Remote Insert
Operator name
Insert rows into a table stored in a database or file other than the current database server.
Operator description
Remote Update
Operator name
Update rows in a table stored in a database or file other than the current database server.
Operator description
Remote Delete
Operator name
Delete rows in a table stored in a database or file other than the current database server.
Operator description
Clustered Update
Operator name
Clustered Update.
Operator description
Sort
Operator name
Sort the input.
Operator description
Table Spool
Operator name
Stores the data from the input into a temporary table in order to optimize rewinds.
Operator description
Index Spool
Operator name
Reformats the data from the input into a temporary index, which is then used for seeking with the supplied seek predicate.
Operator description
Table Update
Operator name
Update input rows in the table specified in the Argument field.
Operator description
Table Insert
Operator name
Insert input rows into the table specified in Argument field.
Operator description
Table Delete
Operator name
Delete input rows from the table specified in Argument field.
Operator description
Table Merge
Operator name
Merge input rows in the table specified in Argument field.
Operator description
Index Update
Operator name
Update rows in an index.
Operator description
Index Insert
Operator name
Insert rows into an index.
Operator description
Index Delete
Operator name
Delete rows from index.
Operator description
Clustered Index Update
Operator name
Update rows in a clustered index.
Operator description
Clustered Index Insert
Operator name
Insert rows in a clustered index.
Operator description
Clustered Index Merge
Operator name
Merge rows in a clustered index.
Operator description
Clustered Index Delete
Operator name
Delete rows from a clustered index.
Operator description
Top
Operator name
Select the first few rows based on a sort order.
Operator description
Bitmap
Operator name
Bitmap.
Operator description
UDX
Operator name
UDX.
Operator description
Window Spool
Show plan's Window node property
Expands each row into the set of rows that represent the window associated with it.
Show plan's Window node property description
Window Aggregate
Show plan's Window Aggregate node property
Computes values of functions across the windows defined by the OVER clause. Input rowset is suitably sorted stream.
Show plan's Window Aggregate node property description
Batch Hash Table Build
Operator name
Batch Hash Table Build.
Operator description
Switch
Operator name
Switch.
Operator description
Predict
Operator name
Applies a trained machine learning model to input data
Operator description
Table Valued Function
Operator name
Table valued function.
Operator description
Aggregate
Operator name
Calculates an expression containing SUM, COUNT, MIN, MAX, or AVG.
Operator description
Arithmetic Expression
Operator name
Computes a new value from existing values in a row.
Operator description
Delete
Operator name
Removes the specified rows from the specified table.
Operator description
Insert
Operator name
Adds a row to table.
Operator description
Locate
Operator name
Fetching a full row from a heap or a clustered index.
Operator description
Spool
Operator name
Saving temporarily an intermediate query result.
Operator description
SQL
Operator name
SQL.
Operator description
Update
Operator name
Modify the values in the specified table.
Operator description
Assign
Operator name
Validate referential integrity constraints.
Operator description
Convert
Operator name
Implicit or explicit conversion of one scalar datatype to another.
Operator description
Declare
Operator name
Allocates a local variable.
Operator description
If
Operator name
Conditional processing based on an expression.
Operator description
Intrinsic
Operator name
Invokes an internal Transact-SQL function.
Operator description
Set Function
Operator name
Set Function.
Operator description
Dynamic
Operator name
Cursor that can see all changes made by others.
Operator description
Fetch Query
Operator name
The query used to retrieve rows when a fetch is issued against a cursor.
Operator description
Fast Forward
Operator name
Fast Forward.
Operator description
Keyset
Operator name
Cursor that can see updates made by others, but not inserts.
Operator description
Population Query
Operator name
The query used to populate a cursor's work table when the cursor is opened.
Operator description
Refresh Query
Operator name
Fetches current data for rows in fetch buffer.
Operator description
Snapshot
Operator name
A cursor that does not see changes made by others.
Operator description
RID Lookup
Operator name
RID Lookup
Operator description
Key Lookup
Operator name
Uses a supplied clustering key to lookup on a table that has a clustered index.
Operator description
Key Lookup
Operator name
Adaptive Join
Operator name
Chooses dynamically between hash join and nested loops.
Operator description
Foreign Key References Check
Operator name
Checks referential integrity of the delete operation.
Operator description
Apply
Operator name
Apply opration.
Operator description
Broadcast
Operator name
Broadcast data movement.
Operator description
Compute To Control Node
Operator name
Data flow from compute nodes to control node.
Operator description
Constant Table Get
Operator name
Get tuples from contant table.
Operator description
Control To Compute Nodes
Operator name
Data flow from control node to compute nodes.
Operator description
External Broadcast
Operator name
Broadcast data movement for external table.
Operator description
External Export
Operator name
Export data movement for external table.
Operator description
External Local Streaming
Operator name
Streaming data movement between external table and local table.
Operator description
External RoundRobin
Operator name
RoundRobin data movement for external table.
Operator description
External Shuffle
Operator name
Shuffle data movement for external table.
Operator description
Get
Operator name
Get tuples from table.
Operator description
Group by and Apply
Operator name
Group by and Apply.
Operator description
Group by Aggregates
Operator name
Group by aggregates.
Operator description
Join
Operator name
Join tables.
Operator description
Rollup Aggregate
Operator name
This represents a ROLLUP operator or a CUBE operator.
Operator description
Project
Operator name
Project columns.
Operator description
Shuffle
Operator name
Shuffle data movement.
Operator description
Single Source RoundRobin
Operator name
Single Source RoundRobin data movement.
Operator description
Single Source Shuffle
Operator name
Single Source Shuffle data movement.
Operator description
Trim
Operator name
Trim data.
Operator description
Union
Operator name
Union tables.
Operator description
Union All
Operator name
Union All tables.
Operator description
{0}: {1}
Format for name / value pair - {0} is property name, {1} is property value.
Parameters: 0 - name (string), 1 - value (string)
{0} B
Size in Bytes format
{0} KB
Size in KiloBytes format
{0} MB
Size in Bytes format
{0} GB
Size in GigaBytes format
{0} TB
Size in TeraBytes format
{0:0.#######} ({1}%)
display string for the operator cost property - 0.###### - is the float number format specifier.
Parameters: 0 - cost (double), 1 - percentage (int)
{0} of
{1} ({2}%)
.
Parameters: 0 - actual (string), 1 - estimated (string), 2 - percent (decimal)
Missing Index (Impact {0}): {1}
"Missing Index (Impact {0}): {1}" format string for showplan.
Parameters: 0 - impact (string), 1 - queryText (string)
/*
Missing Index Details from {0}
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
*/
title of missing index details.
Parameters: 0 - fileName (string), 1 - impact (string)
Warnings
tooltip text for node warning overlay
Parallel Execution
tooltip text for node parallelism overlay
Operation
Object
Estimated Cost %
Estimated Subtree Cost
Actual Rows
Estimated Rows
Actual Executions
Estimated Executions
Estimated CPU Cost
Actual CPU Cost
Estimated IO Cost
Average Row Size
Actual Data Size
Initialization is not properly done for table with id '{0}'
.
Parameters: 0 - tableId (string)
The path in the table change information cannot be empty
The path '{0}' in the table change information is not valid for edit type: '{1}'
.
Parameters: 0 - path (string), 1 - editType (string)
Identity Specification
Is Identity
Specifies whether the column is the identity column for the table.
Identity Increment
Displays the value added to the maximum existing row identity value when generating the next identity value.
Identity Seed
Displays the initial row value for an identity column.
Is Enabled
Specifies whether the foreign key is Enabled
Not For Replication
Enables or disables the constraint for data inserted by a replication process.
No Action
Cascade
Set Null
Set Default
Unknown enum value: {0}.
.
Parameters: 0 - name (string)
Specifies whether the check constraint is Enabled
Specifies whether the index is enabled
Whether the index is clustered, only one clustered index is allowed in a table.
Is Clustered
Whether the data entered into this index must be unique.
Is Unique
Specifies the sort order of the column.
Is Ascending
Included Columns
The included columns of the index
Add Column
Column
Filter predicate of the index
Filter Predicate
Whether the index is a hash index
Is Hash
Bucket count of the hash index, note the value will always automatically round up to the next power of 2.
Bucket Count
Columns
Name
Name of the columnstore index
Description
Description of the columnstore index
Whether the columnstore index is clustered.
Is Clustered
Filter predicate of the columnstore index
Filter Predicate
Columns in this columnstore index
Columns
Add Column
Column
Removing a column will also remove it from the indexes and foreign keys. Are you sure you want to continue?
Graph Table
Type
Specifies the table type.
Edge
Node
None
Columnstore Indexes
Columnstore Index
New Columnstore Index
Edge Constraints
Edge Constraint
Name of the constraint.
Name
Specifies whether the constraint is enabled.
Is Enabled
The behavior when a user tries to delete a row with data that is involved in an edge constraint.
On Delete Action
Edge constraint clauses.
Clauses
Clause
From Table
To Table
Schema and Data
Schema Only
None
Row Start
Row End
Transaction Id Start
Transaction Id End
Sequence Number Start
Sequence Number End
System Versioning Enabled
Specifies whether the table is system versioning enabled.
System Versioning
History table of the current table.
History Table
Specifies whether the table is memory optimized.
Memory Optimized
Memory Optimized
Specifies the durability setting of the table.
Durability
Specifies the start or end of the system versioning table's period setting.
Generated Always As
Is Hidden
Specifies whether the column will be returned by select statement.
Specifies whether the engine should automatically create the history table.
Auto Create History Table
Specifies the name of the new history table.
New History Table Name
Specifies the default constraint name.
Default Constraint Name
New Edge Constraint
New Clause
Computed Column Specifications
Is Computed
Specifies whether the column is a computed column
Formula
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)
Is Persisted
Whether the computed column is saved with the data source
Is Persisted Nullable
Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)
Index '{0}' does not have any columns associated with it.
.
Parameters: 0 - indexName (string)
Foreign key '{0}' does not have any columns specified.
.
Parameters: 0 - foreignKeyName (string)
Column with name '{0}' has already been added to the index '{1}'. Row number: {2}.
.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int)
Column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.
.
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int)
Foreign column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.
.
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int)
The name '{0}' is already used by another constraint. Row number: {1}.
.
Parameters: 0 - constraintName (string), 1 - rowNumber (int)
The name '{0}' is already used by another column. Row number: {1}.
.
Parameters: 0 - columnName (string), 1 - rowNumber (int)
The name '{0}' is already used by another index. Row number: {1}.
.
Parameters: 0 - indexName (string), 1 - rowNumber (int)
Edge constraint '{0}' does not have any clauses specified.
.
Parameters: 0 - name (string)
The pair '{0}' is already defined by another clause in the edge constraint. Row number: {1}.
.
Parameters: 0 - pair (string), 1 - rowNumber (int)
Memory-optimized table must have non-clustered primary key.
System versioned table must have primary key.
System versioned table must have the period columns defined.
Period columns (Generated Always As Row Start/End) can only be defined once.
Period columns (Generated Always As Row Start/End) must be defined as pair. If one is defined, the other must also be defined.
Columns in primary key cannot be nullable.
Only durable (DURABILITY = SCHEMA_AND_DATA) memory-optimized tables can be system-versioned.
A table must have at least one non-computed column defined.
The use of seed and increment values other than 1 is not supported with memory optimized tables.
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.
Cannot use duplicate column names in primary key, column name: {0}
.
Parameters: 0 - columnName (string)
Memory-optimized table is not supported for this database.
There are multiple table definitions in the script, only the first table can be edited in the designer.
Included columns are not supported for a clustered index.
Filter predicate is not supported for a clustered index.
Column with name '{0}' has already been included to the index '{1}'. Row number: {2}.
.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int)
Included column with name '{0}' has already been part of the index '{1}' and it cannot be included. Row number: {2}.
.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int)
The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.
.
Parameters: 0 - columnName (string)
The computed column with name '{0}' has to be persisted to be part of the foreign key '{1}'.
.
Parameters: 0 - columnName (string), 1 - foreignKeyName (string)
Hash index with name '{0}' is not supported on a non memory-optimized table.
.
Parameters: 0 - indexName (string)
Hash index '{0}' does not have a bucket count.
.
Parameters: 0 - indexName (string)
Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.
.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int)
Non-clustered columnstore index '{0}' does not have any columns associated with it.
.
Parameters: 0 - indexName (string)
I have read the summary and understand the potential risks.
Could not find SQL model from project: {0}.
.
Parameters: 0 - projectUri (string)
Unsupported model type: {0}.
.
Parameters: 0 - type (string)
Failed to get user defined objects from model.
The connection could not be found
The object could not be renamed. URN: '{0}'.
.
Parameters: 0 - urn (string)
<default>
Reset password for the login while unlocking.
Table-valued functions
External Data Source
Server role
XML schema collection
Stored procedures
Endpoints
Sequence
User-defined data type
Full-text catalogs
Credential
Database roles
Endpoint
Views
Assembly
Scalar function
Servers
Table
Queue
Logins
Stored procedure
Defaults
Symmetric key
User-defined table type
Inline function
Server roles
Agent job
Database role
Synonym
Availability Group
External File Formats
Database
Symmetric keys
Security Policy
External File Format
Application role
Assemblies
Sequences
User-defined data types
Server
Aggregate function
Full-text catalog
Certificates
Availability Groups
Databases
View
Schemas
Rules
Certificate
User
Agent jobs
Synonyms
Aggregate functions
Table-valued function
Rule
Queues
Asymmetric keys
Application roles
Extended stored procedure
Login
Inline functions
Users
External Data Sources
Scalar functions
Tables
Credentials
Schema
User-defined table types
Security Policies
XML schema collections
Extended stored procedures
Asymmetric key
Default
Alter
Connect
Control
Delete
Execute
Impersonate
Insert
Receive
References
Select
Send
Take ownership
Update
View definition
View change tracking
Alter any application role
Alter any assembly
Alter any asymmetric key
Alter any certificate
Alter any database audit
Alter any contract
Alter any database DDL trigger
Alter any database event notification
Alter any dataspace
Alter any external data source
Alter any external file format
Alter any fulltext catalog
Alter any mask
Alter any message type
Alter any remote service binding
Alter any role
Alter any route
Alter any schema
Alter any security policy
Alter any sensitivity classification
Alter any service
Alter any user
Alter any symmetric key
Authenticate
Backup database
Backup log
Checkpoint
Connect replication
Create aggregate
Create assembly
Create asymmetric key
Create certificate
Create contract
Create database
Create database DDL event notification
Create default
Create fulltext catalog
Create function
Create message type
Create procedure
Create queue
Create remote service binding
Create role
Create route
Create rule
Create schema
Create service
Create symmetric key
Create synonym
Create sequence
Create table
Create type
Create view
Create XML schema collection
Show plan
Subscribe query notifications
Unmask
View any column encryption key definition
View any column master key definition
View any sensitivity classification
View database state
Administer bulk operations
Alter any server audit
Alter any connection
Alter any credential
Alter any database
Alter any endpoint
Alter any event notification
Alter any event session
Alter any linked server
Alter any login
Alter any server role
Alter resources
Alter server state
Alter settings
Alter trace
Authenticate server
Connect SQL
Control server
Create any database
Create DDL event notification
Create endpoint
Create trace event notification
Create server role
External access assembly
Shutdown
Unsafe assembly
View any database
View any definition
View server state
Alter any availability group
Create availability group
Select All User Securables
Connect Any Database
Impersonate Any Login
SetServiceProvider() was not called to establish the required service provider
Service {0} was not found in the service provider
.
Parameters: 0 - serviceName (string)