To check whether you have Full Text and Semantic Extraction for Search feature installed you may use following T-SQL statement:\n\nSelect\n\nSERVERPROPERTY(‘IsFullTextInstalled’);\n\nGO\n\nIt returns 1 if feature in question is installed and 0 if not.