Viewing 15 posts - 31 through 45 (of 102 total)
Checkout some of the Opical Character Recognization (OCR) software vendors:
OmniPage - http://www.scansoft.com/omnipage/standard/
IRIS OCR - http://www.irisusa.com/
and some high-end, production-level (>100 pages per minute?) scanners that work with the OCR...
September 20, 2005 at 1:05 am
There are several ways to import / upload a file as this is often a FAQ. Below are just of few of KB articles that describe how to do this....
September 16, 2005 at 1:01 am
Helen
As the SQL 2000 BOL title "sp_fulltext_catalog" states that "Only members of the sysadmin fixed server role and the db_owner (or higher) fixed database roles can execute sp_fulltext_catalog", you're...
September 16, 2005 at 12:52 am
Claudio,
When you say that you "have index sizes (in Mb) of 375, 27, 36 and corresponding log sizes of 100, 101, 201."
Do you mean three separate Full-Text Catalogs (FTC) for...
September 15, 2005 at 8:23 am
Jim, et al.,
While using system tables is Ok in SQL 2000, in future version of SQL Server (2005 or Yukon), it is best to use existing metadata functions, for example:
September 13, 2005 at 8:18 am
Mark,
There are a couple ways of doing using SQL Full-Text Search (SQL FTS) to search across mutiple tables using either CONTAINSTABLE or FREETEXTTABLE, below is a blog entry that covers...
September 13, 2005 at 8:09 am
Gift,
While Microsoft's implementation of CONTAINS may be proprietry, CONTAINS is actually part of the SQL/MM standard, specificlly:
The SQL/MM spec for Full-Text Search is maintained under: "Information technology -- Database...
September 6, 2005 at 9:36 am
Actually, CONTAINS is not proprietry to Microsoft as it is in the SQL/MM spec for Full Text Search. Is is how Microsoft SQL Server implments Full Text Search (FTS) within...
September 6, 2005 at 1:21 am
Amy,
In your first reply, you stated that you "...have similar queries on other servers that work with the exact same syntax." So, this syntax error only occurs on one server....
September 5, 2005 at 11:04 am
Rob,
Both Mark and Jon are correct. "Change Tracking" with "Update Index in Background" enabled is what you're looking for a method to keep the FT Catalogs current with your FT-enabled...
September 1, 2005 at 8:37 am
Brian,
Yes, I can. However, I need to know more about exactly what happend between the time SQL Full-text Indexing (FTI) was functional and when it stopped working...
First of all, could...
August 30, 2005 at 8:40 am
In addition to who ever owns the job, the owner needs higher permissions (DBO) than just read and write privileges the ability to execute sp_start_job within the msdb on the same server....
August 24, 2005 at 12:25 am
You're welcome, Afro,
Much like the "flight envelope" of an aircraft that defines the flight characters of that plane, i.e., at such an altitude and speed the plan is flyable, and...
August 16, 2005 at 9:07 am
I'm going to post direct replies to your questions, vs. a grand strategy...
1) When should I use a varchar, and when should I use a text field?
A. You should use...
August 16, 2005 at 12:54 am
Jim,
First of all, thank you for providing the SQL INFO (@@version) as this always most helpful in troubleshooting SQL FTS issues!
Secondly, the behavior you are seeing is correct and by...
August 16, 2005 at 12:30 am
Viewing 15 posts - 31 through 45 (of 102 total)