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 |
|
If
Starting Member
3 Posts |
Posted - 2008-02-24 : 13:00:51
|
| HelloI have created the following tables in SQL 2005.English(engcode,engword)Esperanto(espcode,espword)french(frcode,frword)eng-esp(engcode,espcode)esp-fr(espcode[/u],frcode[/u])The underline code are primary keys.and i need to create a relationship between them. The problem is that the icon "Relationship" is disable.. I have searched a lot how enable this function but in vain.. Any1 have the solution??? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-02-24 : 13:20:39
|
| Refer these:-[url]http://technet.microsoft.com/en-us/library/ms189049.aspx[/url][url]http://technet.microsoft.com/en-us/library/ms177288.aspx[/url] |
 |
|
|
|
|
|