As the title suggests, I have 2 SQL Server databases setup with Merge replication. Replication is working fine, but one of my scripts tries to check the ‘sysmergepublications’ table to verify a publication exists before adding articles to it. This has always worked fine on SQL Server 2019, but on my new SQL Server 2022 instances the table ‘sysmergepublications’ table does not exist. Is there a problem with my SQL Servers, or has merge replication been revised to no longer use this table?