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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Copy Registered SQL Servers in E/M MMC

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-08-20 : 09:03:57
sajai writes "I had list of SQL Server registered in the enterprise manager.

But now my username and domain changed..

If i log in with the new user i dont see the registered server.

How can i get that list back without manually re registering all.

Thanks"

jasper_smith
SQL Server MVP & SQLTeam MVY

846 Posts

Posted - 2002-08-20 : 10:51:42
This information is stored in

HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\80\Tools\SQLEW\Registered Servers X

You could try using regedit to export the branch and merge it when you are logged in as your new user. However you might need to change/refresh the connection settings when you first connect to each server if you use NT authentication to connect as I'm not sure what connection info it holds in the keys.



HTH
Jasper Smith
Go to Top of Page
   

- Advertisement -