网页
图片
视频
学术
词典
地图
更多
航班
笔记本
DBCC
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
At
the
end
of a
restore
sequence
that
continues
despite
errors
,
you
may
be
able
to
repair
the
database
with
DBCC
CHECKDB
.
您
可以
在
忽略
错误
继续
执行
的
还原
顺序
结束
时
使用
DBCCCHECKDB
修复
数据库
。
msdn2.microsoft.com
2.
To
run
DBCC
checks
,
back
up a
database
and
its
transaction
log
,
update
statistics
, and
rebuild
indexes
.
可以
运行
DBCC
检查
,
备份
数据库
及其
事务
日志
以及
更新
统计
并
重建
索引
。
msdn2.microsoft.com
3.
The
definition
of a
unit
of
progress
depends on
the
current
phase
of
execution
of the
DBCC
command
.
进度
单位
的
定义
取决于
DBCC
命令
的
当前
执行
阶段
。
msdn2.microsoft.com
4.
To
determine
the
transaction
isolation
level
currently
set
,
use
the
DBCC
USEROPTIONS
statement
as
shown
in the
following
example
.
若要
确定
当前
设置
的
事务
隔离
级别
,
请
使用
DBCCUSEROPTIONS
语句
,
如
下面
的
示例
所示
。
msdn2.microsoft.com
5.
DBCC
CHECKFILEGROUP
uses
an
internal
database
snapshot
to
provide
the
transactional
consistency
that it
must
have
to
perform
these
checks
.
DBCCCHECKFILEGROUP
使用
内部
数据库
快照
来
提供
执行
这些
检查
所
必需
的
事务
一致性
。
msdn2.microsoft.com
6.
Run
the appropriate
Database
Console
Commands
(
DBCC
)
on databases
to
be upgraded to
ensure
they are
in
a
consistent
state
.
在
数据库
上
运行
适当
的
数据库
控制台
命令
(
DBCC
)
,
以
确保
这些
数据库
处于
一致
状态
。
msdn2.microsoft.com
7.
Some
job
steps
,
such
as long-running
Transact
-
SQL
statements
(
BACKUP
)
or
some
DBCC
commands
,
may
not
respond
quickly
to
stop
requests
.
有些
作业
步骤
(
例如
一些
长
时间
运行
的
Transact-SQL语句
(
BACKUP
)
或
一些
DBCC
命令
)
可能
不会
快速
响应
停止
请求
。
technet.microsoft.com
8.
DBCC
CHECKTABLE
uses
an
internal
database
snapshot
to
provide
the
transactional
consistency
that
it
must
have to
perform
these
checks
.
DBCCCHECKTABLE
使用
内部
数据库
快照
提供
其
执行
这些
检查
必需
的
事务
一致性
。
msdn2.microsoft.com
9.
Some
DBCC
repairs
,
although
logged
, cannot be
replicated
by the
Log
Reader
Agent
.
某些
DBCC
修复
即使
记入
日志
,
仍然
无法
由
日志
读取
器
代理
复制
。
msdn2.microsoft.com
10.
When
detected
,
the
DBCC
CHECKDB
output
contains
a
warning
and
a
recommendation
to
run
DBCC
UPDATEUSAGE to
address
the
issue
.
检测
到
上述
问题
后
,
DBCCCHECKDB
的
输出
会
包含
一个
警告
和
一个
建议
,
建议
运行
DBCCUPDATEUSAGE
解决
该
问题
。
msdn2.microsoft.com
1
2
3
4
5