I am not exactly sure what you mean by this. In SQL 2005 neither eml or msg
documents will be indexed by default. You will need to execute the below
commands
exec sp_fulltext_service 'load_os_resources', 1;
exec sp_fulltext_service 'verify_signature', 0;
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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 [quoted text, click to view] "wwl" <lopukhov@hotmail.com> wrote in message
news:%23SYKPfa1GHA.3908@TK2MSFTNGP05.phx.gbl...
> Hmmm.. There was no problems and/or additional steps in SQL 2005...
> Something changes in SQL2K5 ?
>
>
> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
> news:O9YflLa1GHA.1336@TK2MSFTNGP03.phx.gbl...
>> No, but you could use FiltReg to register the eml with the same extension
>> as msg.
>>
>> --
>> Hilary Cotter
>> Director of Text Mining and Database Strategy
>> RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
>>
>> This posting is my own and doesn't necessarily represent RelevantNoise's
>> positions, strategies or opinions.
>>
>> 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 >>
>>
>>
>> "wwl" <wwl@discussions.microsoft.com> wrote in message
>> news:8648163D-72D3-4986-A3EB-60583DE8F69E@microsoft.com...
>>> Can I use FTS for eml-files stored in database?
>>
>>
>
>