Msg 3971 ... The server failed to resume the transaction ... The transaction active in this session has been committed or aborted by another session.

  • While running a SELECT query on a SQL-2008 server instance I get the following error:

    Msg 3971, Level 16, State 1, Line 1

    The server failed to resume the transaction. Desc:6200000004.

    The transaction active in this session has been committed or aborted by another session.

    Any ideas what's wrong?

  • Your instance might be using begin transactions or use your select query with(nolock),

    and try with DBCC opentran is there any active transactions being in process and kill them by manually

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

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