If you are familiar of using SSDT tools in visual studio
to compare database schema or data
then you might be noticed the below picture ...
Due to my visual studio add-in work i need to provide end user these connection strings.. Can you please help me to find-out where these data connection string resides and how SSDT access them.. Any hints will be appreciated ..
Note: I am not asking about server explorer data connection strings .. where they resides i already knew.
I'm not 100% sure on this, but it looks like it's stored in the registry. I used Process Monitor to get a look at what VS was doing when I added a new connection. I couldn't pinpoint from there what was happening because there was so much stuff. But I realized that it was hitting the registry a crap ton. So I searched the registry for one of my servers and eventually found a spot that looks good.
If that isn't it, I'll keep looking. But I'm pretty sure that's it.