Category: SQL Server

SQL Server Error Code – 22580 cannot publish database ‘%s’ because it

In this blog post, you’ll learn more about the SQL Server Error Code 22580 and the error message description that is shown SQL Server Error Code 22580 SQL Server Error Description for the Code :22580 Cannot publish database ‘%s’ because it is marked as published on a different server. Before attempting to publish this database, execute sp_replicationdboption, specifying a value of FALSE for ‘publish’ and…

SQL Server Error Code – 13702 system-versioned table schema modificati

In this blog post, you’ll learn more about the SQL Server Error Code 13702 and the error message description that is shown SQL Server Error Code 13702 SQL Server Error Description for the Code :13702 System-versioned table schema modification failed because history table ‘%.*ls’ has foreign keys defined. Consider dropping all foreign keys and trying again.