Would you like to find out the filters that are installed in your Sql Server 2005 database? Try this: exec sp_help_fulltext_extensions; The result is the set of file extensions, the path for the filter, the version (of the filter, I assume), and the clsid (of the filter, I assume). With the December...
Posted to
Wallace B. McClure
(Weblog)
by
Wallym
on
01-09-2005, 12:00 AM
Filed under: Databases, .NET General, .NET Whidbey, Sql Server, Sql Server Full-Text Search