'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.
?
发布时间: 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.
?