select distinct words from pdf files stored in FILESTREAM

I have a SQL Server 2008 database that stores PDF files in FILESTREAM. I've enabled full-text search on those PDF files using Adobe iFilter. Full text search works properly. Now, I want to be able to select all distinct words from that PDFs and display every word in a new row. How can I accomplish that?

链接地址: http://www.djcxy.com/p/55872.html

上一篇: 在SQL Server中的存储过程中搜索文本

下一篇: 从存储在FILESTREAM中的pdf文件中选择不同的单词