lenmom

博客园 首页 新随笔 联系 订阅 管理
EXEC sp_configure 'show advanced options', 1
GO
-- To update the currently configured value for advanced options.
RECONFIGURE
GO
-- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO
-- To update the currently configured value for this feature.
RECONFIGURE
GO
posted on 2013-12-02 19:22  老董  阅读(535)  评论(0)    收藏  举报