Hi,
In this article, I will continue to explain you about Log Shipping technology in SQL Server.
Read previous article before this.
https://ittutorial.org/sql-server-log-shipping-install-and-configuration-2/
In this step let’s start the Log Shipping Configuration. The screenshot of the steps are as follows.
Right-click the TestDatabase and go to the Transaction Log Shipping menu on the Properties tab as shown in the following image, enable this database for Log Shipping Configuration.
Create a Transaction Log Backup job as follows, and specify a Schedule as follows. Specify Backup job as every 1 minute intervals and delete files older than 15 min like following.
create a Share folder that can be accessed by Secondary Server on the primary server and write it to the following paths.
Configure Transaction Log Backup job on the Primary Database and click the OK button.
I will continue to explain the configuration of Log Shipping in the Next article.
Do you want to learn Microsoft SQL Server DBA Tutorials for Beginners, then read the following articles.
https://ittutorial.org/sql-server-tutorials-microsoft-database-for-beginners/