RelationShip between to DataBase in SqlServer2008
-
RelationShip between to DataBase in SqlServer2008 this action in access down but sql I dont please help me.
First off get someone who has a better grasp of English to help you with your question b/c what you have written makes absolutely no sense (to me anyway).
Never underestimate the power of human stupidity RAH
-
RelationShip between to DataBase in SqlServer2008 this action in access down but sql I dont please help me.
-
RelationShip between to DataBase in SqlServer2008 this action in access down but sql I dont please help me.
Guessing that you mean one of these: - foreign key between tables, see: http://msdn.microsoft.com/en-us/library/ms175464.aspx[^] - or the ability to use external tables in Access. There's no exact match for this but Linked Server is very close. See: http://msdn.microsoft.com/en-us/library/ms188279.aspx[^]
The need to optimize rises from a bad design.My articles[^]