Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Eragon
Starting Member
1 Post |
Posted - 2008-03-06 : 14:16:36
|
| Hi,Can we define a non-identifying relationship between 2 tables in MS SQL? If yes, what will be the syntax based on what I have:ALTER TABLE PM_VARIABLE_BIN ADD CONSTRAINT PM_VarCoef_PM_VarBin_FK1 FOREIGN KEY (MODEL_ID,VERSION,VAR_ID) REFERENCES PM_VARIABLE_COEFFICIENT(MODEL_ID,VERSION,VAR_ID)go |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-03-06 : 23:16:11
|
| What's non-identifying relationship? |
 |
|
|
|
|
|