SQL 2005 Full Text Search File Size limitation
I would like to know what the maximum document size is for full text search in SQL 2005.
I found the following in the SQL 2000 Help files, look at the note:
Filtering Supported File Types
When a cell in animage column contains one of certain types of documents, full-text search uses a filter to interpret the binary data. The filter extracts the textual information from the document and submits it for indexing and subsequent querying.
Microsoft? SQL Server? 2000 includes filters for these file extensions: .doc, .xls, .ppt, .txt, and .htm....
Note For full-text indexing, adocument must be less than 16 megabytes(MB) in size and must not contain more than 256 kilobytes (KB) of filtered text.

