SQL SERVER HIGH AVAILABILITY CONFIGURATION – PART3

Change the SQL Server Service Account Open the SQL Server configuration manager. We need to change the service account for SQL server services. Right click on SQL server service, select properties, go to log on tab, click on Browse button, click on location select Entire Directory and click on ok, now type the name Administrator […]

SQL SERVER HIGH AVAILABILITY CONFIGURATION – PART1

Prerequisite for SQL Server Always On Setup All Nodes are in Domain Network Static IP should be assigned on all nodes Windows Failover Cluster Roles should be installed on all nodes SQL Server of same version should be installed on all nodes All Ports should be allowed in Windows firewall SQL Server services should be […]

Installation of SFTP on Windows Server

SFTP (Secure File Transfer Protocol) is a network protocol that uses the Secure Shell (SSH) protocol to securely transfer files between computers. How it works SSH creates a secure connection when logging into a remote computer. SFTP uses SSH to securely transfer files between a client and a remote host server. SFTP authenticates the client […]