SQL Server PDF Full-Text Search not working on FileStream PDF File
问题 I cannot get the Full-Text search to work on PDF files I am loading into my SQL Db via FileStream. Version: SQL Server 2008 R2 (Developer Edition - doing proof of concept) OS: Windows 7 Steps I have taken. Installed the Adobe iFilter Made sure SQL Server full Text Daemon service is running Added the environment path to the Adobe PDF Filter bin directory Ran the below scripts to setup the new iFilter and make sure it is active EXEC sp_fulltext_service @action='load_os_resources', @value=1; --