SQL Agent Job Hangs

  • Hi All,

    I tried to run a job which pulls approx. 90 GB of data. When I saw it stuck for 7 hrs at one step I tried to stop it. I don't see it running on my screen but my DBA told that it's still under cancelling mode on server. It has locked my table. Don't know what to do? I am using SQL Server 2008 R2

  • Chances are the transaction is rolling back. You'll just have to wait for it. 90 GB is a fair bit of data. Sometimes it can take significantly longer to roll back a transaction than the time it took to get it into that state. Is this happening in a test environment? If so and you do not care about the database at all you can have the DBA forcefully remove the database from the instance and just start over to save a little time.

    By the way, you posted in a SQL 2000 forum but said you are on SQL 2008 R2. Click the Forums link in the left nav to see the list of forums on this site. There are several for SQL 2008 that are more suited for future questions relating to the system you're on.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • Thanks for your reply! Appreciate it. New to this site but will keep that tip in mind. Yeah right now I am waiting on it to rollback 🙁

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply