方法 1、

         sp_configure;

         execute sp_configure;

         SQL Server 查看实例配置情况的 2 方法

方法 2、

          sys.configurations

          select * from sys.configurations
          order by name;
          go

          SQL Server 查看实例配置情况的 2 方法

 

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-06-14
  • 2021-10-04
猜你喜欢
  • 2021-08-10
  • 2021-05-30
  • 2021-10-18
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案