| 
 Posted by pb648174 on 11/03/05 18:46 
If I am doing an Index Server query from SQL, such as: 
	SELECT 
		Q.* 
	FROM 
		OPENQUERY(FTIndexPM, ''SELECT path, characterization, 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.
 
[Back to original message] 
 |