uninstall

  • there is no GUI installed in my environment , i need to uninstall the sql 2014 through command prompt ..

    can any one provide the steps for uninstalling the sql ?

  • The documentation is part of the command line install documentation. You can. You just have to specifiy uininstall and the services that you have installed as well as the instance name. It's all available here.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Setup.exe /Action=Uninstall /FEATURES=SQL,AS,RS,IS,Tools /INSTANCENAME=MSSQLSERVER

    You can read more about it here:

    https://technet.microsoft.com/en-us/library/ms144259.aspx#Uninstall

  • ramyours2003 (5/20/2015)


    there is no GUI installed in my environment , i need to uninstall the sql 2014 through command prompt ..

    can any one provide the steps for uninstalling the sql ?

    here are few

    For Stand Alone installation

    Setup.exe /Action=Uninstall /FEATURES=SQL,AS,RS,IS,Tools /INSTANCENAME=MSSQLSERVER

    Cluster

    To remove a node from an existing failover cluster instance with the Database Engine and Analysis Services.

    setup.exe /q /ACTION=RemoveNode /INSTANCENAME="<Insert Instance Name>" [/INDICATEPROGRESS] /CONFIRMIPDEPENDENCYCHANGE=0

    reply if you need any help 🙂

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply