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

后端 未结 10 1918
一生所求
一生所求 2020-11-28 11:13

Running the following query in SQL Server Management Studio gives the error below.

update table_name set is_active = 0 where id  = 3
10条回答
  •  無奈伤痛
    2020-11-28 11:38

    There are 3 possibilities on the MS KB

    • 959028
    • 910416
    • 938102

    When I see stuff like this: I always think hotfix, engine, server errors etc.

    4 results: search for ""Msg 0, Level 11,State 0, Line 0" A severe error occurred on the current command"

    Edit: It's on MS Connect too

提交回复
热议问题