If you're using Sequel to log SQL to your log files, then you can use this rake task to figure out which queries are using up valuable resources:
https://gist.github.com/mwlang/071827c71a58c7adbdcc This one happens to be written against MSSQL Server 2005 with TinyTDS, but I imagine it'll likely work for all adapters. Michael -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
