Overview:

Earlier, in previous parts we saw two types of replication in snapshot.

Here in part three we will be covering transactional replication.

Types of SQL Server Replication:

Let’s see each type by an example so we will get a clear gist what each and every replication is doing, starting with Transactional Replication.

Transactional Replication
Transactional Replication Configuration

As you know, replication architecture has three components: Publisher, Distributor and Subscriber that we need to configure.

Let’s Start:

Logically it is advisable to take three instances. Here I am explaining transactional replication local server (SQL).

NOTE

To Configure and to check on your local PC you need to install SQL Server (2008, 2008R2, 2012, 2014 and so on). Express Edition will have less features in local PC.

Conclusion

Transactional Replication is suitable for small databases where replication is needed. For huge database (TB) on server make sure you have plenty of resources available for replication (Transactional) running efficiently.