|
@@ -6,7 +6,7 @@ In the output for view_Waits.sql, you will find the following information in 4 s
|
|
|
- Waits since server last restarted or DMV was manually cleared using DBCC SQLPERF("sys.dm_os_wait_stats",CLEAR).
|
|
|
- Current waiting tasks.
|
|
|
|
|
|
-In the output for view_Latches.sql, you will find the following information in 4 sections:
|
|
|
+In the output for view_Latches.sql, you will find the following information in 3 sections:
|
|
|
- Uptime Information
|
|
|
- Latches over last xx seconds (default is 60s).
|
|
|
- Latches since server last restarted or DMV was manually cleared using DBCC SQLPERF("sys.dm_os_latch_stats",CLEAR).
|