We have a huge table in our database (about 200,000 records) and I have to get information from this table in my ASP for all of our stores (about 27). Right now it takes about 1 minute 50 seconds to run, I've tried using the GetRows and even a few Stored Procedures and it didn't help the load time at all. I was wondering it anyone had any other ideas. When I read about the GetRows and SP I was so excited I figured they would help a little.