2

My configuration is as follows:

Configuration

Nothing is changed in the advanced section.

My error message:

Error message

What's wrong here?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
viruscube
  • 25
  • 4
  • Is a `localhost` name of your SQL Server Instance? – gotqn Apr 16 '20 at 15:46
  • I don't know what a server instance is, sorry - please elaborate. – viruscube Apr 16 '20 at 15:55
  • Open `cmd`, write `OSQL -L` - this will give you the value that needs to be put instead the `localhost` – gotqn Apr 16 '20 at 16:00
  • @gotqn I'm on mac, that command doesnt work... – viruscube Apr 16 '20 at 16:34
  • Hi @viruscube, If my answer is helpful for you, please mark it as answer( click on the check mark beside the answer to toggle it from greyed out to filled in.). This can be beneficial to other community members. Thank you. – Leon Yue Apr 20 '20 at 10:01

1 Answers1

2

Azure Data Studio is a cross-platform database tool for data professionals using the Microsoft family of on-premises and cloud data platforms on Windows, MacOS, and Linux.

It can not help you create the SQL Server.

About how to create the SQL server on MAC, please reference bellow tutorials:

  1. Install SQL Server 2019 on a Mac
  2. How to Install SQL Server on a Mac

When the SQL Server created, you can using Azure Data Studio to connect to it with Server name, user, password which set these details during install the SQL Server.

After then, you have the enough environment to connect to Azure SQL database.

Hope this helps.

Leon Yue
  • 15,693
  • 1
  • 11
  • 23