原文地址   http://www.cnblogs.com/lflyq/p/6065160.html

 

 

sp_configure 'show advanced options', 1;
GO
RECONFIGURE  WITH OVERRIDE;;
GO
sp_configure 'Ole Automation Procedures', 1;
GO
RECONFIGURE  WITH OVERRIDE;;
GO
EXEC sp_configure 'Ole Automation Procedures';
GO

相关文章: