Starting with SQL Server 2019 CU13, databases participating in a peer-to-peer replication configuration can now be part of an Always On availability group. This integration is flexible—you are not required to have all members of the replication configuration within an AG. You can mix and match AG and non-AG databases within your replication setup, significantly improving the availability and scalability of your configurations.
Category: Replication
Mastering Partition Switching in Transactional Replication
Learn how to effectively manage partition switching in SQL Server transactional replication environments. This guide covers key properties such as @allow_partition_switch and @replicate_partition_switch, the benefits and challenges of using partition switching, and important considerations for ensuring consistency and performance. We also discuss unsupported scenarios and provide best practices for setting up partition switching in your replicated databases.