Data has always changed(SQL Server Management Studio)

后端 未结 3 374
有刺的猬
有刺的猬 2021-01-14 17:37

I am using SQL Server Management studio and keep getting the same error, and the only way to get rid of it(usually) is to reset the SQL server(which is very annoying, and so

3条回答
  •  佛祖请我去吃肉
    2021-01-14 18:31

    I had exactly the same problem. It looks like this article was pretty good at solving it. Seems all sorts of buggy things in some versions.

    See: You may receive an error message when you try to use SQL Server Management Studio to update a row of a table in SQL Server 2005.

    The table contains one or more columns of the text or ntext data type. The value of one of these columns contains the following characters.

    • Percent sign (%)
      • Underscore (_)
      • Left bracket ([)
      • The table does not contain a primary key.

提交回复
热议问题