I was playing with SQL Server 2012 RC0. I want to create a program that has a drop down list of all file tables, and when the user select a file table, the property list asscoated with the fulltext index of the file table will be populated in another drop down list. But I can not find any way to get the property list associated with a fulltext index of a table using T-SQL. I tried a few links, including :

http://technet.microsoft.com/en-us/library/ms142579(SQL.110).aspx

But no such information is available. Anyone know where I can get this information using T-SQL ?

Thanks.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.