Improve SQL Server 2005 Query Performance
Posted
by user366810
on Stack Overflow
See other posts from Stack Overflow
or by user366810
Published on 2010-06-15T00:43:55Z
Indexed on
2010/06/15
0:52 UTC
Read the original article
Hit count: 233
I have a course search engine and when I try to do a search, it takes too long to show search results. You can try to do a search here
http://76.12.87.164/cpd/testperformance.cfm
At that page you can also see the database tables and indexes, if any.
I'm not using Stored Procedures - the queries are inline using Coldfusion.
I think I need to create some indexes but I'm not sure what kind (clustered, non-clustered) and on what columns.
Thanks
© Stack Overflow or respective owner