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
Also the job step creation script needs similar adjustments.
For consistency with the other variables I suggest changing all cases of @jobid and @jobID to @JobId
The following changes are also required: Msdb.dbo.SysJobs -> msdb.dbo.sysjobs Msdb.dbo.SysJobSteps -> msdb.dbo.sysjobsteps Job_Id -> job_id jobidcursor -> jobidCursor
RestoreCommand.sql doesn't run as is in case-sensitive environments.
The following needs to be changed (in two places)
to
and all other references to
restorecursor
need to be changed toRestoreCursor
The text was updated successfully, but these errors were encountered: