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

[Bug] sp_helpme & sp_sizeoptimiser SQLSTring & msg Variable Case Sensitivity #203

Closed
mattcargile opened this issue Jun 22, 2021 · 1 comment · Fixed by #205
Closed

[Bug] sp_helpme & sp_sizeoptimiser SQLSTring & msg Variable Case Sensitivity #203

mattcargile opened this issue Jun 22, 2021 · 1 comment · Fixed by #205
Assignees
Labels
bug Something isn't working

Comments

@mattcargile
Copy link
Contributor

Describe the bug
sp_helpme and sp_sizeoptimizer have variables without proper casing so deployments to case sensitive collations fail. Correction on Line 209 and Line 435 within sp_helpme. Corrections on lines 1325 through 1330 within sp_sizeoptimiser

To Reproduce
Install-DbaMultiTool on Case Sensitive Instance/Database

Expected behavior
Install should complete

Versions(please complete the following information):

  • OS: N/A
  • SQL Server: N/A
  • SSMS: v18

Additional context
N/A

@lowlydba
Copy link
Owner

Thanks for the bug report and fix! Merged to development and will move to master soon.

@lowlydba lowlydba linked a pull request Jun 22, 2021 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants