Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have Added one Console application exe as step in job . Job still runs even when the console application .exe gets finished. How can i resolve this problem

share|improve this question
Sounds like expected behaviour - unless the console .exe is returning an error code and you don't want the job to continue in this situation. – Will A Jun 6 '11 at 6:45
Does console application return any error when run outside the job. Also try running the job under the credentials of the SQL Server Agent account (Run As). – Pradeep Adiga Jun 8 '11 at 13:16

migrated from stackoverflow.com Jun 6 '11 at 7:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.