Comments on How to Install Microsoft SQL Server on Debian 12
In this guide, we'll show you how to install Microsoft SQL Server 2022 Edition on Debian 12 server. You will also learn how to install MS SQL Tools for interacting with MS SQL Server.
2 Comment(s)
Comments
I have followed this totorial on fresh installof Debial 12 (Bookworm), but I am not able to get past the install the MS SQL server step. I get the following:
sudo apt install mssql-serverReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package mssql-server
I see the repository: ls /etc/apt/sources.list.dmssql-server-2022.list raspi.list
with this entry in the file:
cat /etc/apt/sources.list.d/mssql-server-2022.listdeb [signed-by=/usr/share/keyrings/microsoft.gpg arch=amd64,armhf,arm64] https://packages.microsoft.com/ubuntu/22.04/mssql-server-2022 jammy main
What am I doing wrong? Thanks...RDK45
the below command is not working.echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> /etc/environmentit shows access deniedother than that every command is not working. i sucessuflly installed my sql server on linux debian.sql is running in my system but not showing the version.i run command select @@version it opens the sql but not showing the version.