• i believe that can happen if a transaction between the server and a linked server gets rolled back, but never completes the rollback.

    if you check sp_who2 for spid = -2, which is indicative of the issue, i think that's the problem;

    only way to fix it is to bounce the server, which rollsback the transaction without waiting for the Distributed Transaction Coordinator to report successfully rolled back @ the linked server.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!