Data Quality Check - SQL Server
        Posted  
        
            by user319384
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user319384
        
        
        
        Published on 2010-04-18T22:32:59Z
        Indexed on 
            2010/05/18
            14:30 UTC
        
        
        Read the original article
        Hit count: 368
        
I am trying to find a good mechanism where I can check whether the data being entered by a group of people is grammatically correct, has correct spellings, etc, etc. I also would like to compute words per minute and accuracy. Is there any process to do this so that I do not have to re-invent the wheel?
Thanks in advance.
© Stack Overflow or respective owner