Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 How to run Spell Check for Database

Author  Topic 

notmaster
Starting Member

2 Posts

Posted - 2008-12-15 : 18:42:46
Hello Gurus,

I would appreciate if anyone could suggest me how to run spell check on a SQL 2005 database. I want to run this on some particular tables those have text type of fields and a lot data.

Best Regards

darkdusky
Aged Yak Warrior

591 Posts

Posted - 2008-12-16 : 04:51:05
Link to importing lexicon into SQL Server:
http://microsoft.apress.com/asptodayarchive/72159/adding-spell-checking-to-your-application-using-asp-and-sql-server

You would still need to build a procedure to check data.
Go to Top of Page

notmaster
Starting Member

2 Posts

Posted - 2008-12-17 : 12:55:38
Thankd darkdusky, but it Seems confusing to me and a bit lengthy process. Is there any other solution available ?
Go to Top of Page
   

- Advertisement -