Subject | English | Chinese Taiwan |
comp., MS | blocking transaction | 封鎖交易 (A transaction that causes another transaction to fail) |
comp., MS | deferred transaction | 延遲交易 (A transaction that is not committed when the roll forward phase of recovery completes and that cannot be rolled back during database startup because data needed by roll back is offline. This data can reside in either a page or a file) |
comp., MS | distributed transaction | 分散式交易 (A transaction that spans multiple data sources) |
comp., MS | distributed transaction coordinator | 分散式交易協調器 (A service, integrated with COM+, that makes distributed transactions work. DTC makes it possible to scale transactions from one to many computers without the need for special code) |
comp., MS | explicit transaction | 明確交易 (A group of SQL statements enclosed within transaction delimiters that define both the start and end of the transaction) |
comp., MS | failed transaction | 失敗的交易 (A transaction that encountered an error and was not able to complete) |
comp., MS | implicit transaction | 隱含交易 (A connection option in which each SQL statement executed by the connection is considered a separate transaction) |
comp., MS | last transaction | 前次交易 (The most recent transfer of data recorded by the server) |
comp., MS | NFC transaction | NFC 交易 (An exchange of information between two devices using NFC, or near field communication. Using NFC transactions, a person can use their phone to make payments in a store or as a bus pass) |
comp., MS | synthetic transaction | 綜合交易 (A feature that can be used to test the availability or performance of a given service or application from the perspective of an end user, or to confirm the functionality of a low level service) |
comp., MS | transaction history | 交易記錄 (A record of data transfers between the user's computer and the server) |
comp., MS | transaction isolation level | 交易隔離等級 (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 | transaction log file | 交易記錄檔 (A file that contains a record of the changes that were made to an Exchange database. All changes to the database are recorded in the transaction log files before they are written into the database files. If a database shuts down unexpectedly, unfinished transactions can be restored by replaying the transaction log files into the database) |
comp., MS | transaction manager | 交易管理員 (A service that coordinates transactions) |
comp., MS | transaction number | 交易號碼 (The 32-character number assigned to each new computer use time transfer between the prepaid card and the server) |
comp., MS | transaction processing | 交易處理 (A processing method in which transactions are executed immediately after they are received by the system) |
comp., MS | transaction retention period | 交易保留週期 (In transactional replication, the amount of time transactions are stored in the distribution database) |
comp., MS | transaction rollback | 交易回復 (Rollback of a user-specified transaction to the last savepoint inside a transaction or to the beginning of a transaction) |