Iniciar el servicio Agente SQL desde el motor de base datos

Microsoft.SQLServer.2008.StartSQLAgentFromDBEngineInstance (Task)

Inicie el servicio Agente SQL desde el motor de base datos.
Tenga en cuenta que el servicio de Windows del Agente SQL Server no se admite en ninguna edición de SQL Server Express.

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.StartSQLAgentFromDBEngineInstance" 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"]/AgentName$</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>