原文地址   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

相关文章:

  • 2021-09-04
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-12-17
  • 2021-10-18
  • 2021-07-06
相关资源
相似解决方案