About 70,300 results
Open links in new tab
  1. SQL Server Database Restore with Replication

    High Level Overview: How can I restore a SQL DB that's involved in transactional replication with 5 pub/subs, without having to drop, create, & re-initialize (or re-snapshot) all the subs. Or at …

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

  3. Is it possible to use replication between 2 different SQL Versions?

    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 …

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

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

  6. Transactional replication Snapshot agent not starting

    Sep 7, 2024 · Also granted the domain account sql logins the dbowner permissions to the required databases (distribution database on distribution server, and other replication …

  7. How to Migrate complete Transactional Replication to other …

    Jun 22, 2020 · Create new Transactional Replication from Scratch (using the scripts generated from the existing Replication) with replication support only Run snapshot jobs to ensure the …

  8. sql server - How to drop a table that was replicated in the past ...

    Mar 23, 2024 · I have researched the issue, but so far everything I have found required needs information about replication setup: Articles, Publishers, Subscribers, etc that I don't have. I …

  9. sql server - Pre- and Post- Snapshot Replication Scripts Not …

    Nov 11, 2020 · I created a stored procedure on Server 2 to drop (pre replication) and create (post replication) schemabound entities on Server 2's subscriber database. (I've done this …

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