Subject | English | French |
comp., MS | isolation level | niveau d'isolement (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp., MS | isolation level | niveau d'isolation (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp. | isolation level | niveau d'isolation (for query transactions) |
comp., MS | snapshot isolation level | niveau d'isolement de capture instantanée (A transaction isolation level in which each read operation performed by a transaction returns all data as it existed at the start of the transaction. Because a snapshot transaction does not use locks to protect read operations, it will not block other transactions from modifying any data read by the snapshot transaction) |
comp., MS | transaction isolation level | niveau d'isolation de la transaction (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |