olahallengren / sql-server-maintenance-solution

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

Added parameters for directory/file name casing and UTC timestamp support #840

Closed olahallengren closed 9 hours ago

olahallengren commented 2 days ago

I have added two new parameters to specify the case; @DirectoryStructureCase and @FileNameCase. The allowed values are NULL (default), LOWER and UPPER.

I have also added one new parameter for the timezone for tokens (that are used in the file name), @TokenTimezone. The allowed values are LOCAL (default) and UTC.