exec sp_configure 'show advanced options', '1';
go
reconfigure;
go
exec sp_configure 'clr enabled', '1'
go
reconfigure;
exec sp_configure 'show advanced options', '1';
go 

相关文章:

  • 2021-11-29
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
猜你喜欢
  • 2022-02-27
  • 2021-10-07
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案