|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Disable Job Steps
Hi
I have a job setup in SQL Server Agent (SQL 2005) that runs multiple packages. Each package is run as a separate step in the job. I am busy testing the job and want to skip some of the longer running packages for now. Is there a way to disable a job step and then enable it again when I am ready. Deleting the step and recreating it again is one option, but there must be a better way Thanks Take a look at
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/e158802c-c347-4a5d-bf75-c03e5ae56e6b.htm Show quoteHide quote "Trevor Howe" <TrevorH***@discussions.microsoft.com> wrote in message news:13A6603B-003D-4BD8-805F-F37C8AC23A6F@microsoft.com... > Hi > > I have a job setup in SQL Server Agent (SQL 2005) that runs multiple > packages. Each package is run as a separate step in the job. I am busy > testing the job and want to skip some of the longer running packages for > now. > Is there a way to disable a job step and then enable it again when I am > ready. Deleting the step and recreating it again is one option, but there > must be a better way > > Thanks Trevor Howe wrote:
> Hi On each job step you have to option to decide what to do on "Success" > > I have a job setup in SQL Server Agent (SQL 2005) that runs multiple > packages. Each package is run as a separate step in the job. I am busy > testing the job and want to skip some of the longer running packages for now. > Is there a way to disable a job step and then enable it again when I am > ready. Deleting the step and recreating it again is one option, but there > must be a better way > > Thanks and on "Failure". Here you can choose to go to certain step in the job on e.g. "Success". -- Regards Steen Schlüter Persson Database Administrator / System Administrator Thanks guys. That was fast!! I also found the solution about five minutes
after I sent out the original post. Would'nt it be nice if all responses were as successful and quick as this one. Now for my next mind bender: What is the first name of the founder of Microsoft - :0) - Jokes ""Steen Schlüter Persson (DK)"" wrote: Show quoteHide quote > Trevor Howe wrote: > > Hi > > > > I have a job setup in SQL Server Agent (SQL 2005) that runs multiple > > packages. Each package is run as a separate step in the job. I am busy > > testing the job and want to skip some of the longer running packages for now. > > Is there a way to disable a job step and then enable it again when I am > > ready. Deleting the step and recreating it again is one option, but there > > must be a better way > > > > Thanks > > On each job step you have to option to decide what to do on "Success" > and on "Failure". Here you can choose to go to certain step in the job > on e.g. "Success". > > -- > Regards > Steen Schlüter Persson > Database Administrator / System Administrator >
Other interesting topics
can't update column if there are autocomputed columns?
DATEDIFF and time format in Sql Server is my sql server 2005 installed correctly? Plans in Cache DTS Export to Excel Where is SP2a Trigger generation Error change a value in a field Estimating Table Sizes Supersocket info:Bind failed on TCP port 1069 |
|||||||||||||||||||||||