
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 …
sql server - RAM consumption constantly increasing - Database ...
Mar 10, 2025 · We have deployed a transactional replication system using a SQL Server 2022 Standard Edition, with Publisher and Distributor roles (on the same machine) and two SQL …
sql server - Add article to transactional publication without ...
Using SQL 2008 R2 transactional replication with pull subscribers, when we add an article, I'd like to avoid having to create an entire snapshot (the db is ~80 GB, so this takes hours). From this
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 …
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 - Is replication possible on two different domains ...
Nov 1, 2013 · I am implementing a database replication between different geograhical locations where each one is on a different domain. After going through all the process, when I start the …
How to Migrate complete Transactional Replication to other …
Jun 22, 2020 · Is it possible to migrate the Transactional Replication: Publisher, Subscriber, Distribution Database without having to take a new Snapshot? Currently we have in Server_1 …
Transaction Log won't shrink, DB thinks it is replicating
After which you could try adding a replication and removing a replication for an individual table in the database as suggested in post further down. We had a database at one time that switched …
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 …
sql server - Why do I get "The initial snapshot for publication is not ...
With basic Transactional Replication there are a variety of agents. Helpful MSDN article There is the Snapshot Agent which is responsible for the initial snapshot of data and schema. This can …