Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HowTo delete the Database ConnectionStrings stored in Visual Studio?

I have Visual Studio 2005 Team Edition for DB Professionals.

After starting "Data --> Schema Compare --> New Schema Comparison...", i can choose a database from a DropDown. Unfortunately there are some old references that i don't need anymore. How can i delete those entries?

like image 774
gsharp Avatar asked Aug 14 '09 08:08

gsharp


1 Answers

For Visual Studio 2017:

  • Right click on your project in the Solution Explorer.
  • Select Properties.
  • Click the Settings option in the left menu pane.
  • Right click on the connection you want to remove.

KerPOW! Done! Gone!

like image 178
Mighty Ferengi Avatar answered Oct 05 '22 23:10

Mighty Ferengi