SQL错误日志中捕获的默认事件 [英] Default events captured in SQL error log

查看:85
本文介绍了SQL错误日志中捕获的默认事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,是否有任何文档可以找到SQL错误日志中记录的默认事件列表?我的一个客户正在寻找这个。

Hi All, is there any document where we can find the list of default events logged in SQL error log? One of my client is looking for this.

推荐答案

在* general *中,SQL Server尊重sys.messages中的is_event_logged列。

In *general*, SQL Server respects the is_event_logged column in sys.messages.

但是(引擎中有硬编码)异常。那些没有记录/列出。

There are (hardcoded in the engine) exceptions, though. Those are not documented/listed.

SELECT *
FROM sys.messages
WHERE language_id = 1033
AND is_event_logged = 1


这篇关于SQL错误日志中捕获的默认事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆