问题
how can i export all my sql server registered in SQL Server Object Explorer?
I try Import and export settings
but it dont save them
回答1:
To my knowledge there's not a built-in mechanism that will save and restore these settings. The connection string data is saved in the registry under
HKEY_CURRENT_USER\SOFTWARE\Microsoft\SSDT\ConnectionStrings
so you could perhaps export the settings from there.
The standard disclaimers about editing the registry being dangerous apply, as always.
来源:https://stackoverflow.com/questions/32114646/export-sql-server-registration-info-from-visual-studio