
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 from …
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 Server Express …
sql server - Is replication possible on two different domains ...
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 agent it runs and sto...
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 (we have a script …
sql server - Scripting Replication - Database Administrators Stack …
Automating the creation of transactional replication in SQL Server involves several steps. Below is a process you can follow, which includes scripting the replication setup and ensuring all database …
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 from 2016 to 2019?
sql server - how can I list all views and functions that are replicated ...
Nov 5, 2024 · sql-server replication sql-server-2019 transactional-replication dmv Improve this question asked Nov 5, 2024 at 19:33 Marcello Miorelli
sql server - How to completely get rid of replication subscriptions ...
Sep 13, 2018 · I have restored a database in another server. I don't want any of the transactional subscriptions of the former database. I already called exec sp_removedbreplication 'MyRestoredDB' …
sql server - must be enable as a Publisher - Database Administrators ...
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 end but when …
How to setup continuous DB replication from on-prem MS SQL server …
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 hours. …