You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of the script @Version = '3.96', @VersionDate = '20200712'
What is the current behavior?
Output of @help=1 has this snippet in it:
"@BackupPath NVARCHAR(MAX), defaults to = ''D:\Backup''. You 99.99999% will need to change this path to something else. This tells Ola''s job where to put backups."
The code actually just sets and leaves it at NULL if not specified.
msdbCentral created with no tables, but 22 jobs are created as expected
Message in output is "@tbl_sql is NULL for some reason".. not helpful to the user If the current behavior is a bug, please provide the steps to reproduce.
Reproduce by omitting @BackupPath value when invoking SP What is the expected behavior?
Check if @BackupPath is NULL, issue Raiserror and exit Which versions of SQL Server and which OS are affected by this issue? Did this work in previous versions of our procedures?
No idea if this ever worked correctly
The text was updated successfully, but these errors were encountered:
Version of the script
@Version = '3.96', @VersionDate = '20200712'
What is the current behavior?
Output of @help=1 has this snippet in it:
"@BackupPath NVARCHAR(MAX), defaults to = ''D:\Backup''. You 99.99999% will need to change this path to something else. This tells Ola''s job where to put backups."
The code actually just sets and leaves it at NULL if not specified.
msdbCentral created with no tables, but 22 jobs are created as expected
Message in output is "@tbl_sql is NULL for some reason".. not helpful to the user
If the current behavior is a bug, please provide the steps to reproduce.
Reproduce by omitting @BackupPath value when invoking SP
What is the expected behavior?
Check if @BackupPath is NULL, issue Raiserror and exit
Which versions of SQL Server and which OS are affected by this issue? Did this work in previous versions of our procedures?
No idea if this ever worked correctly
The text was updated successfully, but these errors were encountered: