Skip to content

fix #3746 by changing lots of 4 x spaces into 1 x tabs#3747

Merged
BrentOzar merged 1 commit intoBrentOzarULTD:devfrom
MisterZeus:sp_BlitzIndex_long_database_names
Nov 18, 2025
Merged

fix #3746 by changing lots of 4 x spaces into 1 x tabs#3747
BrentOzar merged 1 commit intoBrentOzarULTD:devfrom
MisterZeus:sp_BlitzIndex_long_database_names

Conversation

@MisterZeus
Copy link
Copy Markdown
Contributor

fixes #3746 by making the dynamic SQL string shorter, so it does not truncate itself anymore when running sp_BlitzIndex in a database with a super long name of 128 chars long.

Copy link
Copy Markdown
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.

Hi! What's the problem we're trying to solve with this pull request?

Copy link
Copy Markdown
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.

Ah! I see what you mean in the other notes - got it! 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 added this to the 2025-12 Release milestone Nov 18, 2025
@BrentOzar BrentOzar merged commit d316d27 into BrentOzarULTD:dev Nov 18, 2025
0 of 4 checks passed
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.

long database names cause dynamic SQL truncation error in sp_BlitzIndex

2 participants