浏览代码

Update README.md

Pedro Lopes 9 年之前
父节点
当前提交
8935f9cfbe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MaintenanceSolution/README.md

+ 1 - 1
MaintenanceSolution/README.md

@@ -37,7 +37,7 @@ Here's the detail on what these steps do:
   - The weekly actions aim to execute on Fridays for MEA and Sundays for the rest of the world.
   - Job will:
     - Weekly DBCC CHECKDB on all online, read-write user databases below 1TB.
-    - Daily combination of DBCC CHECKALLOC, DBCC CHECKCATALOG, DBCC CHECKTABLE (depensing on VLDB setting) on all online, read-write user databases over 1TB.
+    - Daily combination of DBCC CHECKALLOC, DBCC CHECKCATALOG, DBCC CHECKTABLE (depending on VLDB setting) on all online, read-write user databases over 1TB.
     - Weekly execution of DBCC UPDATEUSAGE on all online, read-write databases up to 4GB.
     - Weekly execution of sp_createstats with indexonly.
     - Weekly purge of all MSDB job history over 30d.