Tag: MS SQL Server Error Codes

SQL Server Error Code – 1478 the mirror database, ?%.*ls?, has insuff

In this blog post, you’ll learn more about the SQL Server Error Code 1478 and the error message description that is shown SQL Server Error Code 1478 SQL Server Error Description for the Code :1478 The mirror database, ?%.*ls?, has insufficient transaction log data to preserve the log backup chain of the principal database.? This may happen if a log backup from the principal database…

SQL Server Error Code – 10088 the order of the columns was not specifi

In this blog post, you’ll learn more about the SQL Server Error Code 10088 and the error message description that is shown SQL Server Error Code 10088 SQL Server Error Description for the Code :10088 The order of the columns was not specified in the object that created the rowset. The provider had to reexecute the command to reposition the next fetch position to its…

SQL Server Error Code – 8672 the merge statement attempted to update

In this blog post, you’ll learn more about the SQL Server Error Code 8672 and the error message description that is shown SQL Server Error Code 8672 SQL Server Error Description for the Code :8672 The MERGE statement attempted to UPDATE or DELETE the same row more than once. This happens when a target row matches more than one source row. A MERGE statement cannot…