Hello, I am trying to write data to table, it works find before, but after I recreated the table with one column as PK, there is an error.
Unable to write into the A_Table table....key not found: id
What is the correct way of doing this?
PK column: โโ[ID] [bigint] IDENTITY(1,1) PRIMARY KEY NOT NULL