SQL Server Log Shipping & Disaster Recovery Install and Configuration -4

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-2/

https://ittutorial.org/sql-server-log-shipping-3/

 

Now perform the necessary configurations for the Secondary Database below.

 

12

 

 

13

 

Perform the necessary configurations for the Secondary Database as follows. Now create the Copy and Restore Job that will copy and transfer the Transaction Log Backups from the Primary Server to the Secondary Server and Restore it to the Standby database.

 

 

14

15

 

 

Create the copy job with Schedule 3 minutes and specify the deletion of the old files older than 15 minutes.

On the Secondary Server, I have specified the path to copy these files as follows.

 

16

 

 

The Restore Job is specified in Schedule as follows.

17

 

In the following step, we determine the mode of our Secondary database. I have set my mode mode to Standby mode. Thus, the Secondary database will be in Read-only mode at intervals that the Restore job is not running and will be available for reporting.

18

 

 

Click on the OK button after entering the required Schedule and Paths for both Copy and Restore jobs.

19

 

 

20

 

the Log Shipping Configuration has been completed successfully . Since the installation is completed successfully, Backup and Restore job will be created in the Primary database and in the Secondary Database. We can see these jobs as follows.

 

 

21

22

 

 

SQL Server log shipping installation is completed.

 

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/

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

5 comments

  1. Have you ever considered creating an e-book or guest authoring on other blogs? I have a blog based on the same subjects you discuss and would really like to have you share some stories/information. I know my audience would appreciate your work. If you are even remotely interested, feel free to send me an email.

  2. Do you have a spam issue on this site; I also am a blogger, and I was wanting to know your situation; many of us have developed some nice methods and we are looking to exchange techniques with others, be sure to shoot me an email if interested.

  3. Quality articles is the key to invite the users to go to see the site, that’s what this site is providing.

Leave a Reply

Your email address will not be published. Required fields are marked *