Can not use full-text search in user instance SSMS

Viewed 34

It is really strange in SSMS, I have installed and confirmed twice that Full-Text search is installed, and it is up and running but while creating FullTextCatalog I get the same error again and again.

Version : Microsoft SQL Server 2016 (SP1) (KB3182545) - 13.0.4001.0

CREATE FULLTEXT CATALOG FullTextCatalog 
CREATE FULLTEXT CATALOG [FullTextCatalog] AUTHORIZATION [dbo]

ERROR:

Msg 9982, Level 16, State 100, Line 5
Cannot use full-text search in user instance.
Completion time: 2022-09-21T13:34:10.2052908+05:30

original image

0 Answers
Related