浏览代码

Update README.md

Parikshit 8 年之前
父节点
当前提交
194abe40dc
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      SQL-Performance-Baseline/README.md

+ 4 - 4
SQL-Performance-Baseline/README.md

@@ -1,4 +1,4 @@
-
+ 
 # SQL Performance Baseline
 
 A recording of the webinar which talks about this solution is available on [YouTube](https://www.youtube.com/watch?v=bx_NGNEz94k)
@@ -30,12 +30,12 @@ You can follow the steps mentioned below  to set it up in your environment.
 
 _DISCLAIMER_: © 2016 Microsoft Corporation. All rights reserved. Sample scripts in this guide are not supported under any Microsoft standard support program or service. The sample scripts are provided AS IS without warranty of any kind. Microsoft disclaims all implied warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample scripts and documentation remains with you. In no event shall Microsoft, its authors, or anyone else involved in the creation, production, or delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample scripts or documentation, even if Microsoft has been advised of the possibility of such damages.
 
-### Changes
+### Changes Notes
 
 Date: 2017/05/12
 Author: Dirk Hondong
-affected script: CreateSystemhealthDBandSchema.sql
-affected proc: dbo.spLoadSchedulerMonitor
+Affected script: CreateSystemhealthDBandSchema.sql
+Affected proc: dbo.spLoadSchedulerMonitor
 Change: data type change from int to bigint 
 c1.value('(./event/data[@name="id"])[1]', 'int') as [id]  
 to