Which script is affected?
sp_HealthParser
Script Version
6.5
SQL Server Version
Microsoft SQL Azure (RTM) - 12.0.2000.8 Mar 13 2026 08:25:28 Copyright (C) 2025 Microsoft Corporation
Describe the Bug
While Executing dbo.sp_QuickieStore Stored Procedure with @expert_mode = 1 getting below error
-- Expert mode for additional details
EXECUTE dbo.sp_QuickieStore
@expert_mode = 1;
Msg 8114, Level 16, State 5, Line 38
Error converting data type nvarchar to bigint.
Steps to Reproduce
connect to ssms
select azure database
run below procedure from query analyzer
EXECUTE dbo.sp_QuickieStore
@expert_mode = 1;
Msg 8114, Level 16, State 5, Line 38
Error converting data type nvarchar to bigint.
Expected Behavior
procedure has to execute without error
Actual Behavior
Returning error
Msg 8114, Level 16, State 5, Line 38
Error converting data type nvarchar to bigint.
Error Messages
Msg 8114, Level 16, State 5, Line 38
Error converting data type nvarchar to bigint.
Additional Context
No response
Which script is affected?
sp_HealthParser
Script Version
6.5
SQL Server Version
Microsoft SQL Azure (RTM) - 12.0.2000.8 Mar 13 2026 08:25:28 Copyright (C) 2025 Microsoft Corporation
Describe the Bug
While Executing dbo.sp_QuickieStore Stored Procedure with @expert_mode = 1 getting below error
-- Expert mode for additional details
EXECUTE dbo.sp_QuickieStore
@expert_mode = 1;
Msg 8114, Level 16, State 5, Line 38
Error converting data type nvarchar to bigint.
Steps to Reproduce
connect to ssms
select azure database
run below procedure from query analyzer
EXECUTE dbo.sp_QuickieStore
@expert_mode = 1;
Msg 8114, Level 16, State 5, Line 38
Error converting data type nvarchar to bigint.
Expected Behavior
procedure has to execute without error
Actual Behavior
Returning error
Msg 8114, Level 16, State 5, Line 38
Error converting data type nvarchar to bigint.
Error Messages
Additional Context
No response