SQL Server 2014 Replication – Part 4 Author: Basit A. Farooq Editor’s note: In this fourth part of my SQL Server 2014 Replication article series, you’ll learn about how to configure Merge replication. You’ll also learn about Merge replication conflict management. Creating a Merge publication The steps for creating a Merge publication are similar to creating a transactional publication. However,...
Tag: merge replication
SQL Server 2014 Replication – Part 3
SQL Server 2014 Replication – Part 3 Author: Basit A. Farooq Editor’s note: In this third part of my SQL Server 2014 Replication article series, you’ll learn about working and configuration of Transactional replication. You’ll also learn about working of Merge replication. Transactional replication Transactional replication sends incremental changes and transactions to the Subscribers. Transactional replication gives you a shorter...
SQL Server 2014 Replication – Part 1
SQL Server 2014 Replication – Part 1 Author: Basit A. Farooq; You use replication to move data between servers. Replication is important in distributed environments, when archiving data, and as an inexpensive way to support high availability. In this topic, you will learn about the different types of replication, the components involved in replication, and the steps necessary to configure...
Troubleshooting SQL Server 2012 Merge Replication
Troubleshooting SQL Server 2012 Merge Replication If you have problems with SQL Server 2012 merge replication, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because some SQL Server 2012 merge replication bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...