user3667122
user3667122

Reputation: 124

Add SQL Server to existing Azure VM?

I have a provisioned Azure VM which doesn't have SQL Server on it, as I did not select a VHD with the installation.

How can I add a SQL Server to that VM without creating a new one and migrating everything?

Upvotes: 1

Views: 1837

Answers (1)

Ricardo Peres
Ricardo Peres

Reputation: 14535

Just download an edition of SQL Server from Microsoft and install it. Express edition is free.

Upvotes: 1

Related Questions