Install Full Text Search in MSSQL 2005
Hello,
Full Text Search refers to a technique for searching a computer-stored document or database; in a full text search, the search engine examines all of the words in every stored document as it tries to match search words supplied by the user.
If you want to install FullText Search on installed MSSQL 2005 Express then perform the following steps:
1) Login to your server.
2) Right click on My Computer >> Manage > Services and Applications > SQL Server Configuration Manager > SQL Server 2005 Services
3) Enable the Full Test Search to install and restart the MSSQL 2005 server.
Thats All,
-Firew@ll
|