About 6,420,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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.

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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.

  9. 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.

  10. 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...