4

How to update my identity column Id ? I get the Msg 8102, Level 16, State 1, Line 1 Cannot update identity column 'Id'.

when i try to update id

update [WarehouseReports].[Reports]
  set Id=Id+1
  where Id=20
user2171512
  • 531
  • 1
  • 11
  • 28

0 Answers0