views:

433

answers:

1

Is it possible to create in a table of database a foreign key to a column of table in another database in SQL 2005 ?

+4  A: 

no. if you need cross database referntial integrity the only way is to use triggers.

Mladen