Hi All,
I have 2 SQL Agent jobs and both jobs generate chunk jobs:
The first one has 7 chunks and the second one has 2 chunks
After the first Agent job completed (including the chunks) and I ran the second Agent job after it generates the chunk it hangs without any error.
Then if I stopped it and rerun for the second time, it runs fine.
I put the trace on to track what would be the root cause, I haven't got any much information.
I was wondering what would be the difference between first run and second run. Does sql have some cache or memory that cause the hang? if it does, how do we clear it up?
Any input will be greatly appreciated...
Thanks
I have 2 SQL Agent jobs and both jobs generate chunk jobs:
The first one has 7 chunks and the second one has 2 chunks
After the first Agent job completed (including the chunks) and I ran the second Agent job after it generates the chunk it hangs without any error.
Then if I stopped it and rerun for the second time, it runs fine.
I put the trace on to track what would be the root cause, I haven't got any much information.
I was wondering what would be the difference between first run and second run. Does sql have some cache or memory that cause the hang? if it does, how do we clear it up?
Any input will be greatly appreciated...
Thanks