I think this question better fits here rather than ServerFault, but if I m wrong, please correct me.
I have a system which has a database that also queries Windows Indexing Services. The queries are done via T-SQL using the OpenQuery(Linked_Server_Name, ...) function. When the DB and the Indexing Services are on the same server, everything works perfectly.
现在,我需要扩大系统,这意味着我不得不把非行服务器与索引服务服务器分开。 问题在于,我找不到一种办法,可以远程查询索引服务。
Did anyone succeed with a similar setup? If no, what alternatives would you suggest?