Tagged Questions
The long-running-query tag has no wiki summary.
2
votes
3answers
65 views
How to find slower MySQL queries from many small queries
I'm wondering if anyone has a suggestion for my situation:
I have a process that runs many tens of thousands of queries. The whole process takes between 5 and 10 minutes. I want to know which ...
2
votes
2answers
2k views
Query duration estimation in SQL Server
I've seen in Oracle 10g a feature that estimates the remaining time for a long running query and I was wondering if this is possible too in SQL Server (at least in 2008?)?
Suppose I have a very large ...
1
vote
1answer
665 views
SQL Server Hanging after Insert Into Select
Thanks for taking a look at this.
The issue has to do with the following sql query. Basically it recursively finds all pages underneath a certain page(master page), and then applies the master page's ...