SQL Server error on update command - "A severe error occurred on the current command" -


The following query returns an error in running the SQL Server Management Studio.

  update table_name set is_active = 0 where id = 3  

there was a fatal error on the existing command

  • logs Has been truncated
  • An update is triggered but this is not a problem
  • The number of transactions is zero (@@ trancount)
  • I have tried the same update statement in some other tables in the database and they work fine.

      DBCC checkbox ('table_name');  

      For DBCC result object "table_name" for "table_name" 1 row has 13 lines in 1 page DBCC execution completed if DBCC completed the error If the message is printed, contact your system administrator. I was just a single error, and it was below a contaminated index.  

    I know that this thread is of one year, but I thought it would be remarkable when it came in front of someone in the future (as I did just now).


    Comments

    Popular posts from this blog

    c# - ListView onScroll event -

    PHP - get image from byte array -

    Linux Terminal Problem with Non-Canonical Terminal I/O app -