单词 | database snapshot | ||||||||||||
释义 | database snapshot
更多释义 收起释义 例句释义: 数据库快照,资料库快照,数据库快照集 1. A database snapshot records the current state of the data in a database as if all active transactions were rolled back. 数据库快照记录数据库中数据的当前状态,就好像所有的活动事务都已回滚一样。 msdn2.microsoft.com 2. To use DROP DATABASE, the database context of the connection cannot be the same as the database or database snapshot to be dropped. 若要使用DROPDATABASE,则连接的数据库上下文不能与要删除的数据库或数据库快照相同。 msdn2.microsoft.com 3. Generally, a database snapshot does not expose metadata of its own, but it does expose metadata from its source database. 通常,数据库快照不公开自己的元数据,但会公开源数据库的元数据。 msdn2.microsoft.com 4. Is the name of the database or database snapshot to which the user context is switched. 用户上下文要切换到的数据库或数据库快照的名称。 technet.microsoft.com 5. Each database snapshot is transaction-consistent with the source database as it existed at the time of the snapshot's creation. 每个数据库快照都与创建快照时存在的源数据库在事务上一致。 technet.microsoft.com 6. Explained that uncommitted transactions have been rolled back in a newly created database snapshot . 介绍了未提交的事务已在新近创建的数据库快照中进行了回滚。 www.bing.com 7. After each test run, the database can be quickly returned to its prior state by reverting the database snapshot. 每次运行测试之后,数据库都可以通过还原数据库快照快速返回到它以前的状态。 msdn2.microsoft.com 8. Issue a DROP DATABASE statement, specifying the name of the database snapshot to be dropped. 执行DROPDATABASE语句,并指定要删除的数据库快照的名称。 msdn2.microsoft.com 9. Specifies the name of a database snapshot to be removed. 指定要删除的数据库快照的名称。 msdn2.microsoft.com 10. However , it is possible to use it indirectly for reporting purposes by creating a database snapshot on the mirror database . 但是,为了进行报告,可创建镜像数据库的数据库快照来间接地使用镜像数据库。 www.bing.com 1. A database snapshot inherits the security constraints of its source database at the time of snapshot creation. 数据库快照将继承快照创建时其源数据库的安全约束。 msdn2.microsoft.com 2. A database snapshot is a read-only offline copy of a database, and is not related to a replication snapshot. 数据库快照是数据库的只读脱机副本,与复制快照无关。 www.kuenglish.info 3. A database snapshot captures the point in time at which snapshot creation began , minus any uncommitted transactions . 数据库快照捕获开始创建快照的时间点,去掉所有未提交的事务。 www.bing.com 4. A revert operation requires that the specified database snapshot is the only one on the database. 还原操作要求指定的数据库快照是数据库中的唯一快照。 msdn2.microsoft.com 5. In a revert operation, the database snapshot takes the place of a full database backup. 在还原操作中,数据库快照将取代完整数据库备份。 msdn2.microsoft.com 6. Identify the database snapshot to which you want to revert the database. 标识要将数据库恢复到的数据库快照。 msdn2.microsoft.com 7. DBCC CHECKFILEGROUP uses an internal database snapshot to provide the transactional consistency that it must have to perform these checks. DBCCCHECKFILEGROUP使用内部数据库快照来提供执行这些检查所必需的事务一致性。 msdn2.microsoft.com 8. Revert a database to the point in time captured by a database snapshot. 将数据库恢复到数据库快照捕获的时间点。 msdn2.microsoft.com 9. DBCC CHECKTABLE uses an internal database snapshot to provide the transactional consistency that it must have to perform these checks. DBCCCHECKTABLE使用内部数据库快照提供其执行这些检查必需的事务一致性。 msdn2.microsoft.com 10. Because a database snapshot is read-only, a log file cannot be specified. 由于数据库快照是只读的,所以不能指定日志文件。 msdn2.microsoft.com 1. For a database snapshot, size reflects the maximum space that the snapshot can ever use for the file. 对于数据库快照来说,size表示该快照可以一直用于文件的最大空间。 msdn2.microsoft.com 2. If either the database or the database snapshot is corrupted, reverting from a snapshot is likely to be impossible. 如果数据库或数据库快照已损坏,则可能无法从快照恢复。 msdn2.microsoft.com 3. A database snapshot must be created and remain on the same server instance as the source database. 数据库快照必须与源数据库在相同的服务器实例上创建和保留。 msdn2.microsoft.com 4. Explains database snapshot concepts and provides specific guidelines for creating and administering database snapshots. 解释数据库快照的概念并提供创建和管理数据库快照的特定指导原则。 msdn2.microsoft.com 5. The database snapshot provides clients with read-only access to the data in the database as it existed when the snapshot was created. 数据库快照为客户端提供了快照创建时对数据库中数据的只读访问。 technet.microsoft.com 6. However, if a user error occurs in an online database, you can revert the database to a database snapshot that predates the error. 但是,如果在联机数据库中发生用户错误,则可以将数据库恢复到发生错误之前的数据库快照。 msdn2.microsoft.com 7. Corrected technical error to clarify that you cannot bring a filegroup online when a database snapshot exists. 更正了技术错误,并阐明以下事实:当存在数据库快照时,不能使文件组在线。 msdn2.microsoft.com 8. Unlike a regular backup set, the database snapshot is an incomplete copy of the database files. 与定期备份集不同,数据库快照并非数据库文件的完整副本。 msdn2.microsoft.com 9. Clients can query a database snapshot, which makes it useful for writing reports based on the data at the time of snapshot creation. 客户端可以查询数据库快照,这对于基于创建快照时的数据编写报表是很有用的。 msdn2.microsoft.com 10. Specifies that the database being created is a database snapshot of the source database specified by. 指定的源数据库的数据库快照。 msdn2.microsoft.com 1. A collation name cannot be specified on a database snapshot. 不能对数据库快照指定排序规则名称。 msdn2.microsoft.com 2. Is the name of a database snapshot. 是数据库快照的名称。 msdn2.microsoft.com 3. DBCC CHECKCATALOG uses an internal database snapshot to provide the transactional consistency that it needs to perform these checks. DBCCCHECKCATALOG使用内部数据库快照来提供需要执行这些检查的事务一致性。 msdn2.microsoft.com 4. You cannot change any of the specifications of the database snapshot files. 不能更改数据库快照文件的任何规范。 msdn2.microsoft.com 5. If a database snapshot exists for the distribution database, it must be dropped before disabling distribution. 如果存在分发数据库的数据库快照,必须在禁用分发之前删除该快照。 technet.microsoft.com 6. Because a database snapshot provides a static view of a database, a snapshot can extend access to data from a particular point in time. 由于数据库快照可提供数据库的静态视图,因而可以通过快照访问特定时间点的数据。 msdn2.microsoft.com 7. In Enterprise Edition, you can now initialize subscriptions to snapshot and transactional publications by using a database snapshot. 现在,在EnterpriseEdition中,可以通过使用数据库快照来初始化对快照发布或事务发布的订阅。 msdn2.microsoft.com 8. An internal database snapshot uses sparse alternate data streams of the original database files. 内部数据库快照使用原始数据库文件的稀疏备用数据流。 technet.microsoft.com 9. Before reverting, you should familiarize yourself with the information in Reverting to a Database Snapshot. 在执行恢复之前,应熟悉恢复到数据库快照中的信息。 msdn2.microsoft.com 10. This section contains examples of reverting a database to a database snapshot. 本节包含将数据库恢复到数据库快照的示例。 msdn2.microsoft.com 1. If a database snapshot exists for the publication database, it must be dropped before disabling publishing. 如果发布数据库存在数据库快照,则必须在禁用发布前将快照删除。 msdn2.microsoft.com 2. If creating a database snapshot fails, the snapshot becomes suspect and must be deleted. 如果创建数据库快照失败,快照便成为可疑快照,必须将其删除。 msdn2.microsoft.com 3. Except for file space, a database snapshot consumes roughly as many resources as a database. 除文件空间外,数据库快照与数据库占用的资源量大致相同。 msdn2.microsoft.com 4. A database snapshot cannot be detached or attached. 也不能分离或附加数据库快照。 msdn2.microsoft.com 5. If the database owner changed since creation of the database snapshot, you may want to update the database owner of the reverted database. 如果创建数据库快照后数据库所有者发生了变化,您可能希望更新恢复的数据库的数据库所有者。 msdn2.microsoft.com 6. If your application happens to have a high update workload, the database snapshot monitoring may reveal a large number of log pages read. 如果您的应用程序碰巧具有高更新的工作负载,那么数据库快照监控就可以暴露大量的日志页面读。 www.ibm.com 7. LOG ON cannot be specified on a database snapshot. 不能对数据库快照指定LOGON。 msdn2.microsoft.com 8. When you drop a database snapshot, all user connections to it are terminated. 删除数据库快照会终止所有到此快照的用户连接。 msdn2.microsoft.com 9. RESTORE DATABASE supports reverting a database to a database snapshot and supports the STOPAT option. RESTOREDATABASE支持将数据库恢复为数据库快照,并支持STOPAT选项。 msdn2.microsoft.com 10. If a database snapshot runs out of disk space, it is marked as suspect and must be dropped. 如果数据库快照用尽了磁盘空间,将被标记为可疑,必须将其删除。 msdn2.microsoft.com 1. Is the name of the new database snapshot. 新数据库快照的名称。 msdn2.microsoft.com 2. Filegroup cannot be specified on a database snapshot. 不能对数据库快照指定文件组。 msdn2.microsoft.com 3. DBCC CHECKDB uses an internal database snapshot for the transactional consistency needed to perform these checks. DBCCCHECKDB使用内部数据库快照提供必须执行这些检查的事务一致性。 msdn2.microsoft.com 4. Added information about clearing the plan cache to the "Dropping a Database Snapshot" section. 在“删除数据库快照”部分添加了有关清除计划缓存的信息。 msdn2.microsoft.com 5. Reverting from a database snapshot is not intended for media recovery. 从数据库快照恢复不适用于媒体恢复。 msdn2.microsoft.com 6. Select the size column from either sys. Database_files in the database snapshot or from sys. Master_files. 从数据库快照的sys.database_files中或从sys.master_files中选择size列。 technet.microsoft.com 7. Before running the first round, an application developer or tester can create a database snapshot on the test database. 在运行第一轮测试前,应用程序开发人员或测试人员可以在测试数据库中创建数据库快照。 msdn2.microsoft.com 8. A database snapshot is a read-only, static view of a database, the source database. 数据库快照是数据库(源数据库)的只读、静态视图。 technet.microsoft.com 9. Changes the database context to the specified database or database snapshot. 将数据库上下文更改为指定数据库或数据库快照。 msdn2.microsoft.com 10. When you create a database snapshot, the source database will typically have open transactions. 在创建数据库快照时,源数据库通常会有打开的事务。 msdn2.microsoft.com 1. Database and database snapshot names must comply with the rules for identifiers. 数据库和数据库快照名称必须符合标识符规则。 msdn2.microsoft.com 2. Clarified the database snapshot restriction for offline files. 澄清了离线文件的数据库快照限制。 msdn2.microsoft.com 3. Documented that an use database snapshot can be dropped. 记录了可以删除已使用的数据库快照。 msdn2.microsoft.com 4. If either the database or the database snapshot is corrupted, reverting from a snapshot is unlikely to correct the problem. 如果数据库或数据库快照已损坏,则从快照恢复可能无法更正此问题。 msdn2.microsoft.com 5. The following example reverts a database to a database snapshot. 以下示例将数据库恢复到数据库快照。 msdn2.microsoft.com 6. Before the snapshot becomes available, the open transactions are rolled back to make the database snapshot transactionally consistent. 在快照可以使用之前,打开的事务会回滚以使数据库快照在事务上取得一致。 msdn2.microsoft.com 7. In this case, a database snapshot cannot be created because of internal restrictions. 在这种情况下,由于内部限制不能创建数据库快照。 msdn2.microsoft.com 8. Identify the database snapshot that you want to drop. 标识要删除的数据库快照。 msdn2.microsoft.com 9. Produces character-mode bulk copy program output of all tables from a database snapshot. 从数据库快照生成所有表的字符模式大容量复制程序输出。 technet.microsoft.com 10. Added managing a test database as another reason to use a database snapshot. 作为使用数据库快照的另一个原因,添加了管理测试数据库。 msdn2.microsoft.com 1. The reverted database retains the permissions and configuration (such as database owner and recovery model) of the database snapshot. 已恢复的数据库将保留数据库快照的权限和配置(例如,数据库所有者和恢复模式)。 msdn2.microsoft.com 2. For creating a database snapshot, specifies a list of files in the source database. 若要创建数据库快照,请在源数据库中指定文件列表。 msdn2.microsoft.com 3. Users can manually connect to a database snapshot by means of SQL Server Management Studio. 用户可以通过SQLServerManagementStudio手动连接到数据库快照。 technet.microsoft.com 4. Each database snapshot requires a unique database name. 每个数据库快照都需要一个唯一的数据库名称。 technet.microsoft.com 5. Any database snapshot that exists on the database must first be dropped. 必须首先删除数据库中存在的数据库快照。 msdn2.microsoft.com 6. Produces native-mode bulk copy program output of all tables from a database snapshot. 从数据库快照生成所有表的本机模式大容量复制程序输出。 technet.microsoft.com 7. During database snapshot creation, sparse files are created by using the file names in the CREATE DATABASE statement. 创建数据库快照期间,可以使用CREATEDATABASE语句中的文件名来创建稀疏文件。 msdn2.microsoft.com 8. From the database snapshot, note the counters in Listing 3 and monitor the ratio among these counters. 在数据库快照中,注意清单3中的计数器并监控这些计数器之间的比例。 www.ibm.com 9. Any user who can create a database can create a database snapshot. 任何能创建数据库的用户都可以创建数据库快照。 technet.microsoft.com 10. Causes DBCC CHECKTABLE to obtain a shared table lock instead of using an internal database snapshot. 可使DBCCCHECKTABLE获得一个共享表锁,而不使用内部数据库快照。 msdn2.microsoft.com 1. You cannot drop files from a database snapshot. 不能从数据库快照中删除文件。 msdn2.microsoft.com 2. A database snapshot exists on the database. 数据库中存在数据库快照。 msdn2.microsoft.com 3. For an example of how to create this database snapshot, see How to: Create a Database Snapshot (Transact-SQL). 有关如何创建此数据库快照的示例,请参阅如何创建数据库快照(Transact-SQL)。 msdn2.microsoft.com 4. Causes DBCC CHECKDB to obtain locks instead of using an internal database snapshot. 使DBCCCHECKDB获取锁,而不使用内部数据库快照。 msdn2.microsoft.com 5. Users can read from one database snapshot while another is being created or deleted. 正在创建或删除另一个数据库快照时,用户可以从一个数据库快照读取。 technet.microsoft.com 6. Database snapshot names must be unique within an instance of SQL Server and comply with the rules for identifiers. 数据库快照名称必须在SQLServer的实例中唯一,并且必须符合标识符规则。 msdn2.microsoft.com 7. Dropping a database snapshot deletes the database snapshot from SQL Server and deletes the sparse files that are used by the snapshot. 删除数据库快照将删除SQLServer中的数据库快照,并删除快照使用的稀疏文件。 msdn2.microsoft.com 8. This is because bringing a file back online involves restoring it, which is not possible if a database snapshot exists on the database. 这是因为使文件重新在线需要还原该文件,而如果数据库已具有快照,则无法执行此操作。 msdn2.microsoft.com 9. A database snapshot that is created by a user stores its data in one or more sparse files. 用户创建的数据库快照将其数据存储在一个或多个稀疏文件中。 msdn2.microsoft.com 10. Dropping a database snapshot clears the plan cache for the instance of SQL Server. 删除数据库快照将清除SQLServer实例的计划缓存。 msdn2.microsoft.com 1. In Microsoft SQL Server 2005, you use SQL Server 2005 statements for creating, reverting to, and deleting a database snapshot. 在MicrosoftSQLServer2005中,使用SQLServer2005语句创建、恢复到及删除数据库快照。 msdn2.microsoft.com 2. The database snapshot monitor can be used to determine the number of transactions performed per second, as follows 数据库快照监控器可以用于确定每秒所执行的事务数目,如下 www.ibm.com 3. An internal database snapshot is not created when a DBCC command is executed 执行DBCC命令时,不创建内部数据库快照 msdn2.microsoft.com 4. You can then leverage the database snapshot to identify the sort activities at the database level 然后,您可以利用数据库快照来确定数据库层的排序活动 www.ibm.com 5. The following DBCC commands operate on an internal read-only database snapshot that SQL Server Database Engine creates. 以下DBCC命令对SQLServer数据库引擎创建的内部只读数据库快照执行操作。 msdn2.microsoft.com 6. How to: Revert a Database to a Database Snapshot (Transact-SQL) 如何将数据库恢复到数据库快照(Transact-SQL) msdn2.microsoft.com 7. when you create a database snapshot , the other 创建数据库快照时,不允许使用其他 www.ichacha.net 8. To create a database snapshot 创建数据库快照 technet.microsoft.com 9. For an example of how to create this database snapshot, see 有关创建此数据库快照的示例,请参阅 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。