Démarrer le service Lanceur de démon de filtre de texte intégral SQL

Microsoft.SQLServer.2008.StartSQLFullTextSearchService (Task)

Démarrez le service Lanceur de démon de filtre de texte intégral SQL. Notez que la fonctionnalité de recherche de texte intégral SQL n'est disponible dans aucune édition de SQL Server Express, excepté SQL Server Express with Advanced Services.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Microsoft.SQLServer.2008.StartSQLFullTextSearchService" Target="SQL2008Core!Microsoft.SQLServer.2008.DBEngine" Accessibility="Internal" Enabled="true" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="System!System.CommandExecuter">
<ApplicationName/>
<WorkingDirectory/>
<CommandLine>net start $Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/FullTextSearchServiceName$</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>