
Monitor Performance with Replication Monitor - SQL Server
Sep 27, 2024 · Applies to: SQL Server Azure SQL Managed Instance Microsoft SQL Server Replication Monitor allows you to monitor the performance of transactional replication and merge replication in …
Validate Replicated Data - SQL Server | Microsoft Learn
Dec 17, 2024 · Applies to: SQL Server Azure SQL Database This topic describes how to validate data at the Subscriber in SQL Server by using SQL Server Management Studio, Transact-SQL, or …
View & modify Distributor & Publisher properties - SQL Server
Dec 17, 2024 · Applies to: SQL Server Azure SQL Managed Instance This topic describes how to view and modify Distributor and Publisher properties in SQL Server by using SQL Server Management …
Availability through redundancy - Azure SQL Database
Oct 22, 2025 · Learn about the architecture of Azure SQL Database that achieves availability through local redundancy, and high availability through zone redundancy.
Subscribers - SQL Server | Microsoft Learn
Sep 27, 2024 · Note Azure SQL Managed Instance can be a publisher, distributor, and subscriber for snapshot and transactional replication. Databases in Azure SQL Database can only be push …
Create a Pull Subscription - SQL Server | Microsoft Learn
Dec 17, 2024 · Applies to: SQL Server Azure SQL Managed Instance This topic describes how create a pull subscription in SQL Server by using SQL Server Management Studio, Transact-SQL, or …
sys.dm_database_replica_states (Azure SQL Database) - SQL Server
Jan 20, 2026 · Applies to: Azure SQL Database Azure SQL Managed Instance Returns state information for each database that participates in primary and secondary replicas. On secondary replicas that …
SQL Server Replication Monitoring Scripts - SQL DBA Blog
Dec 1, 2024 · In this post, I'm sharing SQL Server Replication scripts to help you monitor and troubleshoot replication for optimal performance.
SQL Server 2022 | Microsoft
SQL Server 2022, now generally available, is the most Azure-enabled release yet and offers continued enhancements to security and performance, providing a modern data platform for hybrid scenarios.
sql server - How do I check SQL replication status via T-SQL? - Stack ...
Oct 20, 2008 · I want to be able to check the status of a publication and subscription in SQL Server 2008 T-SQL. I want to be able to determine if its okay, when was the last successful, sync, etc.. Is this poss...