Uninstall SQL native client from Command prompt

  • Can someone please provide the command prompt uninstallation syntax from removing SQL server 2005 Native client (sqlncli.dll)

  • Test and modify the following removal scripts to meet the needs of your organization.

    Start /wait C:\Windows\System32\msiexec /qb /X <CD or DVD Drive>\setup\sqlncli.msi

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • you would also like to explore THIS for more.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • regsvr32 sqlncli.dll /d/i

    You might have to provide the path to the dll (usually c:\windows\system32\sqlncli.dll).

    Have a nice day!

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

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