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

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

Merged
merged 1 commit into from
Oct 23, 2024

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