Data retrieval and Join operations with cluster db server

Posted by Goerge on Stack Overflow See other posts from Stack Overflow or by Goerge
Published on 2010-05-24T16:54:02Z Indexed on 2010/05/24 17:11 UTC
Read the original article Hit count: 228

Filed under:
|
|

If any database spreads across multiple servers (ex. Microsoft Sql Server), how can we do join or filter operations. In my scenario, if suppose:

  1. A single table spreads across multiple servers how can we filter rows based on user input?
  2. If master table is there on one db server and transaction table is at another db server, how can we do join operations?

Please let me know how can we achieve this and where can I get more details about this?

© Stack Overflow or respective owner

Related posts about database

Related posts about join