Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在数据库表中为 SQL 2005 中另一个数据库中的表列创建外键?
不。如果您需要跨数据库引用完整性,唯一的方法是使用触发器。