Does SQL Server 2008 R2 offer referential integrity across databases? -


i have database user authentication information , business data. possible declare referential integrity constraints on columns in 1 database in another?

i using microsoft sql server 2008 r2.

referential integrity across tables (somewhat simple rules) maintained use of foreign key constraints.

more complex business rules (cross database referential integrity) handled triggers.

ideally relational data should kept in 1 database yet complex business requirement can change this, triggers come handy in situation.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -