[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/development/azuredatastudio/
 
Current bandwidth utilization 1969.57 Mbit/s
Bandwidth utilization bar
Contents of README:
Azure Data Studio is a data management and development tool with
connectivity to popular cloud and on-premises databases.
Azure Data Studio supports Windows, macOS, and Linux, with immediate
capability to connect to Azure SQL and SQL Server. Browse the
extension library for additional database support options including
MySQL, PostreSQL, and MongoDB.

How to get started with SQL Server 20022 and docker, run:

docker pull mcr.microsoft.com/mssql/server:2022-latest

docker run -e "ACCEPT_EULA=Y" \
   -e "MSSQL_SA_PASSWORD=QW3rtyui" \
   -p 1433:1433 --name mssql2022 \
   -d \
   mcr.microsoft.com/mssql/server:2022-latest


Log in with:
Server=localhost,1433
User name=sa
Password=QW3rtyui


Optional dependencies:
docker docker-cli 

Icon  Name                                        Last modified      Size  
[DIR] Parent Directory - [TXT] README 29-Jul-2023 03:17 738 [TXT] azuredatastudio.SlackBuild 20-Jan-2024 03:20 3.2K [   ] azuredatastudio.desktop 29-Jul-2023 03:17 646 [   ] azuredatastudio.info 20-Jan-2024 03:20 341 [   ] doinst.sh 29-Jul-2023 03:17 322 [TXT] slack-desc 29-Jul-2023 03:17 1.1K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!