Hi All,
I've an application build on top of SharePoint 2007, however, I noticed there is a performance issue on the application such as slowness, CPU usage high and etc.
Further study on the back end query in DB via sp_who3 stored procedure from this article (http://sqlserverplanet.com/dmv-queries/a-better-sp_who2-using-dmvs-sp_who3),
sometime there is query like "SELECT TOP 2147483648" occurred, and I unable to narrow down what actions or which page load has triggered the "SELECT TOP 2147483648".
Therefore, I looking for tool can to capture the back query simultaneously, such as when I load a page, what is the query been execute on back end.
Please help, thank you in advanced.