<span id="blogname"></span>


All that's beautiful drifts away like the waters ——W. B. Yeats
Modisied by Leslie-Cheung.com
 
2009/5/30 21:56:00
SQL Server 2008的Agent XPs 选项
 

       使用 Agent XPs 选项可以启用此服务器上的 SQL Server 代理扩展存储过程。如果禁用此选项,则 SQL Server Management Studio 对象资源管理器将不显示 SQL Server 代理节点。

       使用外围应用配置器工具启动 SQL Server 代理服务时,会自动启用这些扩展存储过程。有关详细信息,请参阅外围应用配置。

注意: 
       除非这些扩展存储过程在 SQL Server 代理服务处于任何状态下都处于启用状态,否则 SQL Server Management Studio 对象资源管理器不会显示 SQL Server 代理节点。

可能的值有:

0,表示 SQL Server 代理扩展存储过程不可用(默认值)。

1,表示 SQL Server 代理扩展存储过程可用。

该设置立即生效,无需停止并重新启动服务器。

示例 
       下面的示例启用 SQL Server 代理扩展存储过程。
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO

 

 
By 小鱼儿  阅读全文 | 回复(0) | 引用通告 | 编辑

发表评论:
 
Calendar

<<  < 2009 - >  >>
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

Login


Bulletin
Recent Entries
Comments
Messages
Information
Links


Designed by Subdreamer
 
Powered by Oblog.