Delete SSIS job times error message:
Title:microsoft SQL Server Management Studio
------------------------------
Failed to retrieve data for this request. (MICROSOFT.SQLSERVER.MANAGEMENT.SDK.SFC)
For help, click:http://go.microsoft.com/fwlink?prodname=microsoft%20sql%20server&linkid=20476
------------------------------
ADDITIONAL Information:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
SQL Server blocked access to procedure ' dbo.sp_get_sqlagent_properties ' of component ' agents XPs ' because this component is Turned off as part of the security configuration for this server. A system administrator can enable the use of the "Agent XPs ' by using sp_configure. For more information on enabling ' Agent XPS ', search for ' agent xps ' in SQL Server Books Online. (Microsoft SQL Server, error:15281)
For help, Click:http://go.microsoft.com/fwlink? Prodname=microsoft%20sql%20server&prodver=11.00.5058&evtsrc=mssqlserver&evtid=15281&linkid= 20476
------------------------------
BUTTONS:
Ok
------------------------------
Workaround:
Launch Agent XPs
sp_configure ' Agent XPs ', 1;
GO
RECONFIGURE
GO
SQL Server Error