Hello,
I am trying update the Uniqueidentifier column through all the tables in my database.When i executed the following query,I am getting an error that field cannot be updated.
Please tell me how should i update the Uniqueindentifier column.Datatype of this column is autonumber.
UPDATE PatientInfo SET UniqueIdentifier=UniqueIdentifier+476 where UniqueIdentifier>539;
Thanks,
I am trying update the Uniqueidentifier column through all the tables in my database.When i executed the following query,I am getting an error that field cannot be updated.
Please tell me how should i update the Uniqueindentifier column.Datatype of this column is autonumber.
UPDATE PatientInfo SET UniqueIdentifier=UniqueIdentifier+476 where UniqueIdentifier>539;
Thanks,