Want to load your own Filter in Sql Server 2005?

Want to load your own filter in Sql Server 2005 to perform Full-Text searching?  Unless the filter is signed by a trusted source, you will need to perform:

exec sp_fulltext_service 'verfiy_signature', 0;

Thanks to Dave Poole for posting this in the sql server 2005 fulltext search newsgroup.  Dave is a member of the Sql Server 2005 Full-Text Team.  Hopefully, I have read his post correct and am understanding it correctly.  This will allow untrusted binaries to be loaded.

Wally

No Comments