Uninstalling SQL 2008 from command prompt.

  • I have uninstalled SQL Server 2008 using the below command line prompt.

    setup.exe /ACTION=UNINSTALL /FEATURES=Tools,BIDS

    Uninstallation went on successfully. But in the add/remove/programs control panel, i still see the below components :

    1. SQL Server 2008 native client

    2. MS Visual Studio 2008 integrated - ENU

    3. MS Visual Studio 2008 Shell

    Can someone please tell me the command line syntax for uninstalling the above 3 components as well. Atleast, i need the command to uninstall the Native client.

    Thanks

  • Hi,

    can you just try like this:

    setup.exe /ACTION=UNINSTALL /FEATURES=Tools

Viewing 2 posts - 1 through 1 (of 1 total)

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