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 |
|
jlbantang
Starting Member
16 Posts |
Posted - 2007-07-26 : 01:02:40
|
| is there a way to cascade update to foreign keys where both fields (PK & FK) are located in two different database? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-07-26 : 01:13:31
|
| Cross-database foreign keys do not exist in SQL Server yet. You would need to use a trigger instead.Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
jlbantang
Starting Member
16 Posts |
Posted - 2007-07-26 : 05:31:29
|
| thanks |
 |
|
|
|
|
|