Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie question on creating constraint
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01242717
Message ID:
01242732
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>I need to learn how to create a constraint in SQL Server database that will serve the following purpose (I will demonstrate on simple example):
>
>Parent Table Structure:
>FALIAS CHAR(20)
>FENTRY CHAR(10)
>FPK I (Primary Key)
>(Expression FALIAS + FENTRY is a candidate index key)
>
>Child Table Structure (Simplified):
>FENTRY CHAR(10)
>
>When user adds a record to the Child table and the value set to the field FENTRY does not exist in the Parent table I want SQL Server to reject the entry.
>
>How do I do it?

Found something http://www.eggheadcafe.com/videodemo/sqlserver/db3.htm :)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform