We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0694221 commit 4cb1a87Copy full SHA for 4cb1a87
1 file changed
sp_PerfCheck/sp_PerfCheck.sql
@@ -571,7 +571,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
571
avg_wait_ms AS (wait_time_ms / NULLIF(waiting_tasks_count, 0)),
572
percentage decimal(5, 2) NOT NULL,
573
signal_wait_time_ms bigint NOT NULL,
574
- wait_time_percent_of_uptime decimal(5, 2) NULL,
+ wait_time_percent_of_uptime decimal(6, 2) NULL,
575
category nvarchar(50) NOT NULL
576
);
577
0 commit comments