3
I have a JOB configured in SQL to run every 30 minutes, in this has 2 steps, 1 Process in each step, but when the first step reaches 1 minute of execution, it ends without executing all records that should and starts the second step.
How do I make the first step run completely?
Impossible to answer without further details.
– Motta
@Motta What more details you need?
– Felipe Negro
Runs what ? What bases ? What "steps" are these ? What code ? Gives some error code ?
– Motta
@Motta Executes a cursor that performs an update for each record. Returns no error.
– Felipe Negro