启用SQL2005 xp_cmdshell

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

你可能感兴趣的:(启用SQL2005 xp_cmdshell)