MSSQL2000
I need to write a proc that will delete a specific Job and it's linked Job Schedule.
I know to use the existing stored procs to update or add a job, but I do not see one for delete or drop. This leads me to assume that the proper way to delete through t-sql is using the standard DELETE FROM. Is this correct?
Just want to confirm before I proceed. Thanks!