Forum Discussion
Marius_Roma
Apr 21, 2023MCT
SQL Server Express
On my Windows 10 PCs I have been using for many years a third party application (Veeam Agent for Microsoft Windows) that used to depend on Microsoft SQL Server Express. SQL Server Express was instal...
Raksha112
May 17, 2023Copper Contributor
For checking if any applications have been used by SQL server express you need to check this:
1) Check the SQL server configuration manager and expand SQL server services on the left panel. Check for instance containing express as "SQL Server (SQLEXPRESS)" or "MSSQLSERVER (SQLEXPRESS)".
2) Check with service management console by pressing windows + R and typing "services.msc" and open it. Look for all the services such as "SQL Server (INSTANCE_NAME)" and replace "INSTANCE_NAME" with actual instances. As well as kindly check if any of them rely on SQL Server Express.
By having these steps you can identify if any applications running are using SQL Server Express
1) Check the SQL server configuration manager and expand SQL server services on the left panel. Check for instance containing express as "SQL Server (SQLEXPRESS)" or "MSSQLSERVER (SQLEXPRESS)".
2) Check with service management console by pressing windows + R and typing "services.msc" and open it. Look for all the services such as "SQL Server (INSTANCE_NAME)" and replace "INSTANCE_NAME" with actual instances. As well as kindly check if any of them rely on SQL Server Express.
By having these steps you can identify if any applications running are using SQL Server Express