Tag: MS SQL Server Error Codes

SQL Server Error Code – 18807 cannot find an object id for the replica

In this blog post, you’ll learn more about the SQL Server Error Code 18807 and the error message description that is shown SQL Server Error Code 18807 SQL Server Error Description for the Code :18807 Cannot find an object ID for the replication system table ‘%s’. Verify that the system table exists and is accessible by querying it directly. If it does exist, stop and…

SQL Server Error Code – 21770 data type mapping from ‘%s’ to ‘%s’ does

In this blog post, you’ll learn more about the SQL Server Error Code 21770 and the error message description that is shown SQL Server Error Code 21770 SQL Server Error Description for the Code :21770 Data type mapping from ‘%s’ to ‘%s’ does not exist.  Review source and destination data type, length, precision, scale, and nullability. Query the system table msdb.dbo.sysdatatypemappings for a list of…

SQL Server Error Code – 35346 split clause of alter partition statemen

In this blog post, you’ll learn more about the SQL Server Error Code 35346 and the error message description that is shown SQL Server Error Code 35346 SQL Server Error Description for the Code :35346 SPLIT clause of ALTER PARTITION statement failed because the partition is not empty.  Only empty partitions can be split in when a columnstore index exists on the table. Consider an…

SQL Server Error Code – 535 the %.*ls function resulted in an overfl

In this blog post, you’ll learn more about the SQL Server Error Code 535 and the error message description that is shown SQL Server Error Code 535 SQL Server Error Description for the Code :535 The %.*ls function resulted in an overflow. The number of dateparts separating two date/time instances is too large. Try to use %.*ls with a less precise datepart.

SQL Server Error Code – 41106 cannot create an availability replica fo

In this blog post, you’ll learn more about the SQL Server Error Code 41106 and the error message description that is shown SQL Server Error Code 41106 SQL Server Error Description for the Code :41106 Cannot create an availability replica for availability group ‘%.*ls’.  An availability replica of the specified availability group already exists on this instance of SQL Server.  Verify that the specified availability…