SQL Server plugin: Fix WaitStats issue (#1859)

Issue #1854
This commit is contained in:
zensqlmonitor 2016-10-06 15:21:14 +02:00 committed by Cameron Sparr
parent 4ab0344ebf
commit 817d696628
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ DECLARE @w4 TABLE
)
DECLARE @w5 TABLE
(
WaitCategory nvarchar(16) NOT NULL,
WaitCategory nvarchar(64) NOT NULL,
WaitTimeInMs bigint NOT NULL,
WaitTaskCount bigint NOT NULL
)