Rider – Server is not specified
Rider – Server is not specified

Problem I use JetBrains Rider as my primary IDE for developing applications. Currently, I’m working on an application that I plan to deploy using Docker. However, I encountered a small issue when attempting to run the Dockerfile in Rider. The IDE displayed the following error message: "Error running ‘MyProject’ – Server is not specified." Solution... » read more

Opening SQL Server Configuration Manager
Opening SQL Server Configuration Manager

Solution To Open SQL Server Configuration Manager, run following Path depending on your SQL Server version. Version Path SQL Server 2019 C:\Windows\SysWOW64\SQLServerManager15.msc SQL Server 2017 C:\Windows\SysWOW64\SQLServerManager14.msc SQL Server 2016 C:\Windows\SysWOW64\SQLServerManager13.msc SQL Server 2014 (12.x) C:\Windows\SysWOW64\SQLServerManager12.msc SQL Server 2012 (11.x) C:\Windows\SysWOW64\SQLServerManager11.msc Taken from microsoft documentation You can execute following T-SQL query, to see which SQL Server... » read more

Fix: Microsoft To-Do 100% disc usage

The problem Recently I noticed that my laptop is still spining up fans like crazy even though I’m just coding or browsing web. So my first steps where obviously into Task Manager. I immediatley spotted that Microsoft To-Do app is constantly spinning up disc at 100%. I thought wtf… so I started googling and eventualy... » read more