SQL Server: How To Configure Always On With Replication

Описание к видео SQL Server: How To Configure Always On With Replication

Always on with Replication:

Node1 : Primary Replica
Node2 : Secondary Replica
Node3 : Distributor
NOde4 : subscriber

use master
exec sp_adddistributor
@distributor = N'Node3'
,@heartbeat_interval=10
,@password='123#
===================================

USE distribution;
GO
EXEC sp_redirect_publisher
@original_publisher = 'Node1',
@publisher_db = 'Adventureworks2019',
@redirected_publisher = 'RListen';



Join the whats app Group for the scripts and assistance:
https://chat.whatsapp.com/KPXLozGtE9C...

You Can Also Download the scripts from below floder
https://drive.google.com/drive/folder...
We strongly believe there is always chance of betterment, so suggestions are most welcome.

Happy learning, and best of luck in your professional journey!

The journey of improvement is ongoing and never be an end.

Thank you!
MS SQL DBA Tech Support

Комментарии

Информация по комментариям в разработке