Tag: MS SQL Server Error Codes

SQL Server Error Code – 35235 the system name ‘%ls’ was specified more

In this blog post, you’ll learn more about the SQL Server Error Code 35235 and the error message description that is shown SQL Server Error Code 35235 SQL Server Error Description for the Code :35235 The system name ‘%ls’ was specified more than once in the REPLICA ON clause of this command. Reenter the command, specifying a different instance of SQL Server for each replica.

SQL Server Error Code – 3911 persistent version store is full. new ve

In this blog post, you’ll learn more about the SQL Server Error Code 3911 and the error message description that is shown SQL Server Error Code 3911 SQL Server Error Description for the Code :3911 Persistent version store is full. New version(s) could not be added. A transaction that needs to access the version store may be rolled back. Please refer to BOL on how…

SQL Server Error Code – 8665 cannot create the clustered index “%.*ls

In this blog post, you’ll learn more about the SQL Server Error Code 8665 and the error message description that is shown SQL Server Error Code 8665 SQL Server Error Description for the Code :8665 Cannot create the clustered index “%.*ls” on view “%.*ls” because no row can satisfy the view definition. Consider eliminating contradictions from the view definition.

SQL Server Error Code – 21373 could not open database %s. replication

In this blog post, you’ll learn more about the SQL Server Error Code 21373 and the error message description that is shown SQL Server Error Code 21373 SQL Server Error Description for the Code :21373 Could not open database %s. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the database…

SQL Server Error Code – 4072 the xp callback function ‘%.*ls’ failed

In this blog post, you’ll learn more about the SQL Server Error Code 4072 and the error message description that is shown SQL Server Error Code 4072 SQL Server Error Description for the Code :4072 The XP callback function ‘%.*ls’ failed in extended procedure ‘%.*ls’ because the extended procedure is called inside an UDF which doesn’t allow sending data.

SQL Server Error Code – 8974 table error: object id %d, index id %d,

In this blog post, you’ll learn more about the SQL Server Error Code 8974 and the error message description that is shown SQL Server Error Code 8974 SQL Server Error Description for the Code :8974 Table error: Object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls). The off-row data node at page %S_PGID, slot %d, text ID %I64d is…

SQL Server Error Code – 1475 database ?%.*ls? might contain bulk logg

In this blog post, you’ll learn more about the SQL Server Error Code 1475 and the error message description that is shown SQL Server Error Code 1475 SQL Server Error Description for the Code :1475 Database ?%.*ls? might contain bulk logged changes that have not been backed up. Take a log backup on the principal database or primary database. Then restore this backup either on…

SQL Server Error Code – 9519 xquery: the name supplied to sql:variabl

In this blog post, you’ll learn more about the SQL Server Error Code 9519 and the error message description that is shown SQL Server Error Code 9519 SQL Server Error Description for the Code :9519 XQuery: The name supplied to sql:variable(‘%.*ls’) is not a valid SQL variable name. Variable names must start with the ‘@’ symbol followed by at least one character.

SQL Server Error Code – 25010 the constraint is used by merge replicat

In this blog post, you’ll learn more about the SQL Server Error Code 25010 and the error message description that is shown SQL Server Error Code 25010 SQL Server Error Description for the Code :25010 The constraint is used by merge replication for identity management and cannot be dropped directly. Execute sp_changemergearticle @publication, @article, “identityrangemanagementoption”, “none” to disable merge identity management, which will also drop…