Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Renier2

    SQL Index

    I have the following query, but it runs a bit slow as the table consist of about 30 000 records, i want to know on which columns i must create what type of index to maximize the query? select r_curcode, r_curdesc, to_char(r_sellrate,'999990.0000') as sellrate, to_char(r_buyrate,'999990.0000')...

Part and Inventory Search

Back
Top