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. 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

    How do I replace a value in a string?

    don't know if this helps, but another way to do this is extract data with another separator ( e.g. use -s"~" in sql command). Then load into Excel using this as separator. ( we have to do this as we need to keep comma's in the data but suppose it's not important for you)
  3. stevenippon

    Is Truncate Table logged or not??

    thanks to both of you for reply. i'll give it a go in test environment. (after doing websearches for this, i found all kinds of answers!)
  4. 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