Groups | Blog | Home
all groups > sql server full text search > september 2006 >

sql server full text search : Full-text search for .EML files



wwl
9/11/2006 2:56:01 AM
Hilary Cotter
9/11/2006 9:06:42 AM
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



[quoted text, click to view]

Hilary Cotter
9/11/2006 10:34:18 AM
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
9/11/2006 5:40:01 PM
Hmmm.. There was no problems and/or additional steps in SQL 2005...
Something changes in SQL2K5 ?


[quoted text, click to view]

AddThis Social Bookmark Button