Actually I am trying to update data from two different PCs at almost the same time, so how can I have concurrency control in sql server 2000 so to ensure serializability.
For example, if two users from two different PCs are updating data to sql server at exactly the same time, how sql server knows which data is updated first? I just want to know how to configure sql server to ensure concurrency.
|