From 90f59f673c043e1b6f1f77cc9ac8b4879ef248bf Mon Sep 17 00:00:00 2001
From: yogata <42662036+oga-clp@users.noreply.github.com>
Date: Mon, 14 Sep 2020 16:28:44 +0900
Subject: [PATCH] Fix hyper-links
I added , , .
And I noticed that the identifier (id) should be small characters.
---
MSSQL_Upgrade_Procedure.md | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/MSSQL_Upgrade_Procedure.md b/MSSQL_Upgrade_Procedure.md
index 2bff66d..06f6020 100644
--- a/MSSQL_Upgrade_Procedure.md
+++ b/MSSQL_Upgrade_Procedure.md
@@ -3,11 +3,13 @@
This document has three solutions for upgrade MSSQL server in cluster environment.
## Contents
-[A) In the case that masterdb is stored on local disk.](#caseA)
+[A) In the case that masterdb is stored on local disk.](#casea)
-[B) In the case that masterdb is stored on Mirror Disk.](#caseB)
+[B) In the case that masterdb is stored on Mirror Disk.](#caseb)
-[C) In the case that All databases stored in Mirror Disk and no need to chang any configuration ECX.](#caseC)
+[C) In the case that All databases stored in Mirror Disk and no need to chang any configuration ECX.](#casec)
+
+
## A) In the case that masterdb is stored on local disk (*)
@@ -48,6 +50,8 @@ This document has three solutions for upgrade MSSQL server in cluster environmen
-> Disable Recovery Action Caused by Monitor Recource Failure: Uncheck
1. Apply the configuration.
+
+
## B) In the case that masterdb is stored on Mirror Disk
### Preparation
@@ -112,6 +116,8 @@ This document has three solutions for upgrade MSSQL server in cluster environmen
- Select "Manual Startup"
- Apply cluster configuration
+
+
## C) In the case that All databases stored in Mirror Disk and no need to chang any configuration ECX.
1. Backup Database on Active Server.
1. Confirm that cluster staus is normal and group is active on Primary Server.