Hi @LauraC
To script out all the SQL Server Agent Jobs into one file.
You could click View --> Object Explorer Details which shows the objects with more details and allows selecting all the jobs together for creating the script.
Refer to this blog: How to script all the SQL Agent Jobs in a single script file
Also, you could use PowerShell or SP to generate Job scripts. Find more answers in this similar thread: Automatically create scripts for all SQL Server Jobs
Best regards,
LiHong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.