读书人

xp_cmdshell does not exist?

发布时间: 2012-09-27 11:11:17 作者: rapoo

'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.

?

读书人网 >其他数据库

热点推荐