質問

I created a new template with a TextData filter to not show sp_reset_connection statements in SQL Server 2012 profiler. I restarted the profiler and used the new template. However the sp_reset_connection statements are still showing up.

Any ideas why?

enter image description here


enter image description here


enter image description here

役に立ちましたか?

解決

Do not include the '%' percent in your criteria. Just type in the exec sp_reset_connection as is.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top