Detener el servicio Selector de demonio de filtro de texto completo de SQL

Microsoft.SQLServer.2016.StopSQLFullTextSearchService (Task)

Detenga el servicio Selector de demonio de filtro de texto completo de SQL. Tenga en cuenta que la característica de búsqueda de texto completo de SQL no está disponible en ninguna edición de SQL Server Express, excepto SQL Server Express con Advanced Services.

Element properties:

TargetMicrosoft.SQLServer.2016.DBEngine
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Microsoft.SQLServer.TaskAccount

Source Code:

<Task ID="Microsoft.SQLServer.2016.StopSQLFullTextSearchService" Target="SQL2016Core!Microsoft.SQLServer.2016.DBEngine" Accessibility="Internal" Enabled="true" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="System!System.CommandExecuter" RunAs="GPMP!Microsoft.SQLServer.TaskAccount">
<ApplicationName/>
<WorkingDirectory/>
<CommandLine>net stop $Target/Property[Type="SQL2016Core!Microsoft.SQLServer.2016.DBEngine"]/FullTextSearchServiceName$</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>