About 2,660,000 results
Open links in new tab
  1. Add Article to Publication for SQL Server Transactional Replication

    Oct 15, 2018 · Add Article in Replication using SQL Server Management Studio. You can add articles to an existing publication from the Properties window on the publisher server.

  2. How to Add/Drop articles from existing publications in SQL Server

    Aug 24, 2018 · Let us deep-dive into the concepts of adding article (s) to the existing transactional replication. This is simple, straight-forward and Microsoft recommended practice.

  3. sql - Adding table (s) to replicated DB - Stack Overflow

    Apr 24, 2018 · For basic transactional replication, you can use sp_addarticle and sp_addsubscription for each table without affecting the existing subscriptions.

  4. Add & drop articles (existing Publication) - SQL Server

    Sep 27, 2024 · After a publication is created, it is possible to add and drop articles. Articles can be added at any time, but the actions required for dropping articles depend on the type of …

  5. Adding an Article Without a Full SnapshotSQLServerCentral

    Jun 11, 2001 · Have you got transactional replication in your SQL environment? Do you need to add a new table to your publication, but can't afford the time necessary to create a full new …

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

  7. Adding a New Table to Transactional Replication in SQL Server

    Dec 13, 2014 · By following these steps, you can quickly and efficiently add a new table to transactional replication without the need for a full snapshot. This approach minimizes the …

  8. Adding a new table to Replication in MSSQL Server without ...

    Jan 28, 2019 · Use sp_addarticle to add and publish the new table in your publication (Code given below) Use sp_addsubscription to add subscription for the new table to your Subscribers …

  9. Replication: add a new table with out a new snapshot

    Aug 8, 2013 · Yes, you can set up the replication of the new article without doing a snapshot. Create the table first then populate it yourself, or do it later when you have some maintenance …

  10. SQL Server transactional replication, and adding new tables

    Feb 17, 2009 · I have a very large existing set of tables being replicated (transactional) between two servers over a dedicated VPN connection. I need to add a new table. Reloading all the …

  11. Some results have been removed
Refresh