Skip to content

Commit 4cb1a87

Browse files
author
Chris May
committed
Tweak
1 parent 0694221 commit 4cb1a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_PerfCheck/sp_PerfCheck.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
571571
avg_wait_ms AS (wait_time_ms / NULLIF(waiting_tasks_count, 0)),
572572
percentage decimal(5, 2) NOT NULL,
573573
signal_wait_time_ms bigint NOT NULL,
574-
wait_time_percent_of_uptime decimal(5, 2) NULL,
574+
wait_time_percent_of_uptime decimal(6, 2) NULL,
575575
category nvarchar(50) NOT NULL
576576
);
577577

0 commit comments

Comments
 (0)