了解归档更新程序
目前我在一家信息系统非常混乱的公司工作。我的意思是:系统管理员并没有完全了解他们每天在网络上运行的所有程序和进程! 我们遇到这样的问题:每天凌晨 5 点,一个数据库(SQl Server 2008)上的表中的一个文件被毫无意义地更新。 我的问题是:如果我们排除 SQL 探查器,还有其他方法可以发现更新字段的过程、流程、用户或应用程序的主要详细信息吗?
currently I am working inside a company with a really messy information system. I mean: the system administrator does not have a full understanding of all the procedures and processes that daily run on the net they are working on!
We have this kind of problem: every day at 5 am, a filed in a table on one database (SQl Server 2008) is updated without any sense.
My question is: if we exclude the SQL profiler, there are other way to discover major details on the procedure, process, user or application that update the field?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试这些工具。
Microsoft SQL Server 2005/2008 的分析器
http://www.codeproject.com/KB/database/TSQL-profiler.aspx
You can try these tools.
Profiler for Microsoft SQL Server 2005/2008
http://www.codeproject.com/KB/database/TSQL-profiler.aspx