首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

'xp_cmdshell' does not exist?

2012-09-27 
xp_cmdshell does not exist???EXEC sp_configure show advanced options, 1GORECONFIGUREGOEXECsp_

'xp_cmdshell' does not exist??

?

EXEC sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO

EXECsp_configure 'xp_cmdshell',1
GO
RECONFIGURE
GO

Refer?http://msdn.microsoft.com/en-us/library/ms189631.aspx?formore options.

?

热点排行