Category: SQL Server

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…