How can i look at executed queries?
- by taiga
Hello, can anyone tell me how to view executed queries in SharePoint?
I couldn't find a way to show query logs with SQL Server.
As you know, SharePoint framework hides all queries from programmers.
I would like to look into the queries and understand the mechanisms.
http://www.infoq.com/articles/SharePoint-Andreas-Grabner
In above article, i can see some windows showing methods and arguments(Queries).
But i could not figure out where this window come from...(looks like a window from visual studio)
Does anyone know how to show this window? or any alternative way to display executed queries?
My working environment.
Windows Server 2008 Enterprise
MOSS 2007
SQL Server 2008 Enterprise
Visual Studio 2008 with VSeWSS 1.2
Thank you in advance.
Taiga