Forum Replies Created

Viewing 15 posts - 31 through 45 (of 102 total)

  • RE: transform hand written data

    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...

  • RE: Store pdf etc in Image Column

    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....

  • RE: Viewing Full text schedule

    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...

  • RE: FullTextCatalogProperty (Index and log sizes)

    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...

  • RE: Full-Text Search

    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:

  • RE: Full Text Search on related tables

    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...

  • RE: Full Text Search Using Soundex()

    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...

  • RE: Full Text Search Using Soundex()

    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...

  • RE: Using FreeText with variables

    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....

  • RE: Benefits of Full Text Indexing

    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...

  • RE: Full-text indexing

    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...

  • RE: EXEC sp_start_job in ASP page

    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....

  • RE: How to best design a database schema for fast text searching

    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...

  • RE: How to best design a database schema for fast text searching

    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...

  • RE: Full-Text Indexing

    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...

Viewing 15 posts - 31 through 45 (of 102 total)