Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top