views:

74

answers:

0

How to use FREETEXTTABLE with the table that has composite primary key?

E.G. Table(FirstID int, SecondID int, Text ntext) Primary Key(FirstID, SecondID)

FREETEXTTABLE returns something that is similar to (or maybe is a) GUID and Rank. How to join this "rank" table with the original one?