【Vegas原创】SQL Server 阻止了对组件 'SQL Mail XPs' 的 过程'sys.xp_sendmail' 的访问的解决方法

EXEC sp_configure 'show advanced options'1;
RECONFIGURE;
EXEC sp_configure 'SQL Mail XPs'1;RECONFIGURE;

 

posted @ 2009-01-16 08:53  李济宏(Amadeus)  阅读(463)  评论(0编辑  收藏  举报