Re: Adding PDF indexing with Sql Server 2005
From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 01/05/05
- Next message: Esref DURNA: "Character Problems"
- Previous message: John Kane: "Re: Set up FTDATA on Failover Clustering"
- In reply to: Steven Paplanus: "Adding PDF indexing with Sql Server 2005"
- Next in thread: David Lee: "Re: Adding PDF indexing with Sql Server 2005"
- Reply: David Lee: "Re: Adding PDF indexing with Sql Server 2005"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 4 Jan 2005 22:09:49 -0500
issue the following
sp_fulltext_service 'verify_signature', 0
sp_fulltext_service 'load_os_resources',1
bounce sql server and it should work (provided you have the PDF iFilter
installed).
-- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html "Steven Paplanus" <sapaplanus@hotmail.com> wrote in message news:u0j55Zc8EHA.208@TK2MSFTNGP12.phx.gbl... > I am trying to use the full-text indexes with Sql Server 2005, and wanted to > index pdf files. I have downloaded and installed the Adobe PDF iFilter from > Adobe, and have tested it using the iFiltTst on a directory with PDF files. > It does index the pdf files. > > I then moved the files into a sql server table into a varbinary(max) field. > I re-popualted the index, but it is not being indexed. Also, when I use the > "sp_help_fulltext_extensions" command, the ".pdf" extension does not appear. > > Any suggestions on how to get this to work? > > Steve > >
- Next message: Esref DURNA: "Character Problems"
- Previous message: John Kane: "Re: Set up FTDATA on Failover Clustering"
- In reply to: Steven Paplanus: "Adding PDF indexing with Sql Server 2005"
- Next in thread: David Lee: "Re: Adding PDF indexing with Sql Server 2005"
- Reply: David Lee: "Re: Adding PDF indexing with Sql Server 2005"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|