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.