Table   does not have the identity property. Cannot perform SET operation.

解决:   set IDENTITY_INSERT [你的表名] on  注释掉这句.

 

因为之前可能是自增的主键.现在不是自增的了...导致报错...

相关文章:

  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
猜你喜欢
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案