Skip to content

Commit b68bf56

Browse files
20260115 remove Azure SQL Database applicability
Updated metadata and limitations regarding the dedicated administrator connection (DAC) for Azure SQL Database and Azure SQL Managed Instance.
1 parent 80ecb15 commit b68bf56

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

docs/database-engine/configure-windows/diagnostic-connection-for-database-administrators.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "Diagnostic Connection for Database Administrators"
33
description: "Find out about the dedicated administrator connection (DAC). View its restrictions, instructions on how to establish it, and examples demonstrating its use."
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 08/26/2025
6+
ms.reviewer: wiassaf, derekw
7+
ms.date: 01/15/2026
78
ms.service: sql
89
ms.subservice: configuration
910
ms.topic: conceptual
@@ -17,11 +18,11 @@ helpviewer_keywords:
1718
- "connections [SQL Server], dedicated administrator"
1819
- "ports [SQL Server]"
1920
- "dedicated administrator connections [SQL Server]"
20-
monikerRange: ">=sql-server-2016 || >=sql-server-linux-ver15 || =azuresqldb-mi-current || =azuresqldb-current"
21+
monikerRange: ">=sql-server-2016 || >=sql-server-linux-ver15 || =azuresqldb-mi-current"
2122
---
2223
# Diagnostic connection for database administrators
2324

24-
[!INCLUDE [sql-asdb-asdbmi](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
25+
[!INCLUDE [sql-asdbmi](../../includes/applies-to-version/sql-asdbmi.md)]
2526

2627
[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] provides a special diagnostic connection for administrators when standard connections to the server aren't possible. This diagnostic connection allows an administrator to access [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] to execute diagnostic queries and troubleshoot problems even when [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] isn't responding to standard connection requests.
2728

@@ -106,7 +107,7 @@ Although you can theoretically run any [!INCLUDE [tsql](../../includes/tsql-md.m
106107

107108
### Limitation in Azure SQL Database
108109

109-
When connecting to the [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] with the DAC, you must also specify the database name in the connection string by using the `-d` option.
110+
The DAC in Azure SQL Database is usually occupied by a backend process and is not user-accessible.
110111

111112
### Limitation in Azure SQL Managed Instance
112113

@@ -122,12 +123,6 @@ sqlcmd -S contoso-server -U sa -P <StrongPassword> -A
122123

123124
The administrator can now execute queries to diagnose the problem and possibly terminate the unresponsive sessions.
124125

125-
A similar example connecting to [!INCLUDE [ssSDS](../../includes/sssds-md.md)] would use the following command including the `-d` parameter to specify the database:
126-
127-
```powershell
128-
sqlcmd -S serverName.database.windows.net,1434 -U sa -P <StrongPassword> -d AdventureWorks
129-
```
130-
131126
## Related content
132127

133128
- [Use sqlcmd with scripting variables](../../tools/sqlcmd/sqlcmd-use-scripting-variables.md)

0 commit comments

Comments
 (0)