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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 commit foreign key/field update

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 Kizer
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

jlbantang
Starting Member

16 Posts

Posted - 2007-07-26 : 05:31:29
thanks
Go to Top of Page
   

- Advertisement -