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

fix missing CPU column for case-sensitive SQL instances #113

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MisterZeus
Copy link
Contributor

@MisterZeus MisterZeus commented Jan 18, 2024

Hi Adam!

I discovered that the CPU column disappears when running sp_WhoIsActive on a case-sensitive SQL instance.

I've attached the 3-character fix for it.

The rest of the changes (if any) are going to be line-endings that GitHub detected as being inconsistent.
On my branch, it changed all line-endings to Windows CR+LF, as that's what I'm using. Your mileage may vary :-)

Pro tip: on the GitHub file diff page, you can click the Cog icon and "Hide whitespace" to verify my changes are only "cpu" to "CPU".

Thanks!

When running sp_WhoIsActive on a case-sensitive SQL Server, the CPU column was getting hidden for no reason.
When running who_is_active.sql in a case-sensitive SQL instance, the CPU column was getting hidden for no reason.
@MisterZeus MisterZeus changed the title Mister zeus patch 1 fix missing CPU column for case-sensitive SQL instances Jan 18, 2024
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.

1 participant