|
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|