Skip to content

Commit e131d76

Browse files
committed
Update ms.date
Update sql-server-login-dialog.md
1 parent 95f4e29 commit e131d76

14 files changed

Lines changed: 16 additions & 18 deletions

docs/connect/ado-net/sql/azure-active-directory-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to use supported Microsoft Entra authentication modes
44
author: David-Engel
55
ms.author: davidengel
66
ms.reviewer: davidengel
7-
ms.date: 10/24/2025
7+
ms.date: 01/16/2026
88
ms.service: sql
99
ms.subservice: connectivity
1010
ms.topic: integration

docs/connect/jdbc/connecting-using-azure-active-directory-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect using Microsoft Entra authentication
33
description: Learn how to develop Java applications that use the Microsoft Entra authentication feature with the Microsoft JDBC Driver for SQL Server.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 10/24/2025
6+
ms.date: 01/16/2026
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: integration

docs/connect/jdbc/setting-the-connection-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Setting the connection properties
33
description: The connection string properties for the Microsoft JDBC Driver for SQL Server can be specified in various ways.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 10/24/2025
6+
ms.date: 01/16/2026
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: concept-article

docs/connect/odbc/dsn-connection-string-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ODBC DSN and connection string keywords
33
description: How to connect using the ODBC driver. Find keywords for connection strings and DSNs, and connection attributes for SQLSetConnectAttr and SQLGetConnectAttr.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 10/24/2025
6+
ms.date: 01/16/2026
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: concept-article

docs/connect/odbc/using-azure-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using Microsoft Entra ID with the ODBC Driver
33
description: The Microsoft ODBC Driver for SQL Server allows ODBC applications to connect to Azure SQL Database or Azure SQL Managed Instance by authenticating with Microsoft Entra ID.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 10/24/2025
6+
ms.date: 01/16/2026
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: concept-article

docs/connect/odbc/windows/odbc-administrator-dsn-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the options available when creating a new DS
44
author: David-Engel
55
ms.author: davidengel
66
ms.reviewer: randolphwest
7-
ms.date: 10/24/2025
7+
ms.date: 01/16/2026
88
ms.service: sql
99
ms.subservice: connectivity
1010
ms.topic: concept-article

docs/connect/odbc/windows/sql-server-login-dialog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: "SQL Server Login Dialog Box (ODBC)"
33
description: "The SQL Server Login dialog may appear when an application makes an ODBC connection without specifying enough information to connect to the database."
44
author: David-Engel
55
ms.author: davidengel
6-
ms.reviewer: v-davidengel
7-
ms.date: 12/11/2025
6+
ms.date: 01/16/2026
87
ms.service: sql
98
ms.subservice: connectivity
109
ms.topic: concept-article

docs/connect/oledb/applications/using-connection-string-keywords-with-oledb-driver-for-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Some APIs in OLE DB Driver for SQL Server use connection strings,
44
author: David-Engel
55
ms.author: davidengel
66
ms.reviewer: vanto, randolphwest
7-
ms.date: 12/11/2025
7+
ms.date: 01/16/2026
88
ms.service: sql
99
ms.subservice: connectivity
1010
ms.topic: how-to

docs/connect/oledb/features/using-azure-active-directory.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Use Microsoft Entra ID
33
description: Learn about the Microsoft Entra authentication methods available in the Microsoft OLE DB Driver for SQL Server that enable connecting to databases.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.reviewer: v-davidengel
7-
ms.date: 10/24/2025
6+
ms.date: 01/16/2026
87
ms.service: sql
98
ms.subservice: connectivity
109
ms.topic: conceptual

docs/connect/oledb/help-topics/sql-server-login-dialog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "SQL Server Login Dialog Box (OLE DB)"
33
description: When you attempt to connect without specifying enough information, the OLE DB Driver for SQL Server prompts you with the SQL Server Login dialog box.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.reviewer: v-davidengel, randolphwest
7-
ms.date: 12/11/2025
6+
ms.reviewer: randolphwest
7+
ms.date: 01/16/2026
88
ms.service: sql
99
ms.subservice: connectivity
1010
ms.topic: concept-article
@@ -47,7 +47,7 @@ You can select the following authentication options from the dropdown list:
4747
| **Windows Authentication** | Authenticate to SQL Server using the currently logged-in user's Windows account credentials. |
4848
| **SQL Server Authentication** | Authenticate using SQL username and password. |
4949
| **Active Directory - Integrated** | Integrated Windows authentication through Microsoft Entra ID. This mode is used for Windows authentication in Active Directory environments federated with Microsoft Entra ID. |
50-
| **Active Directory - Password** | Username and password authentication with a Microsoft Entra identity. |
50+
| **Active Directory - Password** | [DEPRECATED] Username and password authentication with a Microsoft Entra identity. |
5151
| **Active Directory - Universal with MFA support** | Interactive authentication with a Microsoft Entra identity. This mode supports Microsoft Entra multifactor authentication. |
5252
| **Active Directory - Service Principal** | Authentication with a Microsoft Entra service principal. **Login ID** should be set to the application (client) ID. **Password** should be set to the application (client) secret. |
5353

0 commit comments

Comments
 (0)