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

Thread: Partitions

  1. #1
    Join Date
    Oct 2001
    Posts
    127
    Hi ,
    I have never used partitioned tables.I am going to do partition on our existing tables.My question is can be partition a existing table or i have to create the new table with partions .How to proceed in this case.What is the best way of doing the partitioned on the existing tables.
    Thanks

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    You can not directly partition a non-partitioned table. First, you have to create a partitioned table, exchange the existing table in, and then split the partitions up the way you want.
    Jeff Hunter

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