Featured post
- Get link
- X
- Other Apps
SQL Server Configuration Manager not showing in Start Menu Windows 7 Windows 8 Windows 10 Windows 11 fixed
Dear friends,
- What is the command to open Configuration Manager from command prompt.
- Why Configuration Manager missing from start menu of system
- Alternative way of opening SQL Server Configuration Manager using command prompt explained with video
In this small article I am going to explain How to fix an error related to SQL Server Configuration Manager. When i was trying to check Configuration Manager in Start Menu,Unfortunately I could not find the Icon for Configuration Manager.But I fixed it using commands.I could open it using command prompt by executing some commands
So I suggest you to watch below video for better understanding.I will share the link below
First you may open command prompt and go to C:\Windows\system32>
Then type the command as shown in the above image
SQLServerManager10.msc
Then press ENTER key
Immediately It will open SQL Server Configuration Manager window in the system.So by using Command Prompt with executing C:\Windows\system32>SQLServerManager10.msc ,I could easily open Configuration Manager
I hope you may also face this type of error while working with MS SQL Server.So my article may help you to find missing Configuration Manager from Start Menu of your System
Popular Posts
How to Check React Version Installed in Your System by Checking PACKAGE.JSON File and Executing Command from COMMAND PROMPT
- Get link
- X
- Other Apps
Execution failed for task ':react-native-reanimated:externalNativeBuildDebug' solved
- Get link
- X
- Other Apps
Error: Invalid `prisma.$executeRaw()` invocation: fixed using log: ["query"] option
- Get link
- X
- Other Apps
ERROR Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined
- Get link
- X
- Other Apps
app keeps stopping error solved in android studio emulator using logcat in react native project
- Get link
- X
- Other Apps