Skip to content

Error While Executing dbo.sp_QuickieStore Stored Procedure with @expert_mode = 1 #767

@ravirajch

Description

@ravirajch

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.

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions