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.
为了捕获在生产环境中被击中的存储过程是什么,将使用探查器。是否会减速环境?是否会影响性能?如果是这样,在不影响性能的情况下跟踪 SP 命中的替代方法是什么?
您可以通过存储过程直接在服务器上创建跟踪,而不是使用分析器工具
介绍 SQL 跟踪
从历史上看,这种跟踪比使用分析器消耗的资源更少——当然,所有跟踪都必须消耗一些资源。