Export sql server registration info from VIsual Studio

蓝咒 提交于 2019-12-13 02:16:08

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!