Delete Server in DB Engine

  • Hello,

    I have two different instances of database engine on local servers.  How do I delete one?

    Thanks

  • VegasL - Sunday, November 12, 2017 5:51 AM

    Hello,

    I have two different instances of database engine on local servers.  How do I delete one?

    Thanks

    Uninstall the unwanted instance
    😎

  • how to uninstall the unwanted one?

  • VegasL - Sunday, November 12, 2017 6:19 AM

    how to uninstall the unwanted one?

    Add or remove programs
    😎

  • Thanks..hmm when i go to add/remove programs i see microsoft sql server ....along with rest of programs on pc, don't see anywhere to uninstall an instance of server for db engine. could you clarify further please?

    when i start ssms  it asks for server name (because i have 2 instances). One of them I want to remove so i dont have to browse local servers to connect to db engine.

  • VegasL - Sunday, November 12, 2017 6:32 AM

    Thanks..hmm when i go to add/remove programs i see microsoft sql server ....along with rest of programs on pc, don't see anywhere to uninstall an instance of server for db engine. could you clarify further please?

    when i start ssms  it asks for server name (because i have 2 instances). One of them I want to remove so i dont have to browse local servers to connect to db engine.

    Look for the initial installation folders then.
    😎

    Another option is to permanently disable the unwanted service, does the same😉

  • Thanks Eirikur

    How do I permanently disable the unwanted service?

    SQL Server Configuration Manager > SQL Server Services > Select "Unwanted Server" > Right Click Properties > Start Up Parmeters > Remove All, yes ?

  • VegasL - Sunday, November 12, 2017 7:37 AM

    Thanks Eirikur

    How do I permanently disable the unwanted service?

    SQL Server Configuration Manager > SQL Server Services > Select "Unwanted Server" > Right Click Properties > Start Up Parmeters > Remove All, yes ?

    That's one way, the other is Services > Unwanted > Disable
    😎

  • "That's one way, the other is Services > Unwanted > Disable"

    That's what I want to do, when I go to   SQL Server Configuration Manager > SQL Server Services > Unwanted > I just see  ..start, stop, resume, pause        but  NOT disable.

  • VegasL - Sunday, November 12, 2017 9:40 AM

    "That's one way, the other is Services > Unwanted > Disable"

    That's what I want to do, when I go to   SQL Server Configuration Manager > SQL Server Services > Unwanted > I just see  ..start, stop, resume, pause        but  NOT disable.

    Services > Unwanted Instance > Properties
    😎

  • Eirikur is describing the OS services, which you won't find in SQL Server or the configuration manager.  Depending on your version of Windows, you'll do something like Start...Control Panel...Services.  I just open the Run dialog and, type services.msc and click OK.  From there, you can disable the services for the unwanted instance.  If you don't have permission to remote into the server, you can always have your Server Admin or Network Admin help you get it done.

  • Hi Ed,

    When i open the Run dialog and, type services.msc and click OK, it takes me to the SQL Server Configuration Manager , where it has the same..start,stop,pause,resume....  currently it is marked as stopped.  But it still forces me to choose between servers when starting ssms.

    However, I just saw in this sscm,i right click unwanted server > properties > services > select from dropdown (changed from automatic) to disabled. and it worked 🙂

    So thanks to both of you!  Now I'll reinstall antivirus program.

    Is there a way from UI to delete unwanted server and or go into a data file and delete?

    Also is there a way to rename existing server?

Viewing 12 posts - 1 through 11 (of 11 total)

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