Hi @Pramod Kumar,
Thank you for reaching out and welcome to Microsoft Q&A.
SDK is short for “software development kit”, it’s a set of software used for further development of your SQL environment.
You should stop the main SQL Service (not others) in order to completely uninstall it.
Here are the steps to uninstall SQL Server cleanly, you can follow the steps below to resolve your issue:
- Run 'services. MSc' to view all services, stop all services related to SQL Server.
- Remove all SQL Server components from 'Programs and Features'
- Backup the registry
- Delete the the SQL Server related registry: --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
- Delete the relevant folders: Remove the physical path where the Microsoft SQL Server database is installed.
- Delete the default installation folder of the system (If it is 64-bit, don’t forget to check the Program Files (x86) folder).
- Reboot the machine.
NOTE: please use an administrator account to reinstall SQL Server on your computer (Right click->run as administrator).
Hope this can help you well.
Feel free to share your issue here if you have any confused.
Best regards,
Lucy Chen
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
https://docs.microsoft.com/en-us/answers/support/email-notifications