sql server报错
Posted 句号1314
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql server报错相关的知识,希望对你有一定的参考价值。
删除SSIS作业时报错信息:
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 \'Agent XPs\' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of \'Agent XPs\' by using sp_configure. For more information about 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
------------------------------
解决方法:
启动Agent XPs
sp_configure \'Agent XPs\', 1;
GO
RECONFIGURE
GO
以上是关于sql server报错的主要内容,如果未能解决你的问题,请参考以下文章
sql server 2014卸载后安装报错,安装 SQL Server 数据库引擎服务实例功能 时出错
powerdesigner中生成数据库时,报错[Microsoft][ODBC SQL Server Driver][SQL Server]未能准备语句。