"Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
news:%23rbfchxPHHA.4824@TK2MSFTNGP02.phx.gbl...
> Definitely, especially if you are querying them relationally. However,
> returning them from the file system especially through a web server which
> is optimized for returning documents offers better performance than
> returning them through the db.
>
> Also if you store up to 100 documents per subdirectory and nest all
> subdirectories in groups of 100 you get optimal file system performance.
>
> --
> Hilary Cotter
>
> Looking for a SQL Server replication book?
>
http://www.nwsu.com/0974973602.html >
> Looking for a FAQ on Indexing Services/SQL FTS
>
http://www.indexserverfaq.com >
>
>
> "Larry Neylon" <larry@senior.removethis.co.uk> wrote in message
> news:umJQJswPHHA.4280@TK2MSFTNGP02.phx.gbl...
>> Thanks for that Hilary,
>>
>> Do you think actually storing the documents in SQL FTS would provide the
>> best performance ?
>>
>> Are there any 3rd party tools that anyone knows about ?
>>
>> Regards,
>> Larry.
>> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
>> news:Oic3gquPHHA.4296@TK2MSFTNGP05.phx.gbl...
>>> Using a linked server to Indexing Services (Index Server was an NT 4.0
>>> Product) is simply not scalable.
>>>
>>> --
>>> Hilary Cotter
>>>
>>> Looking for a SQL Server replication book?
>>>
http://www.nwsu.com/0974973602.html >>>
>>> Looking for a FAQ on Indexing Services/SQL FTS
>>>
http://www.indexserverfaq.com >>>
>>>
>>>
>>> <xkeops@gmail.com> wrote in message
>>> news:1169522997.951862.308800@q2g2000cwa.googlegroups.com...
>>>> Hi Larry,
>>>>
>>>> You may try doing:
>>>> 1. Using the index server on one hand as filesystem indexing tool and
>>>> read the result from SQLServer. To do this you must create a Linked
>>>> server (from your sql server) pointing to your indexing server.
>>>> And read the data from FileSystem with OPENQUERY (with select ....
>>>> sqlserver style)
>>>> 2. Have a table with a varbinary column where you can upload the files
>>>> and index their content / based on the extension.
>>>>
>>>>
>>>> HPH,
>>>>
>>>> xk
>>>>
>>>>
>>>>
>>>> Larry Neylon wrote:
>>>>> Hi there,
>>>>>
>>>>> I'm looking for some advice on the best methods / tools to implement
>>>>> an
>>>>> intranet search facility using ASP.NET and SQL2005.
>>>>>
>>>>> I need the ability to search both SQL Server content and files stored
>>>>> on the
>>>>> web servers file system (.doc, .xls, .pdf, etc).
>>>>>
>>>>> Is there one tool that will perform both of these tasks for me, or am
>>>>> I
>>>>> going to have to use a combination of fulltext search on the DB and
>>>>> Index
>>>>> Server ?
>>>>>
>>>>> I know I can store the files in the DB and use and IFilter to search
>>>>> the
>>>>> contents, but if possible I'd want to keep the files in the file
>>>>> system
>>>>> rather than move them all into the DB.
>>>>>
>>>>> Any pointers would be most appreciated.
>>>>>
>>>>> Regards,
>>>>> Larry.
>>>>
>>>
>>>
>>
>>
>
>