« Sql server for linux » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page redirigée vers Ubuntu server 16.04#SQL Server) Balise : Nouvelle redirection |
|||
(16 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
[[Category:SQL Server]] | |||
[[Category:Linux]] | |||
= Links = | |||
* [https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-overview?view=sql-server-linux-ver15 SQL Server on Linux] | |||
= [[Ubuntu_server_16.04#SQL_Server|Ubuntu 16.04]] = | |||
= ARM = | |||
{{warn | SQL Server is not supported on ARM architecture.}} | |||
= Archlinux = | |||
== Installation == | |||
<kode lang='bash'> | |||
yay mssql-server | |||
# configure the server | |||
sudo /opt/mssql/bin/mssql-conf setup | |||
# vérifier que le serveur a bien démarré | |||
sc-status mssql-server | |||
</kode> | |||
== Installation d'Azure Data Studio == | |||
<kode lang='bash'> | |||
yay azuredatastudio | |||
</kode> | |||
== Install the SQL Server command-line tools == | |||
<kode lang='bash'> | |||
yay mssql-tools | |||
</kode> | |||
= Errors = | |||
== Server is in script upgrade mode. Only administrator can connect at this time. == | |||
Wait for the server to finish updating. Then try to connect again. | |||
= [https://docs.microsoft.com/en-us/sql/azure-data-studio/what-is?view=sql-server-linux-ver15 Azure Data Studio] = | |||
== Extensions == | |||
{| class="wikitable wtp" | |||
! Nom de l'extension | |||
! Description | |||
|- | |||
| [https://github.com/wsr-publishing/azure-poor-formatter Poor SQL Formatter] || format SQL code | |||
|- | |||
| [https://github.com/kevcunnane/azuredatastudio-newdatabase/releases/tag/1.0.0 New database] || ajoute l'entrée "New database" au menu contextuel | |||
|} |
Dernière version du 19 juin 2021 à 23:32
Links
Ubuntu 16.04
ARM
SQL Server is not supported on ARM architecture. |
Archlinux
Installation
yay mssql-server # configure the server sudo /opt/mssql/bin/mssql-conf setup # vérifier que le serveur a bien démarré sc-status mssql-server |
Installation d'Azure Data Studio
yay azuredatastudio |
Install the SQL Server command-line tools
yay mssql-tools |
Errors
Server is in script upgrade mode. Only administrator can connect at this time.
Wait for the server to finish updating. Then try to connect again.
Azure Data Studio
Extensions
Nom de l'extension | Description |
---|---|
Poor SQL Formatter | format SQL code |
New database | ajoute l'entrée "New database" au menu contextuel |