Export Database Connections

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
mango333
Posts: 40
Joined: Thu 14 May 2015 19:23

Export Database Connections

Post by mango333 » Fri 18 Dec 2015 19:44

This question is for Schema Compare, Professional Edition, Ver 4.0.32.

I've noticed that connections created in Connection Manager are user dependent. Is there a way to export those connections or copy them from a user folder and make them available for another user? We are using .scomp files as a way to provide consistent comparisons, regardless of the user, but these fail on the command line if both users don't share the connection named and created in the exact same way.

alexa

Re: Export Database Connections

Post by alexa » Mon 21 Dec 2015 14:03

You can export the connections list by exporting the following system registry branch to a *.reg file:

Code: Select all

HKEY_CURRENT_USER\SOFTWARE\Devart\dbForge Common Settings\Connections\SQL Server

mango333
Posts: 40
Joined: Thu 14 May 2015 19:23

Re: Export Database Connections

Post by mango333 » Tue 22 Dec 2015 19:10

That's good to know if I need to migrate them from one machine to another. But I'm referring to multiple users on the same computer. If Johnny set up some connections on CompareServer, how does Becky get those same connections on CompareServer?

I've looked in the registry, I've looked in local data, documents, temp. I don't see anything that looks like a list or database.

mango333
Posts: 40
Joined: Thu 14 May 2015 19:23

Re: Export Database Connections

Post by mango333 » Wed 23 Dec 2015 16:37

I exported the desired connections out of the registry location listed. I then logged into the machine with the service account that will be running the comparisons and imported the registry file and everything is good now. I've never used an application like this before where connections were stored in this way; makes it a little harder to manage, but we've got it figured out now.

alexa

Re: Export Database Connections

Post by alexa » Thu 24 Dec 2015 14:30

Thank you for updating us on this issue.

Additionally, you can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/1770 ... sql-server

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.

Post Reply