File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
database-engine/install-windows
sql-server/azure-arc/includes Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Install the Microsoft ODBC driver for SQL Server (Linux)
3
3
description : Learn how to install the Microsoft ODBC Driver for SQL Server on Linux clients to enable database connectivity.
4
4
author : David-Engel
5
5
ms.author : davidengel
6
- ms.date : 03/17 /2025
6
+ ms.date : 04/28 /2025
7
7
ms.service : sql
8
8
ms.subservice : connectivity
9
9
ms.topic : conceptual
124
124
exit ;
125
125
fi
126
126
127
+ # Import the GPG key
128
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
127
129
# Download the package to configure the Microsoft repo
128
130
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
129
131
# Install the package
278
280
exit ;
279
281
fi
280
282
283
+ # Import the GPG key
284
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
281
285
# Download the package to configure the Microsoft repo
282
286
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
283
287
# Install the package
394
398
exit ;
395
399
fi
396
400
401
+ # Import the GPG key
402
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
397
403
# Download the package to configure the Microsoft repo
398
404
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
399
405
# Install the package
500
506
exit ;
501
507
fi
502
508
509
+ # Import the GPG key
510
+ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
503
511
# Download the package to configure the Microsoft repo
504
512
curl -sSL -O https://packages.microsoft.com/config/sles/$( grep VERSION_ID /etc/os-release | cut -d ' "' -f 2 | cut -d ' .' -f 1) /packages-microsoft-prod.rpm
505
513
# Install the package
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Other [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] components can b
55
55
- [ Latest updates and version history for SQL Server] ( /troubleshoot/sql/releases/download-and-install-latest-updates )
56
56
- [ SQL Server Reporting Services] ( https://www.microsoft.com/download/details.aspx?id=104502 ) .
57
57
- [ SQL Server Management Studio] ( https://aka.ms/ssmsfullsetup )
58
- - [ Azure Data Studio] ( https://go.microsoft.com/fwlink/?linkid=2109256 )
58
+ - [ Azure Data Studio] ( /azure-data-studio/download-azure-data-studio#download-azure-data-studio )
59
59
60
60
## Considerations
61
61
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ ms.topic: include
11
11
12
12
[ !INCLUDE [ sssql11-md] ( ../../../includes/sssql11-md.md )] and later versions.
13
13
14
+ > [ !NOTE]
15
+ > Only 64-bit SQL Server versions are supported.
16
+
14
17
### Operating systems
15
18
16
19
- Windows 10 and 11
Original file line number Diff line number Diff line change @@ -9298,8 +9298,6 @@ items:
9298
9298
href: sql-server/azure-arc/connect.md
9299
9299
- name: Connect when machine already connected to Azure
9300
9300
href: sql-server/azure-arc/connect-already-enabled.md
9301
- - name: Azure policy
9302
- href: sql-server/azure-arc/connect-at-scale-policy.md
9303
9301
- name: Configure with private path
9304
9302
href: sql-server/azure-arc/configure-private-path.md
9305
9303
- name: Manage
You can’t perform that action at this time.
0 commit comments