Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create CREATE .SQL ScriptsSCRIPTS

Open SQL Server Management Studio

Select New Query

In the Query Window Type the follow:

  • Use <Workbench Database Name>
  • Exec <Stored Procedure Name> <Any Required

...

  • Parameters> 
  • The Items inside < > must be changed to match your requirements.

...

  • Note that you can run more than "Stored Procedure" that need to be on the same schedule, you just need to put a "go" on the line directly after the exec statement.

...

Image Added

 

Select File-Save Navigate to the Workbench Share and create a new folder called "ScheduledJobs"

Select File-Save Navigate to the Workbench Share and create a new folder called Scheduled Jobs

Name the .SQL file something descriptive and click Save

Image Added

Repeat these steps for all the Jobs you wish to create.