Re: Kill a job process
From: Dan Guzman (guzmanda_at_nospam-online.sbcglobal.net)
Date: 11/03/04
- Next message: microsoft.public.sqlserver.misc: "Re: Table variables"
- Previous message: frankm: "Re: IndexDefrag and 17883"
- In reply to: CB: "Kill a job process"
- Next in thread: Quentin Ran: "Re: Kill a job process"
- Reply: Quentin Ran: "Re: Kill a job process"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Nov 2004 08:22:28 -0600
No implicit transactions are created for jobs or job steps. It is entirely
your responsibility to handle transactions within a step and transactions
cannot span multiple steps.
If you need this functionality, consider using a multi-step DTS package.
-- Hope this helps. Dan Guzman SQL Server MVP "CB" <anonymous@discussions.microsoft.com> wrote in message news:2a4101c4c1ae$d60fda90$a401280a@phx.gbl... > If you kill a job's process, is everything the job has > done rolled back ie is the whole job run in a > transaction? What about if the job used cursors? > TIA, > CB
- Next message: microsoft.public.sqlserver.misc: "Re: Table variables"
- Previous message: frankm: "Re: IndexDefrag and 17883"
- In reply to: CB: "Kill a job process"
- Next in thread: Quentin Ran: "Re: Kill a job process"
- Reply: Quentin Ran: "Re: Kill a job process"
- Messages sorted by: [ date ] [ thread ]