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-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 XYou 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.HTHJasper Smith |
 |
|
|
|
|
|