使用 Visual studio 在线部署 Azure 数据库(使用 SSDT)
deploy azure database (using SSDT) with Visual studio online
我们想部署 git 源代码管理中的 Azure 数据库 Visual Studio Online (VSO) 以部署到 Azure 数据库。该脚本位于 SSDT 中,我可以在本地使用本地 Visual Studio IDE 进行部署。
当我尝试使用 VSO 发布数据库时,它抛出以下内容:
....publish.sql (0, 0)
Unable to connect to target server.
我们的 VSO 构建定义如下所示。
有什么想法吗?
在类似的线程中,问题出在SQL 服务器密码未保存。 poster 做了以下解决:
- 服务器浏览器
- 右击连接 > 修改连接
- 勾选保存密码
- 高级..
- 安全部分 - 在此处输入密码
- 好的
- 测试连接 - 良好
- 重新运行从相关DatabaseDeploy.publishxml文件发布
来源post此处供参考:Database project deploy fails in Visual Studio 2013
我们想部署 git 源代码管理中的 Azure 数据库 Visual Studio Online (VSO) 以部署到 Azure 数据库。该脚本位于 SSDT 中,我可以在本地使用本地 Visual Studio IDE 进行部署。
当我尝试使用 VSO 发布数据库时,它抛出以下内容:
....publish.sql (0, 0)
Unable to connect to target server.
我们的 VSO 构建定义如下所示。
有什么想法吗?
在类似的线程中,问题出在SQL 服务器密码未保存。 poster 做了以下解决:
- 服务器浏览器
- 右击连接 > 修改连接
- 勾选保存密码
- 高级..
- 安全部分 - 在此处输入密码
- 好的
- 测试连接 - 良好
- 重新运行从相关DatabaseDeploy.publishxml文件发布
来源post此处供参考:Database project deploy fails in Visual Studio 2013