DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Rename index

  1. #1
    Join Date
    Nov 2000
    Posts
    205
    Hello there,

    Can you please tell me how I can rename an index?

    Thanks,
    Nirasha

  2. #2
    Join Date
    Aug 2000
    Posts
    194
    alter index <index> rename to <new_index> ;

  3. #3
    Join Date
    Aug 2000
    Posts
    194
    Prev post got messed up.

    Here it goes again,

    Alter index old_index rename to new_index ;

Posting Permissions

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


Click Here to Expand Forum to Full Width