浏览代码

Edited info files

Pedro Lopes 9 年之前
父节点
当前提交
583c1f0e3d
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      BPCheck/PARAMETERS.md
  2. 3 3
      BPCheck/README.md

+ 1 - 1
BPCheck/PARAMETERS.md

@@ -1,7 +1,7 @@
 **Important options for executing BPCheck**
 
 Set **@duration** to the number of seconds between data collection points regarding perf counters, waits and latches. Duration must be between 10s and 255s (4m 15s), with a default of 90s.
-Set **@ptochecks** to OFF if you want to skip more performance tuning and optimization oriented checks. Uncomment @custompath below and set the custom desired path for .ps1 files. If not, default location for .ps1 files is the Log folder.
+Set **@ptochecks** to OFF if you want to skip more performance tuning and optimization oriented checks. Uncomment **@custompath** below and set the custom desired path for .ps1 files. If not, default location for .ps1 files is the Log folder.
 Set **@allow_xpcmdshell** to OFF if you want to skip checks that are dependant on xp_cmdshell. Note that original server setting for xp_cmdshell would be left unchanged if tests were allowed.
 Set **@spn_check** to OFF if you want to skip SPN checks.
 Set **@diskfrag** to ON if you want to check for disk physical fragmentation. Can take some time in large disks. Requires elevated privileges.

+ 3 - 3
BPCheck/README.md

@@ -1,8 +1,8 @@
 **BPCheck** - Check SQL Best Practices
 
-Purpose: Checks SQL Server in scope for some of most common skewed Best Practices and performance issues. Valid from SQL Server 2005 onwards. By default all databases in the SQL Server instance are eligible for the several database specific checks, and you may use the optional parameter to narrow these checks to specific databases.
+**Purpose:** Checks SQL Server in scope for some of most common skewed Best Practices and performance issues. Valid from SQL Server 2005 onwards. By default all databases in the SQL Server instance are eligible for the several database specific checks, and you may use the optional parameter to narrow these checks to specific databases.
 
-Check the PARAMETERS.md file for usage parameters
+All checks marked with * can be disabled by @ptocheck parameter. Check the PARAMETERS.md file or script header for all usage parameters.
 
 Contains the following information:
 - Uptime
@@ -108,7 +108,7 @@ And performs the following checks:
   - Errorlog based checks
   - System health checks
 
-IMPORTANT pre-requisites:
+**IMPORTANT pre-requisites:**
 - Only a sysadmin/local host admin will be able to perform all checks.
 - If you want to perform all checks under non-sysadmin credentials, then that login must be:
   - Member of serveradmin server role or have the ALTER SETTINGS server permission;