Hello everyone,
I would like to update the value of my column ROWGUID but of course, as for an identity column, I can't do that because I have this message : Updating columns with the rowguidcol property is not allowed
Is it possible to do that ? Actually I would like to define my value for rowguid based on values of all tbale's column. The aim is that if I delete a line in the table and insert after the same line, I would like to have the same rowguid.
Thanks for your help !
Regards,