How to turn on or off full text indexing in MS SQL server with sp_fulltext_database Here is the snytax for it. sp_fulltext_database [@action=] ‘action’ action is an argument and it’s type of varchar(20) and it could be enable or disable To turn on full text indexing in MS SQL server with sp_fulltext_database try this. USE...