Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.3 KB

File metadata and controls

24 lines (13 loc) · 1.3 KB

Microsoft SQL server, Azure Data Studio and DBeaver installation

Microsoft SQL Server Ubuntu (Debian) : Link

Microsoft SQL Server Windows : Link

By following the link above, you can install Microsoft SQL server on your Ubuntu and Windows computer and get it up and running.

sudo netstat -plunt

You can check whether the Microsoft SQL server is running with the above command.

Screenshot_2021-10-15_20-38-09

Azure Data Studio : Link

DBeaver : Link

From one of the links above, download and install according to the IDE you want. Then connect with SQL server, after this step you can run your sql commands.

Screenshot_2021-10-15_20-51-46 Screenshot_2021-10-15_20-52-48