Friday, October 22, 2021

.::: Latihan SSIS convert csv file to SQL / MSSQL :::.



1. Create database on SQL Server 
create database LatSSIS;
use LatSSIS;
go

Wednesday, October 13, 2021

.::: How to Install Replica SQl Server (MSSQL) include distributor, publisher, subscriber :::.


1. Enable SQL replication setup



2. configure a SQL replication distributor


.::: Testing Failover Always On SQL Server (MSSQL) and collect Log after Failover :::.

 
A. Failover using GUI / SQL Management Studio
1. Capture always on before Failover