内部数据库 meaning in Chinese
hdb home database
Examples
- Causes dbcc checktable to obtain a shared table lock instead of using an internal database snapshot
可使dbcc checktable获得一个共享表锁,而不使用内部数据库快照。 - Dbcc checkdb uses an internal database snapshot for the transactional consistency needed to perform these checks
Dbcc checkdb使用内部数据库快照提供必须执行这些检查的事务一致性。 - The dbcc commands use table locks instead of the internal database snapshots when the command is executed against the following
当针对以下对象执行dbcc命令时,该命令将使用表锁而不是内部数据库快照: - Dbcc checktable uses an internal database snapshot to provide the transactional consistency that it must have to perform these checks
Dbcc checktable使用内部数据库快照提供其执行这些检查必需的事务一致性。 - Dbcc checkcatalog uses an internal database snapshot to provide the transactional consistency that it needs to perform these checks
Dbcc checkcatalog使用内部数据库快照来提供需要执行这些检查的事务一致性。