本文介绍了为什么sql profiler在一次执行查询时多次跟踪跟踪?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我有启动事件sp的启动器:启动和sp:没有过滤器已完成,因为它在我的本地机器上并且没有运行其他应用程序在后台,



比我运行查询,





I have start profiler for event sp:starting and sp:Completed with no filter because it is in my local machine and no other appplications are running in background,

than I run query,

select * from HumanResources.Employee





我得到了很多sp;开始和sp:已完成的事件!!



我显示的是相同数量的跟踪表中存在记录数。



任何人都可以告诉我为什么会发生这种情况,我应该只运行一次查询。



谢谢。



and I get trace of so many sp;starting and sp:completed events!!

I thing it shows the same number of trace which are the number of records exists in table.

Can any one tell me why this happens, It should be only ones while I run query for one time.

Thanks.

推荐答案


这篇关于为什么sql profiler在一次执行查询时多次跟踪跟踪?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 09:48