Update query problem

rajesh876

Registered User.
Local time
Today, 02:52
Joined
Jul 10, 2009
Messages
33
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 did in the other way.Thanks for your reply though.I wanted to update before because we have 2 databases of same kind with some simliar data.So i have to change the autonumbers in one database.i.e reason i asked this question.Thanks,
 

Users who are viewing this thread

Back
Top Bottom