• There may be blocking issue. Please run the following query to confirm:

    select status, blocking_session_id, wait_type, wait_resource

    from sys.dm_exec_requests

    where session_id = <spid>