If I am doing an Index Server query from SQL, such as:
SELECT
Q.*
FROM
OPENQUERY(FTInd exPM, ''SELECT path, characterizatio n, rank, hitcount
FROM SCOPE('DEEP TRAVERSAL OF .....
can anyone tell me which TCP/UDP ports will be used between the SQL
Server and the Index server if the Index Server is on another machine?
I'm doing the query from SQL so that I can join the results with a
table in the database and am not interested in doing the Index query
from the app server. I haven't been able to find any info on the net
for which firewall ports are used for this.
SELECT
Q.*
FROM
OPENQUERY(FTInd exPM, ''SELECT path, characterizatio n, rank, hitcount
FROM SCOPE('DEEP TRAVERSAL OF .....
can anyone tell me which TCP/UDP ports will be used between the SQL
Server and the Index server if the Index Server is on another machine?
I'm doing the query from SQL so that I can join the results with a
table in the database and am not interested in doing the Index query
from the app server. I haven't been able to find any info on the net
for which firewall ports are used for this.
Comment