I have a job setup that calls a stored procedure. The job hangs on either a insert or update.
If I execute the stored procedure in Query Analyzer, it processes just fine.
I tried moving the job to Active Batch, but that didn't help either.
The stored procedure is gathering data from tables in SQL 2000 and inserting/updating tables in 2005 using linked servers.
Does any one know of issues, with 2005 and jobs hanging.