恭喜几位MVP!有个问题,微软有没有提供查看SQL SERVER 日志的工具?第三方软件除了Log Explorer还有别的工具吧?

spring_ok 2003-09-19 04:57:53
RT
...全文
106 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
goodboycwy 2003-09-25
  • 打赏
  • 举报
回复
其他的o还没有见到过,log explorer不过很好用,图形界面,对于我们来说,应该是“easy”
sdhdy 2003-09-24
  • 打赏
  • 举报
回复
是啊,确实不好看!
spring_ok 2003-09-24
  • 打赏
  • 举报
回复
Thanks.

But how can you figure out the "DBCC Log (MASTER)" query result like the following?

0000000c:00001cf4:0022 LOP_DELETE_ROWS LCX_CLUSTERED 0000:00000bb2
0000000c:00001cf4:0023 LOP_INSERT_ROWS LCX_CLUSTERED 0000:00000bb2
0000000c:00001cf4:0024 LOP_MODIFY_ROW LCX_TEXT_MIX 0000:00000bb2
0000000c:00001cf4:0025 LOP_MODIFY_ROW LCX_TEXT_MIX 0000:00000bb2
leimin 2003-09-19
  • 打赏
  • 举报
回复
DBCC log

This command is used to view the transactional log for the specified
database.

Syntax:

DBCC log ( {dbid|dbname}, [, type={-1|0|1|2|3|4}] )


PARAMETERS:
Dbid or dbname - Enter either the dbid or the name of the database
in question.

type - is the type of output:

0 - minimum information (operation, context, transaction id)

1 - more information (plus flags, tags, row length, description)

2 - very detailed information (plus object name, index name,
page id, slot id)

3 - full information about each operation

4 - full information about each operation plus hexadecimal dump
of the current transaction log's row.

-1 - full information about each operation plus hexadecimal dump
of the current transaction log's row, plus Checkpoint Begin,
DB Version, Max XDESID

by default type = 0

To view the transaction log for the master database, you can run the
following command:

DBCC log (master)
zjcxc 2003-09-19
  • 打赏
  • 举报
回复
据我所知,微软没有.

第三方软件我知道的也只有:Log Explorer
hydonlee 2003-09-19
  • 打赏
  • 举报
回复
请问楼主:
Log Explorer好用吗?
伍子V5 2003-09-19
  • 打赏
  • 举报
回复
我也就知道这一个,帮你UP

27,579

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server 应用实例
社区管理员
  • 应用实例社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧