日期:2014-05-16  浏览次数:20439 次

'xp_cmdshell' does not exist??

?

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

EXEC sp_configure 'xp_cmdshell',1
GO
RECONFIGURE
GO

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

?