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
2008-10-03 10:13:03