服务器优化

1、限制SQL Server 的内存使用量。

企业管理器-->服务器-->属性-->内存-->max server memory  = 1204MB

2、开启多用户远程桌面访问。

Control Panel --> Administrative Tools --> Terminal Services --> Terminal Services Configuration --> Edit settings --> Terminal Services licensing mode --> 取消Restrict each user to a single session

3、修改SQL Server的对外端口。

Sql Server Configuration Manager --> SQL Server Network Configuration --> Protocols for MSSQLSERVER --> TCP/IP --> IP Addresses -->IPAll --> TCP Port -->自定义的端口号 -->重启SQL实例

原文地址:https://www.cnblogs.com/chenjunbiao/p/1760312.html