Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-02-12 : 09:13:22
|
| speno writes "We upgraded to 7.0 some time ago and an instance of 6.5 still shows up in the MMC, enterprise manager. How do I remove cleanly without affecting 7.0?" |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-02-12 : 14:06:52
|
Are you talking about as a registered server? You should be able to just right click, and say delete registration (Actually you have to click on it, not just SAY it ).HTH-Chad |
 |
|
|
speno
Starting Member
18 Posts |
Posted - 2002-02-13 : 09:44:40
|
| Delete is not an option in the right click mode. If it that easy I would have done that. But thanks. |
 |
|
|
efelito
Constraint Violating Yak Guru
478 Posts |
Posted - 2002-02-13 : 09:49:52
|
| What are you options when you right click on the 6.5 server in EM?Jeff BanschbachConsultant, MCDBA |
 |
|
|
speno
Starting Member
18 Posts |
Posted - 2002-02-13 : 11:02:44
|
| connect, stop, pause, start, new, all tasks, new window, refresh, help. everything else is grayed. |
 |
|
|
efelito
Constraint Violating Yak Guru
478 Posts |
Posted - 2002-02-13 : 12:02:31
|
| hrm... Never seen those greyed out before. Does it throw an error if you highlight the server name and hit the delete key? If it doesn't and you really want it out of there for some reason, you should be able to search the registry for the server name and delete its key from the registered servers list. The general key you should be looking for is Software/Microsoft/Microsoft SQL Server/80/Tools/SQLEW/Registered Servers X and then the name of the server group it's in. It should either be under hkey_current_user or hkey_local_machine depending on the options you have set in EM.As always, editing the registry can be hazerdous to your computer, job security, and small children within a 50 foot radius. Be sure to have a good registry export before making any changes.Jeff BanschbachConsultant, MCDBA |
 |
|
|
|
|
|
|
|