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

  1. stevenippon

    HELP! CAN'T UPDATE ACROSS TABLES USING AGGREGATE????

    Hi I'm trying to update Table1 from Table2, joining on key columns, but I want to update Table1 with the sum of data from Table2, e.g. something like update Table1 set col2 = (select sum(col2) from Table2 where Table1.col1=Table2.col1. Any ideas how to do this? I can do it in Sybase but I'm...
  2. stevenippon

    Is Truncate Table logged or not??

    I've had a long running argument with a colleague about truncate table. Is it (a) logged (b) minimally logged or (c) non-logged. I said it was (b) as i thought you could truncate table and still recover using transaction log dumps, but he reckoned it would screw up transaction dump (like...

Part and Inventory Search

Back
Top