Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b7673d6

Browse files
authored
Merge pull request #9128 from v-makouz/master
Added info about SLES 15
2 parents 1942c98 + f49fae1 commit b7673d6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ source ~/.bashrc
7575
sudo yum install unixODBC-devel
7676
```
7777

78-
### SUSE Linux Enterprise Server 11SP4 and 12
78+
### SUSE Linux Enterprise Server 11SP4, 12, and 15
7979

8080
```
8181
sudo su
@@ -89,6 +89,10 @@ zypper ar https://packages.microsoft.com/config/sles/11/prod.repo
8989
#SUSE Linux Enterprise Server 12
9090
zypper ar https://packages.microsoft.com/config/sles/12/prod.repo
9191
92+
#SUSE Linux Enterprise Server 15
93+
zypper ar https://packages.microsoft.com/config/sles/15/prod.repo
94+
SUSEConnect -p sle-module-legacy/15/x86_64
95+
9296
exit
9397
sudo ACCEPT_EULA=Y zypper install msodbcsql17
9498
# optional: for bcp and sqlcmd
@@ -100,7 +104,7 @@ source ~/.bashrc
100104
sudo zypper install unixODBC-devel
101105
```
102106

103-
### Ubuntu 14.04, 16.04, 17.10 and 18.04
107+
### Ubuntu 14.04, 16.04, 17.10, and 18.04
104108
```
105109
sudo su
106110
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -

0 commit comments

Comments
 (0)