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 TouchToneTommy 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: *

  • Users: nukular
  • Content: Threads
  • Order by date
  1. nukular

    Delete Statistics

    Hi Everyone Is there a possibility to delete statistics which were created with runstats. Thank you Lukas Felder
  2. nukular

    runstats slows down query

    hi everyone i'm doing a work on optimizing db-queries. my test-db has the following tables: create table r (a int, b int); create table s (a int, d int, e int), create table t (d int, f int); these are filled with 1 million pseudorandom numbers. my query is as follows: select * from r,s,t...

Part and Inventory Search

Back
Top