2

I'm getting an upgraded laptop at work and my old machine had SSMS 17.9 with several dozen dbengine connections with pwds in the dropdown for dbengine Connection.

Are these in the registry, ini file, Windows Credential manager? I would like to be able to copy them to the new machine. I'm even ok if I have to re-enter the passwords--the servernames are really a bigger deal to me. Thanks,

jimo3
  • 408
  • 1
  • 5
  • 17

3 Answers3

1
  1. In your source SSMS, in Registered Servers: right-click the server group that contains your connections > Tasks > Export...
  2. Copy the exported file to the machine that contains the new SSMS instance.
  3. On the new instance of SSMS, in Registered Servers: right-click the server group that will contain your connections > Tasks > Import...
Tarzan
  • 4,270
  • 8
  • 50
  • 70
1

Export the registered servers.

enter image description here

Ricardo C
  • 2,205
  • 20
  • 24
0

You can copy from the old computer to the new one from the following path: %userprofile%\AppData\Roaming\Microsoft\Microsoft SQL Server\18.0\UserSettings.xml

(18.0 its the SSMS version, it may vary from each specific case)

Ivan-San
  • 771
  • 1
  • 5
  • 22