EXEC SP_CONFIGURE 'xp_cmdshell';

oo0yuki0oo發表於2010-11-27

EXEC master.dbo.sp_configure 'show advanced options', 1

RECONFIGURE

EXEC

master.dbo.sp_configure 'xp_cmdshell', 1

RECONFIGURE

EXEC SP_CONFIGURE 'show advanced option', '1';
RECONFIGURE WITH OVERRIDE;
EXEC SP_CONFIGURE 'xp_cmdshell';

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8337095/viewspace-1042210/,如需轉載,請註明出處,否則將追究法律責任。

相關文章