--设置SQL配置为高级选项模式
sp_configure 'show advanced options',1RECONFIGURE
--设置SQL最大可用内存为8G
sp_configure 'max server memory', 8192RECONFIGURE