Category: SQL Server

SQL Server Error Code – 1488 database ?%.*ls? database is in single u

In this blog post, you’ll learn more about the SQL Server Error Code 1488 and the error message description that is shown SQL Server Error Code 1488 SQL Server Error Description for the Code :1488 Database ?%.*ls? database is in single user mode which is incompatible with participating in database mirroring or in an availability group. Set database to multi-user mode, and retry the operation.

SQL Server Error Code – 22523 an article cannot use @partition_options

In this blog post, you’ll learn more about the SQL Server Error Code 22523 and the error message description that is shown SQL Server Error Code 22523 SQL Server Error Description for the Code :22523 An article cannot use @partition_options 2 or 3 (nonoverlapping partitions) and be a part of a logical record relationship at the same time. Check article “%s”.

SQL Server Error Code – 41368 accessing memory optimized tables using

In this blog post, you’ll learn more about the SQL Server Error Code 41368 and the error message description that is shown SQL Server Error Code 41368 SQL Server Error Description for the Code :41368 Accessing memory optimized tables using the READ COMMITTED isolation level is supported only for autocommit transactions. It is not supported for explicit or implicit transactions. Provide a supported isolation level…

SQL Server Error Code – 13715 system-versioned table schema modificati

In this blog post, you’ll learn more about the SQL Server Error Code 13715 and the error message description that is shown SQL Server Error Code 13715 SQL Server Error Description for the Code :13715 System-versioned table schema modification failed because column ‘%.*ls’ does not have the same XML Schema Collection in tables ‘%.*ls’ and ‘%.*ls’.

SQL Server Error Code – 40623 reauthentication failed for login “%.*ls

In this blog post, you’ll learn more about the SQL Server Error Code 40623 and the error message description that is shown SQL Server Error Code 40623 SQL Server Error Description for the Code :40623 Reauthentication failed for login “%.*ls”. Within the past reauthentification interval, the login has become invalid due to a password change, a dropped login, or other cause.  Please retry login.