I have just installed SSMS tools pack from http://www.ssmstoolspack.com everything seems to work except I cant view queries from my .net application. If I run a query through management studion SSMS correctly displays the query. but when running my application no queries are shown in the local history window.
There is mention of enabling logging in the connection string but I can find no reference to this anywhere, the closest I got was QueryLog_On="yes"
but I get an exception when I try to use it Unrecognized attribute 'QueryLog_On'
.
Has anyone used SSMS and knows how to set up query logging for a .net application?