Skip to content

Conversation

@BrentOzar
Copy link
Member

No description provided.

goranschwarz and others added 16 commits October 23, 2024 23:08
…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'
When your lazy and do not want to fill in all parameters... for: @DatabaseName, @SchemaName, @TableName
…] to match similar fields in other temp tables.

BlitzIndex will now report "size" for indexes less than 1 MB.
The select from the #BlitzIndexResults table is present 2 times in the same block
The issue is caused by an illegal character (&) in the description of the Finding column for CheckID = 162. To resolve this issue, update the description to replace & with and, ensuring XML compatibility.
Replace illegal character & in sp_Blitz for Markdown output result
INT data type prevents reporting indexes < 1 MB
…ters

#3586 - adding target & total memory counters to server info section. Closes #3586.
sp_Blitz - correctly check permissions for sys.traces
Really, really big data files would overflow an NVARCHAR(10). Closes #3599.
Bumping dates and version numbers.
@BrentOzar BrentOzar added this to the 2025-01 Release milestone Dec 28, 2024
@BrentOzar BrentOzar self-assigned this Dec 28, 2024
@BrentOzar BrentOzar merged commit 432552c into main Dec 28, 2024
6 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.

7 participants