0

I'm using Schema Compare but whenever I switch databases I see a list of old schemas as well as the ones I want to use.

How do I remove the old ones?

My current solution is to update the old schema to mirror one I want to keep and then it disappears.

Matt McCabe
  • 2,986
  • 2
  • 22
  • 29

1 Answers1

2

You can find the connection strings saved in the registry in HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\ConnectionMruList. Just delete the keys corresponding to the conection strings you want to remove.

Levi Botelho
  • 24,626
  • 5
  • 61
  • 96