您要查找的是不是:
- Back up the currently active transaction log (the tail of the log). 备份当前活动事务日志(日志尾部)。
- Certain statements cannot be run from an active transaction. 某些语句无法从活动事务中运行。
- Thrown when an operation fails because there is no current, active transaction. 当一个操作由于没有当前主动的处理而失败时,抛出异常。
- XSN-59: This is the first active transaction that is running under snapshot isolation. XSN-59:这是在快照隔离下运行的第一个活动事务。
- Create a tail-log backup of the currently active transaction log as of the point of failure. 失败时创建当前活动事务日志的尾日志备份。
- An active transaction requires that the log remain active from the log record that contains the start of the transaction. 活动事务要求日志从包含事务开始的日志记录开始,一直保持活动状态。
- If the primary server is undamaged, as in the case of planned maintenance or upgrades, you can back up the active transaction log with NORECOVERY. 如果主服务器没有损坏,则在计划的维护或升级发生时,可以使用NORECOVERY备份活动事务日志。
- At the time that the recorded checkpoint at LSN 147 was processed, Tran 1 had been committed and Tran 2 was the only active transaction. 在处理LSN 147处记录的检查点时,Tran 1已经提交,而Tran 2是唯一的活动事务。
- Redoing is accomplished by sending every active transaction log record to the mirror server, which applies log records to the mirror database, in sequence, as quickly as possible. 重做通过将每个活动事务日志记录发送到镜像服务器来完成,这会尽快将日志记录按顺序应用到镜像数据库中。
- By executing multiple requests in autocommit mode using multiple active result sets (MARS), it is possible to have more than one active transaction on a single session. 通过使用多个活动的结果集(MARS)以自动提交模式执行多个请求,一个会话中可以有多个活动事务。
- REUSABLE: If you are not maintaining transaction log backups, or if you already backed up the log, SQL Server reuses VLFs before the oldest active transaction. RESUABLE:如果您没有维护事务日志备份,或者您已经备份了日志,SQL Server将重用最旧的活动事务之前的VLF。
- The version store has a list of operations performed by active transactions. 版本存储有一个由活动事务执行的操作列表。
- The output shows that snapshot transaction XSN-59 starts while two active transactions, XSN-57 and XSN-58, are running. 该输出显示,在两个活动事务XSN-57和XSN-58运行时,快照事务XSN-59启动。
- A data or differential backup contains sufficient transaction log records to allow rolling forward the active transactions as part of restoring each backup. 数据备份或差异备份包含的事务日志记录足以允许前滚活动的事务作为还原每个备份的一部分。
- The checkpoint records also contain a list of all the active transactions that have modified the database. 检查点记录还包含所有已修改数据库的活动事务的列表。
- This transaction is nothing less than a miracle. 这笔交易完全是一个奇迹。
- A database snapshot records the current state of the data in a database as if all active transactions were rolled back. 数据库快照记录数据库中数据的当前状态,就好像所有的活动事务都已回滚一样。
- They charge a fixed rate for each transaction. 他们对办理的每项业务收取一定的费用。
- The UNDO_RETENTION parameter works best if the current undo tablespace has enough space for the active transactions. retention能做好地工作如果----当前的回滚表空间对活动事务有足够的空间。
- Connection to Sybase server has been lost. All active transactions have been rolled back. 我一运行该代码,系统就会抛出该异常,是不是服务器什么设置得不对!