I am scripting Agent Jobs using SMO for SQL Server and the resulting script strings have a have parameter and value that I want to remove from the final version I am storing. The portion of the script that I want to look at is the schedule being added to the job, where it includes a @schedule_uid parameter with a GUID associated with it. I'd like to remove this entirely from the script.I am scripting Agent Jobs using SMO for SQL Ser