Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用 sql server 2008 的 sql 分析工具。对于 anjlab sql profiler,应该设置哪些过滤器才能获得准确的查询?
假设 anjlab 分析器的工作方式与标准分析器类似,我建议捕获 rpc 完成和 sql 批处理完成事件。这两个最能告诉您系统上正在调用哪些查询。对于详细分析,您可以添加语句完成事件,但要为管理大量数据做好准备。