1

I want to completely remove only YE\EZEENEXTGEN Database Engine. Not other server engines.

Fig: Servers

Ye Htun Z
  • 2,079
  • 4
  • 20
  • 31

1 Answers1

1

Use the below link to uninstall the instance. https://learn.microsoft.com/en-us/sql/sql-server/install/uninstall-an-existing-instance-of-sql-server-setup

loneshark99
  • 706
  • 5
  • 16
  • it will remove all my servers? i already check this guide. Thanks. – Ye Htun Z Jan 25 '18 at 08:14
  • don't forget to stop all SQL related services, since otherwise the uninstall will fail (as the documentation in this link already states). – RuudvK Oct 07 '19 at 15:23