lowlydba/dba-multitool

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

mattcargile opened this issue · 1 comments

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

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