Results 1 to 2 of 2

Thread: Update massive

  1. #1
    Join Date
    Sep 2004
    Posts
    1

    Question Update massive

    Hi,
    How do you do to update records in one table based on values in another table in massive mode to get short time?

    Thanks
    Leone

  2. #2
    Join Date
    Jun 2004
    Posts
    5
    Sometimes it's quicker to create temporary table, insert "updated" rows (insert into .... select ...), then delete old rows in original table and insert previosly created rows.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •