Posted by Erland Sommarskog on 01/05/07 23:32
Ted (r.ted.byers@rogers.com) writes:
> "Can we use a distributed SELECT statement in a view?"
Yes.
> and "Can we create a foreign key constraint that references a column in a
> view?"
No. Foreign keys are inside the database. To keep cross-database of
cross-server referential integrity, you will have to use triggers.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|