Replies: 1 comment
-
The jobs will not be changed after they have been created. You will either have to modify the jobs or drop them and rerun the script. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I change the backup directory to a new backup directory?
I have changed
DECLARE @BackupDirectory nvarchar(max) = 'C:\backup' to 'D:\backup'
and execute the script again, but nothing changed.
Have I missed something?
Beta Was this translation helpful? Give feedback.
All reactions