Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added checks 92 and 224 to skipped checks for Azure SQL MI #3441

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Added checks 92 and 224 to skipped checks for Azure SQL MI #3441

merged 1 commit into from
Feb 19, 2024

Conversation

VladDBA
Copy link
Contributor

@VladDBA VladDBA commented Feb 18, 2024

Hi Brent,

On Azure SQL Managed Instance the following checks should be skipped:

  • 92 - drive info/space usage
  • 224 - SSRS/SSAS/SSIS Installed

The errors they throw on MI:

  • 92
    Running CheckId [92].
    Msg 8115, Level 16, State 8, Line 1
    Arithmetic overflow error converting numeric to data type numeric.
    The statement has been terminated.
    
  • 224
    Running CheckId [224].
    Msg 40514, Level 16, State 45, Procedure xp_cmdshell, Line 1 [Batch Start Line 0]
    'xp_cmdshell' is not supported in this version of SQL Server.
    

@VladDBA VladDBA changed the title Added checks 92 and 224 to skip list for SQL MI Added checks 92 and 224 to skipped checks for Azure SQL MI Feb 18, 2024
Copy link
Member

@BrentOzar BrentOzar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pull request! Looks good, merging into the dev branch, will be in the next release with credit to you in the release notes.

@BrentOzar BrentOzar merged commit d63e3b2 into BrentOzarULTD:dev Feb 19, 2024
3 checks passed
@BrentOzar BrentOzar added this to the 2024-03 Release milestone Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants