sql server - Modify foreign key to create a distributed database -


i'm distributing database have tow tables foreign keys references other database in other server. search , found can't make foreign key referring table in database in other server. but, how can resolve problem? creating views?

in instance needs refer "the other server", introduce "the other server" linked server , use insted of triggers validate fk constraints.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -