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 Mike Lewis 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. BubikolRamios

    populating with previous records

    this should give you a hint: select * form table a join table b on a.id = b.id-1 then, when you see what you want you append update to it
  2. BubikolRamios

    Update In Routine quesiton

    use prepared statement. see this: http://www.codingforums.com/showthread.php?t=224447
  3. BubikolRamios

    stored proc while loop,gradualy slows down execution

    This is the peace of code that is slow. debug_insert is only there to analyse things. Basicaly I take one record from tree table and put it to tmp_NestedSetModel table. this is the result of debug http://www.shrani.si/?a/C2/j3vA7Y/tmp.jpg You see how time needed to process 100 records is...

Part and Inventory Search

Back
Top