Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After doing a complete uninstall of CyTrack – the new install attempt fails while installing SQL Server

 

Troubleshooting Steps

arrow.jpgImage RemovedImage Added Ensure that there are no active instances of SQL Server in windows Windows Services.

arrow.jpgImage RemovedImage Added If there are active SQL Server instances and there are no entries in Add/Remove Programs section to uninstall it in Windows Control Panel, then follow the following steps to remove that active SQL Server Instance.

arrow.jpgImage RemovedImage Added Make sure that the Microsoft SQL Server Setup Support Files component is installed

arrow.jpgImage RemovedImage Added Run the command to uninstall the SQL Server components

...

Uninstall the SQL Server components one at a time until all the SQL Server components are uninstalled.

 


arrow.jpgImage RemovedImage Added Uninstall the Microsoft SQL Server Native Client component

If all other steps were successful, uninstall the Microsoft SQL Server Native Client component by using Add or Remove Programs.

arrow.jpgImage RemovedImage Added Uninstall the Microsoft SQL Server Setup Support Files component

If all other steps were successful, uninstall the Microsoft SQL Server Setup Support Files component by using Add or Remove Programs.

arrow.jpgImage RemovedImage Added If there is still an instance of SQL Server showing in Windows Services, run the following command at a command prompt.

sc delete <service_name>

<service_name> should be the name of the service.

arrow.jpgImage RemovedImage Added Reboot the system.