Tag: MS SQL Server Error Codes

SQL Server Error Code – 35355 the statement failed. column ‘%.*ls’ is

In this blog post, you’ll learn more about the SQL Server Error Code 35355 and the error message description that is shown SQL Server Error Code 35355 SQL Server Error Description for the Code :35355 The statement failed. Column ‘%.*ls’ is either a primary key or a partitioning key that must be included, but a columnstore index cannot include a decimal or numeric data type…

SQL Server Error Code – 10125 cannot create %s_msg on view “%.*ls” bec

In this blog post, you’ll learn more about the SQL Server Error Code 10125 and the error message description that is shown SQL Server Error Code 10125 SQL Server Error Description for the Code :10125 Cannot create %S_MSG on view “%.*ls” because it uses aggregate “%.*ls”. Consider eliminating the aggregate, not indexing the view, or using alternate aggregates. For example, for AVG substitute SUM and…

SQL Server Error Code – 11228 this message could not be delivered beca

In this blog post, you’ll learn more about the SQL Server Error Code 11228 and the error message description that is shown SQL Server Error Code 11228 SQL Server Error Description for the Code :11228 This message could not be delivered because the target service has sent a message with a message type that can only be sent by the initiator. Message type name: ‘%.*ls’….

SQL Server Error Code – 1468 the operation cannot be performed on dat

In this blog post, you’ll learn more about the SQL Server Error Code 1468 and the error message description that is shown SQL Server Error Code 1468 SQL Server Error Description for the Code :1468 The operation cannot be performed on database ?%.*ls? because it is involved in a database mirroring session or an availability group. Some operations are not allowed on a database that…

SQL Server Error Code – 27221 unable to map an environment variable wi

In this blog post, you’ll learn more about the SQL Server Error Code 27221 and the error message description that is shown SQL Server Error Code 27221 SQL Server Error Description for the Code :27221 Unable to map an environment variable with the sensitive property set to True, to a parameter with the sensitive property set to False. Ensure that the property settings match.