Answers for "uninstall mssql"

SQL
0

uninstall mssql server ubuntu

#Use 
sudo apt-get -f install 
# to fix your missing dependencies, then execute 
sudo apt-get remove mssql-server 
#to uninstall the server.
Posted by: Guest on November-30-2021
3

how to uninstall microsoft sql server

First , use the normal process of uninstalling apps
then, navigate through this path C:Users<Your UserName>AppDataRoaming
For those who don't see that, firstcheck the box written show hidden apps
Posted by: Guest on April-19-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language