A severe error occurred on the current command. The results, if any, should be discarded.

  • Hi All

    I am getting the following error -

    'A severe error occurred on the current command. The results, if any, should be discarded.'

    The Sp is called from trigger.

    Can anyone help me to solve the error

    Thanks

    Priyank

  • Can you please provide more details, especially the code (at least code that approximates it) that is generating the error?

    Without knowing what you are trying to do there is no way to answer your question.

  • Check the SQL error log, there may be more details there.

    just as a precaution, please run the following for the DB in question (during a quiet time)

    DBCC CHECKDB (< Database Name > ) WITH NO_INFOMSGS, ALL_ERRORMSGS

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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