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 bkrike 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: clive
  • Content: Threads
  • Order by date
  1. clive

    Needs to list rows as columns and columns as rows

    I need a query to return the results of something like this: select period, sum(foo), sum(bar) group by period Except I need each period to be listed as a column not a row. Does anyone know how this is done? -Clive
  2. clive

    How do I sniff a packet?

    Hi all, I'm intending to do a little packet analysis in linux. Can anyone point me to some code that reads packets from an ethernet card. Cheers, -Clive
  3. clive

    How do I add records fast with ODBC

    I'm adding about 1 million records to a table using ODBC insert statements. There are also 19 indexes on this table. As you can imagine this takes a while.<br><br>Is there a way to speed things up?<br>Can I stop the indexing till after all the inserts?
  4. clive

    What is the DESCRIBE command for SQL server 7

    How do I describe tables, views, etc in sql server7?<br><br>Is there a list of sql server 7 commands?<br><br>-Clive

Part and Inventory Search

Back
Top