How can i look at executed queries?

Posted by taiga on Stack Overflow See other posts from Stack Overflow or by taiga
Published on 2010-06-02T03:28:25Z Indexed on 2010/06/02 3:33 UTC
Read the original article Hit count: 235

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio