About 211,000 results
Open links in new tab
  1. 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) (transactional replication) Yes, there are …

  2. change data capture - CDC vs replication vs anything else

    Jul 13, 2016 · Replication doesn't really need much infrastructure, just another SQL Server to replicate to. If you want to have a complete copy of the database for reporting purposes, the …

  3. Creating a read only replica of SQL Server database for reports

    Does Transactional replication suit my problem the most among SQL Server replication mechanisms? Out of all of the replication options - Transactional sounds like it is what helps …

  4. SQL Server Many-to-One replication

    This is one-way replication (no changes will be made to the reporting server). I will need to replicate changes from the source databases with relatively low latency (say 20-30 seconds). …

  5. How to fix a messed up replication on MS SQL Server

    Apr 19, 2016 · The SQL command 'sp_MSactivate_auto_sub' had returned fewer rows than expected by the replication agent. So I tried an alternative method of deleting the article, …

  6. Does SQL Server 2016 Standard Edition include replication?

    Aug 3, 2017 · Yes. (See the REPLICATION section in Editions and supported features of SQL Server 2016. Yes. The distributor (Distribution Server) is located on a SQL Server instance …

  7. sql server - Is replication possible on two different domains ...

    Nov 1, 2013 · Use SQL Authentication for cross domain connections when setting up replication. My replication stairway articles give a step by step walkthrough of setting up SQL Server …

  8. sql server - Clustering vs. transactional replication vs. availability ...

    Two (or more) servers in a Windows Failover cluster, SQL Server as a clustered instance; Two (or more) SQL Server instances that are kept up to date with transactional replication; Two (or …

  9. sql server - What User Level is needed for Transactional …

    Mar 20, 2015 · I tried using DB_Owner for sql accounts and just a regular Windows user however it seems that Transactional Replication isn't working with those settings. ( I might have messed …

  10. SQL Server replication additional subscriber - Database …

    Sep 15, 2021 · You can create the replication snapshot from a Database Snapshot which uses copy-on-write sparse files to create a point-in-time consistent view of a database with no …

Refresh