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

Thread: Failed when try adding primary key constraint to partition table

Threaded View

  1. #6
    Join Date
    Mar 2002
    Posts
    534
    Before adding your END_TIME column to the primary key I recommand you to check if you realy need a local index for your PK. Because when adding the END_TIME column to the PK you have no guarantee anymore that the column CDR_ID will be unique (only the combination END_TIME, CDR_ID will be unique). Also you couldnt anymore reference the CDR_ID with a FK from another table.
    Last edited by mike9; 02-01-2004 at 03:58 PM.

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