Skip to content

Conversation

@goranschwarz
Copy link
Contributor

When your lazy and do not want to fill in all parameters: @DatabaseName, @SchemaName and @TableName

Now you can simply do: EXEC sp_BlitzIndex @ObjectName = 'schema.tablename'
Or if you're really lazy do: EXEC sp_BlitzIndex 'schema.tablename'

…me, @SchemaName and @TableName

Now you can simply do: EXEC sp_BlitzIndex @objectname = 'schema.tablename'
Or if you're really lazy do: EXEC sp_BlitzIndex 'schema.tablename'
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.

Hahaha, that's genius, I love it.

@BrentOzar BrentOzar merged commit fbc68d6 into BrentOzarULTD:dev Oct 23, 2024
3 checks passed
@BrentOzar BrentOzar added this to the 2025-01 Release milestone Oct 23, 2024
@BrentOzar
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants