In SQL Server, you can use the sp_update_jobstep
stored procedure to modify an existing job step of a SQL Server Agent job.
When you create a SQL Server Agent job, you create one or more job steps for that job. The sp_update_jobstep
procedure allows you to update a specific job step independent of the actual job or any other job steps.