-1

I have tried cross DB joins it works fine. We are planning to move DB's to 2 different servers because of load. How do i write my code in codeigniter, so that joins work across server join.

Hacker
  • 7,798
  • 19
  • 84
  • 154

1 Answers1

0

You gotta use sp_addlinkedserver for creating links across servers. I guess what you need can be found here.

Community
  • 1
  • 1
M Reza Saberi
  • 7,134
  • 9
  • 47
  • 76