olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution
https://ola.hallengren.com
MIT License
2.91k stars 756 forks source link

New parameters for specifying case in directory structure and file name #836

Closed olahallengren closed 2 days ago

olahallengren commented 6 days ago

I have added two new parameters; @DirectoryStructureCase and @FileNameCase.

The allowed values are NULL (default), LOWER and UPPER.