Skip to content

Conversation

@VladDBA
Copy link
Contributor

@VladDBA VladDBA commented Nov 15, 2025

Closes #3739

Added handling for:

  • quoted database and object names
  • table name prefixed with schema name
  • no @OutputDatabaseName and @DatabaseName specified on Azure SQL DB
  • no schema name provided anywhere when @OutputDatabaseName = DB_NAME()
  • if @SchemaName was not provided try to get it based on @DatabaseName.sys.objects and @DatabaseName.sys.schemas

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. Merging into the dev branch, will be in the next release with credit to you in the release notes.

@BrentOzar BrentOzar merged commit 6300d8a into BrentOzarULTD:dev Nov 17, 2025
0 of 4 checks passed
@BrentOzar BrentOzar added this to the 2025-12 Release milestone Nov 17, 2025
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.

sp_BlitzIndex - more flexible handling of @(Output)DatabaseName, @(Output)SchemaName, and @(Output)TableName

2 participants