I have a SQL job that simply executes a stored procedure. Each morning when the job attempts to run, I get the following error:
The current transaction cannot be committed and cannot support operations that write to the log file.
When I keep trying to restart the job, it keeps giving me that same error. However, if I just execute the store procedure without using the Job it works fine.
And here's the really really tricky part. If I just run the stored procedure, cancel it, and then run the Job, the job works perfectly fine.
Has anyone come across this rather unique problem or have any ideas what may be causing it?