Skip to content

Commit 1d3c5af

Browse files
authored
Merge pull request #33957 from MicrosoftDocs/main
4/29/2025 AM Publish
2 parents 699f91b + 7a6ca23 commit 1d3c5af

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install the Microsoft ODBC driver for SQL Server (Linux)
33
description: Learn how to install the Microsoft ODBC Driver for SQL Server on Linux clients to enable database connectivity.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 03/17/2025
6+
ms.date: 04/28/2025
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: conceptual
@@ -124,6 +124,8 @@ then
124124
exit;
125125
fi
126126

127+
# Import the GPG key
128+
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
127129
# Download the package to configure the Microsoft repo
128130
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
129131
# Install the package
@@ -278,6 +280,8 @@ then
278280
exit;
279281
fi
280282

283+
# Import the GPG key
284+
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
281285
# Download the package to configure the Microsoft repo
282286
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
283287
# Install the package
@@ -394,6 +398,8 @@ then
394398
exit;
395399
fi
396400

401+
# Import the GPG key
402+
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
397403
# Download the package to configure the Microsoft repo
398404
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
399405
# Install the package
@@ -500,6 +506,8 @@ then
500506
exit;
501507
fi
502508

509+
# Import the GPG key
510+
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
503511
# Download the package to configure the Microsoft repo
504512
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
505513
# Install the package

docs/database-engine/install-windows/install-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Other [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] components can b
5555
- [Latest updates and version history for SQL Server](/troubleshoot/sql/releases/download-and-install-latest-updates)
5656
- [SQL Server Reporting Services](https://www.microsoft.com/download/details.aspx?id=104502).
5757
- [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)
5959

6060
## Considerations
6161

docs/sql-server/azure-arc/includes/supported-configurations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.topic: include
1111

1212
[!INCLUDE [sssql11-md](../../../includes/sssql11-md.md)] and later versions.
1313

14+
> [!NOTE]
15+
> Only 64-bit SQL Server versions are supported.
16+
1417
### Operating systems
1518

1619
- Windows 10 and 11

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9298,8 +9298,6 @@ items:
92989298
href: sql-server/azure-arc/connect.md
92999299
- name: Connect when machine already connected to Azure
93009300
href: sql-server/azure-arc/connect-already-enabled.md
9301-
- name: Azure policy
9302-
href: sql-server/azure-arc/connect-at-scale-policy.md
93039301
- name: Configure with private path
93049302
href: sql-server/azure-arc/configure-private-path.md
93059303
- name: Manage

0 commit comments

Comments
 (0)