Tagged Questions
0
votes
1answer
235 views
Creating table with a compound key + a foreign key as compound key
I am having a problem with creating my database in SQL Server Compact
I basically have 5 tables ( CentreDeCout, Profil, Groupe, CCProfilPivot, CCProfilGroupePivot)
CentreDeCout has NomCC as primary ...
0
votes
3answers
309 views
Denormalize data or multiple-column key?
I'm trying to make a judgment call in implementing a small-ish SQL Server '08 database.
I'm translating an output text file of a flat-file database from an old COBOL system to the aforementioned SQL ...