I need a method to do data change in a SQL Server table.
According to my client, all the table data can be changed. By having this possibility, I am without a fixed and unique reference for the bank to know which data will be changed.
UPDATE tabela SET campo = 1
WHERE outro_campo = 5
My client suggested creating an on-screen code, which would be invisible to the user, for the bank to use as a change reference, but to be invisible, the user could not insert it, and to display this code when the screen is open, it does not, because there is no data in the fields to use a SELECT.