网页
图片
视频
学术
词典
地图
更多
航班
笔记本
TABLOCK
网络
表锁;表锁定
网络释义
1.
表锁
最低限度日志记录通过提高性能和降低所需日志空间大小,从而极大地改进了大规模INSERT操作。特别是,你必须对目标表使 …
tech.sina.com.cn
|
基于256个网页
2.
表锁定
在读操作过程中,当将共享页锁定升级为表锁定时,就会使用共享
表锁定
(
TABLOCK
)。共享表锁定应用于: 使用 HOLDLOCK …
blog.csdn.net
|
基于23个网页
例句
释义:
全部
全部
,
表锁
表锁
,
表锁定
表锁定
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
For
bulk
importing
into
a
table
with
a non-empty
clustered
index
,
the
TABLOCK
hint
is
ignored
.
大容量
导入
到
带有
非
空
聚集
索引
的
表
中
时
,
将
忽略
TABLOCK
提示
。
msdn2.microsoft.com
2.
Therefore
,
bulk
importing
data
in
parallel
into an
unindexed
table
is
usually
performed
with
TABLOCK
.
因此
,
通常
使用
TABLOCK
以
并行
方式
将
数据
大容量
导入
无
索引
的
表
中
。
msdn2.microsoft.com
3.
If
you do
not
specify
the
TABLOCK
option
hint
,
multiple
concurrent
bulk
import
streams
acquire
locks
at a
granularity
below
the
table
level
.
如果
未
指定
TABLOCK
选项
,
多个
并发
大容量
导入
流
将
会
获取
低于
表
级
粒度
的
锁
。
msdn2.microsoft.com
4.
Bulk
Update
Locks
:
Used
when
bulk
-
copying
data
into
a
table
and
the
TABLOCK
hint
is
specified
.
大容量
更新
锁
:
当
批量
复制
数据
到
表
中
和
指定
TABLOCK
提示
时
使用
。
www.bugsboard.net
5.
If
you
want
to
perform
a
parallel
bulk
import
in
this
case
,
do
not
use
TABLOCK
.
如果
要
在此
情况下
执行
大容量
并行
导入
,
请
不要
使用
TABLOCK
。
technet.microsoft.com
6.
TABLOCK
limits
the
checks
that are
performed
;
DBCC CHECKCATALOG is
not
run
on
the
database
,
and
Service Broker
data
is
not
validated
.
TABLOCK
限制
执行
的
检查
;
DBCCCHECKCATALOG
未
在
数据库
中
运行
并且
ServiceBroker
数据
未
进行
验证
。
msdn2.microsoft.com
7.
If
a
snapshot
cannot
be
created
,
or
TABLOCK
is
specified
,
DBCC CHECKTABLE
acquires
a
shared
table
lock
to
obtain
the
required
consistency
.
如果
无法
创建
快照
,
或
指定
了
TABLOCK
,
则
DBCCCHECKTABLE
将
获取
一个
共享
表
锁
来
获得
所
需
的
一致性
。
msdn2.microsoft.com
8.
If
a
snapshot
cannot
be
created
,
or
TABLOCK
is
specified
, DBCC CHECKDB acquires locks to
obtain
the
required
consistency
.
如果
无法
创建
快照
或
指定
了
TABLOCK,DBCCCHECKDB
将
获取
锁
以
获得
所
需
一致性
。
msdn2.microsoft.com
9.
If
a
snapshot
cannot
be
created
,
or
the
TABLOCK
option
is
specified
,
DBCC CHECKFILEGROUP acquires locks to
obtain
the
required
consistency
.
如果
无法
创建
快照
,
或
指定
了
TABLOCK
选项
,
则
DBCCCHECKFILEGROUP
会
获取
锁
以
获得
所
需
的
一致性
。
msdn2.microsoft.com
10.
Using the
TABLOCK
hint
causes
the
delete
operation
to
take
a
shared
lock
on the
table
instead of a
row
or
page
lock
.
使用
TABLOCK
提示
会导致
删除
操作
获取
表
的
共享
锁
,
而
不是
行
锁
或
页
锁
。
msdn2.microsoft.com
1
2