Reputation: 6228
We want to deploy Azure database which is in git source control in Visual Studio Online (VSO) to be deployed to the Azure Database. The script is in SSDT which I can deploy using my local Visual Studio IDE locally.
When I try to publish the database using VSO it throws following:
....publish.sql (0, 0)
Unable to connect to target server.
Our VSO build definition looks as below.
Any idea?
Upvotes: 1
Views: 516
Reputation: 769
In a similar thread, it turned out that the problem was the SQL server password not being saved. The poster did the following to resolve:
Source post here for reference: Database project deploy fails in Visual Studio 2013
Upvotes: 3