Viewing 2 posts - 1 through 2 (of 2 total)
Hi
You can get result in both ways:
1. Linked server
2. Open query
To simplify the query you can create synonym on those tables. This is the normal way to access from another...
December 4, 2014 at 2:01 am
#1762614
Hi,
It's not necessary, plan always should be index seek. Based on volume of table data, index scan will be considered as best plan by the compiler.
December 4, 2014 at 1:16 am
#1762597