简体   繁体   中英

SQL Server 2014 Express performance tweaks

I have a few customers who are running a third party program and they often complain of slowness when the program searches and even freezes at points. The computers are running i7 3.2ghz with 16 GB memory on a 1 terabyte hard drive. The performance of the actual computer is great. I am in no way a SQL Admin, I can navigate through it and write basic queries like inner joins. Are there any settings in SQL Server Express that I can modify to help performance wise?

Did you install the 64 bit version? You may want to verify, I would think the 64 bit system would be able to leverage more ram.

To check which version. SELECT @@VERSION

https://www.microsoft.com/en-us/download/details.aspx?id=42299

Are you using indexes? if you have large data and you are trying to search for something other than the primary key, then you need some kind of indexes. If you can share the query, I may help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM