
replication - Sql Server : How to query list of subscriptions and ...
Nov 14, 2018 · In Sql Server 2014, how to query a list of Subscriptions & its articles for a given Publication from Publisher? (transactional replication) Yes, there are easier ways to query …
sql server - must be enable as a Publisher - Database …
Jan 25, 2022 · I installed SQL Server 2017 on Centos 7 and used MSSM GUI for database replication configuration. when the distribution configuration process was successful until the …
sql server - Primary key with "NOT FOR REPLICATION" option
NOT FOR REPLICATION indicates that when a record is replicated to this table, any value that is inserted into the identity column via the replication agent keeps it's original value from the …
What is the performance overhead of snapshot replication vs ...
Dec 13, 2021 · Requirements: I want to setup a one-way replication for 4 tables from the database on this server into a database on another server for the purpose of reporting. The …
sql server - Pre- and Post- Snapshot Replication Scripts Not …
Nov 11, 2020 · I have a Snapshot Replication Publication setup on Server 1. Server 2 subscribes to the publication on Server 1. Data is replicating successfully. The Distributor Agent and …
sql server - Is it possible to use replication between 2 different SQL ...
Mar 29, 2022 · I have a SQL Server 2016 database in one server and a SQL Server 2019 Standard Edition database in another server. Is it possible to use replication and pass data …
How to fix a messed up replication on MS SQL Server
Apr 19, 2016 · The database uses replication to publish to a different server. Assuming the database restore would break the replication, I tried to delete the replication and re-create it …
SQL Server Replication Licensing - Database Administrators Stack …
Oct 18, 2023 · 0 Production database is hosted on a SQL Server Standard instance and is replicated using merge replication with web synchronization to 10 subscriber databases …
sql server - Replication Monitor Information using T-SQL
Jan 9, 2015 · The image below shows a transaction replication problem that I am currently investigating. The image comes from the Replication Monitor. How can I get this information …
How to setup continuous DB replication from on-prem MS SQL …
Nov 18, 2020 · I am looking for a way to set up continuous data replication between an on-prem Microsoft SQL Server to AWS RDS PostgreSQL. The source table is updated once every 24 …