Tag: MS SQL Server Error Codes

SQL Server Error Code – 424 xml data type methods are not supported

In this blog post, you’ll learn more about the SQL Server Error Code 424 and the error message description that is shown SQL Server Error Code 424 SQL Server Error Description for the Code :424 Xml data type methods are not supported in computed column definitions of table variables and return tables of table-valued functions. The error occurred at column ?%.*ls?, table ?%.*ls?, in the…

SQL Server Error Code – 25013 cannot perform alter table because the t

In this blog post, you’ll learn more about the SQL Server Error Code 25013 and the error message description that is shown SQL Server Error Code 25013 SQL Server Error Description for the Code :25013 Cannot perform alter table because the table is published in one or more publications with a publication_compatibility_level of lower than ’90RTM’. Use sp_repladdcolumn or sp_repldropcolumn.

SQL Server Error Code – 8907 the spatial index, xml index or indexed

In this blog post, you’ll learn more about the SQL Server Error Code 8907 and the error message description that is shown SQL Server Error Code 8907 SQL Server Error Description for the Code :8907 The spatial index, XML index or indexed view ‘%.*ls’ (object ID %d) contains rows that were not produced by the view definition.  This does not necessarily represent an integrity issue…

SQL Server Error Code – 41165 a timeout error occurred while waiting t

In this blog post, you’ll learn more about the SQL Server Error Code 41165 and the error message description that is shown SQL Server Error Code 41165 SQL Server Error Description for the Code :41165 A timeout error occurred while waiting to access the local availability replica of availability group ‘%.*ls’.  The availability replica is currently being accessed by another operation.  Wait for the in-progress…

SQL Server Error Code – 1736 the column ?%.*ls? in the table ?%.*ls?

In this blog post, you’ll learn more about the SQL Server Error Code 1736 and the error message description that is shown SQL Server Error Code 1736 SQL Server Error Description for the Code :1736 The column ?%.*ls? in the table ?%.*ls? cannot be referenced in a CHECK constraint or computed column definition because the column is a sparse column set. A sparse column set…