Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / September 2006

Tip: Looking for answers? Try searching our database.

contains and varbinary document types

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
n_o_s_p_a__m@mail.com - 14 Sep 2006 23:30 GMT
Hello All,

I was reading BOL, and I came across this statement:

"Many document types can be stored in a single varbinary(max), or xml
column. Microsoft SQL Server 2005 supports certain document types and
provides a filter for these types."

But I can't find any other info on which document types they are
talking about. Could someone please enlighten me on this?

Thanks,
KJ
Warren Brunk - 15 Sep 2006 05:37 GMT
run this query in management studio...

select * from sys.fulltext_document_types

Should return all the document types...
Signature

/*
Warren Brunk - MCITP - SQL 2005, MCDBA
www.techintsolutions.com
*/

> Hello All,
>
[quoted text clipped - 9 lines]
> Thanks,
> KJ
Hilary Cotter - 15 Sep 2006 11:59 GMT
There is an error in BOL.  It should read

"Many document types can be stored in a single varbinary(max), and XML can
be stored in an xml column. Microsoft SQL Server 2005 supports certain
document types and provides a filter for these types."

You can also use sp_fulltext_service 'load_os_resources', 1
and
sp_fulltext_service 'verify_signature', 1

To load os ifilters, like the PDF ifilter. These iFilters must already be
installed on SQL Server.

Signature

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

> run this query in management studio...
>
[quoted text clipped - 14 lines]
>> Thanks,
>> KJ
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.