You should be able to. I know that you can you full text indexing on Word and Excel docs. I would assume that you can also index PDFs. You'll probably need to install Acrobat Reader on the SQL Server for it to work. It all depends on if SQL will pick up the Adobe software and use it to read the binary data.
Hi,
Now I'm able to index Office documents and PDF documents.
This is what I did:
- Applied SP3 for SQL Server 2000
- ADOBE Acrobat reader installed on SQL Server
- ADOBE filter installed (cfr.
There is (as expected) a big difference in time needed to build the full catalog between de TXT-version (uploaded in a TEXT-datatype column) and the PDF-version (uploaded in a IMAGE-datatype column); in my tests, based on a sample of 50000 PDF-docs building the full catalog for de IMAGE-table was 30 times slower.
Differences in Selects (CONTAINS, CONTAINSTABLE) were minimal.
The slow down in building the index is understandable. You are opening each of the PDFs in adobe and reading through them instead of just reading text in a field.
However it is good to know that it's working. Congrats.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.