sharepoint 和 sql server 2008 审计

发布于 2024-11-08 02:47:12 字数 255 浏览 0 评论 0原文

我已激活 wss_content 数据库和 alldocstream 表上的审核功能,但如果用户访问 sharepoint 文档库中的文件,审核日志中不会显示任何内容。然而,我尝试在访问文档库中的文件时捕获sql语句,发现存储过程之一是“proc_FetchDocForHttpGet”。我手动执行了这个“proc_FetchDocForHttpGet”过程并设法在审核日志中捕获。

有谁知道为什么 sql 审计没有捕获 sharepoint 中的任何活动?

谢谢

I have activated the audit feature on wss_content database and alldocstream table but in the audit log does not show anything if the users access the file in the doc lib of sharepoint. However I tried to capture the sql statements while accessing the file in the doc lib and found that one of the stored proc is "proc_FetchDocForHttpGet". I executed this "proc_FetchDocForHttpGet" proc manually and managed to be captured in the audit log.

Does anyone know why none of activities in sharepoint is being captured by sql audit?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美煞众生 2024-11-15 02:47:12

项目级审核不是您正在寻找的吗?这是 SharePoint 的一项功能,而不是 SQL Server 的一项功能。

Isn't item-level auditing what you're looking for? It's a feature of SharePoint, not SQL Server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文