您的位置:首页 > 博客中心 > 数据库 >

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

时间:2022-03-14 01:02

方法 1、

         sp_configure;

         execute sp_configure;

         gxlsystem.com,布布扣

方法 2、

          sys.configurations

          select * from sys.configurations
          order by name;
          go

          gxlsystem.com,布布扣

 

热门排行

今日推荐

热门手游