Category: SQL Server

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…