As the title says, I'm running MSSQL on my development machine and I am having some serious issues with speed. The laptop is an HP and I'm running Windows 11 with SQL Server Developer Edition. I've added some exceptions to Defender (file extensions, the sqlserver process, and the entire sql server directory) but they haven't helped.
When the service first starts everything is fine, but eventually it degrades so bad windows service manager has trouble stopping the process. As it's rolling along queries start to take longer and longer to return. This is true from SSMS and in the web application I'm developing.
I'm not sure what I could be missing.
memory. a lot of it.
MSSQL is a big mem eater and will eat everything from your machine, and we don't even talk your other dev tool, if visual studio or such that is not the best for memory management too.
You can try:
Example for SQL Server Authentication: