Quote:
Originally Posted by GlenBarrington
Chances are, your queries are accessing or joining on a column that has no statistics or indexes on it and forcing the parser to read every record in one or more tables and in HUGE tables, that can take some time.
|
Yes, this is exactly the problem. I am grouping on columns that are not indexed (the tables/views I query are all part of a database that's "in development"), but I
have to use those columns, which is what I keep telling them. I didn't realize there was anything the DBA's might be able to do to help. I thought it was all up to the developers to do that stuff.
Well, thanks, maybe I will go ahead and ask for their help next time, instead of just being annoyed at them! Geez, you are threatening to change my whole perspective on DBA's.
And yes, we have thoroughly and completely derailed this very nice thread...

Maria