ASP loading too slow

V

Vitamin

i think the query is a ig question in my point
sometimes, i need inner join more than 5 table...
 
W

WIlliam Morris

Try this:

Remove the query. If the page loads fast without it, then that's where the
problem is. The tables need indexes, or the query needs to be optimized.
You might also try moving to stored procedures.


--
William Morris
Product Development, Seritas LLC

Vitamin said:
i think the query is a ig question in my point
sometimes, i need inner join more than 5 table...
 
P

PB4FUN

If you use that query a lot, I suggest creating a new table for that one.
If the seperate tables are changed, run a query to update the extra table.
If you try to fetch the records again it will go a lot faster.

Meindert, MCP

Vitamin said:
i think the query is a ig question in my point
sometimes, i need inner join more than 5 table...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,099
Messages
2,570,626
Members
47,237
Latest member
David123

Latest Threads

Top