100% found this document useful (1 vote)
2K views

Steps To Apply Service Pack For SQL Server Instances Involved in LogShipping

The document provides steps to apply a service pack to SQL Server instances involved in log shipping for disaster recovery. On the secondary instance, disable log shipping copy and restore jobs, stop SQL services, apply the service pack, and restart if needed. On the primary instance, disable the log shipping backup job, stop SQL services, apply the service pack, and restart if needed. After applying the service pack to both instances, re-enable the appropriate log shipping jobs.

Uploaded by

praveenmpk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views

Steps To Apply Service Pack For SQL Server Instances Involved in LogShipping

The document provides steps to apply a service pack to SQL Server instances involved in log shipping for disaster recovery. On the secondary instance, disable log shipping copy and restore jobs, stop SQL services, apply the service pack, and restart if needed. On the primary instance, disable the log shipping backup job, stop SQL services, apply the service pack, and restart if needed. After applying the service pack to both instances, re-enable the appropriate log shipping jobs.

Uploaded by

praveenmpk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Prepared by: Praveen Kumar

Steps to apply Service Pack for SQL Server Instances involved in LogShipping (Disaster Recovery)

Part-A:

 Step-1: On Secondary SQL Server, disable LSCopy & LSRestore Jobs.

 Step-2: Stop SQL Services using SQL Configuration Manager.

 Step-3: Apply SP2

 Step-4: Post SP2 installation completion, if required restart the secondary server.

@Secondary SQL Instance:

Before applying SP2

After applying SP2:


Part-B:

 Step-1: On Primary SQL Server, disable LSBackup Job.

 Step-2: Stop SQL Services using SQL Configuration Manager.

 Step-3: Apply SP2

 Step-4: Post SP2 installation completion, if required restart the Primary Server.

Post patching completion on Secondary & Primary SQL Instance:

 Enable LSBackup Job on Primary SQL Instance.

 Enable LSCopy & LS Restore Jobs on Secondary SQL Instance.


@Primary SQL Instance:

Before applying SP2:

You might also like