Skip to content

Commit afe8076

Browse files
20251113 metadata updates, refresh
Updated the documentation for DBCC FLUSHAUTHCACHE to reflect changes in date, moniker range, and clarifications about its application.
1 parent 6e6d3bb commit afe8076

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/t-sql/database-console-commands/dbcc-flushauthcache-transact-sql.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: DBCC FLUSHAUTHCACHE empties the database authentication cache conta
44
author: VanMSFT
55
ms.author: vanto
66
ms.reviewer: randolphwest
7-
ms.date: 12/05/2022
7+
ms.date: 11/13/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -17,18 +17,18 @@ helpviewer_keywords:
1717
- "DBCC FLUSHAUTHCACHE"
1818
dev_langs:
1919
- "TSQL"
20-
monikerRange: "= azuresqldb-current"
20+
monikerRange: "= azuresqldb-current || = fabric-sqldb"
2121
---
2222

2323
# DBCC FLUSHAUTHCACHE (Transact-SQL)
2424

2525
[!INCLUDE [Azure SQL Database FabricSQLDB](../../includes/applies-to-version/asdb-fabricsqldb.md)]
2626

27-
Empties the database authentication cache containing information about logins and firewall rules, for the current user database in [!INCLUDE[ssSDS](../../includes/sssds-md.md)]. Additionally, it clears all cached Microsoft Entra group membership data stored in the database.
27+
Empties the database authentication cache containing information about logins and firewall rules, for the current user database. Additionally, it clears all cached Microsoft Entra group membership data stored in the database.
2828

2929
`DBCC FLUSHAUTHCACHE` doesn't apply to the logical `master` database, because the `master` database contains the physical storage for the information about logins and firewall rules.
3030

31-
The user executing the statement and other currently connected users remain connected. (`DBCC FLUSHAUTHCACHE` isn't currently supported for [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)].)
31+
The user executing the statement and other currently connected users remain connected.
3232

3333
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3434

@@ -49,6 +49,8 @@ The authentication cache makes a copy of logins and server firewall rules stored
4949

5050
A user with the **KILL DATABASE CONNECTION** permission can explicitly terminate a connection to [!INCLUDE[ssSDS](../../includes/sssds-md.md)] by using the [KILL (Transact-SQL)](../../t-sql/language-elements/kill-transact-sql.md) command.
5151

52+
`DBCC FLUSHAUTHCACHE` is not supported for [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)].
53+
5254
## Permissions
5355

5456
Requires the **KILL DATABASE CONNECTION** permission [!INCLUDE[ssSDS](../../includes/sssds-md.md)] or the admin account.
@@ -61,6 +63,6 @@ The following statement clears the authentication cache for the current database
6163
DBCC FLUSHAUTHCACHE;
6264
```
6365

64-
## See also
66+
## Related content
6567

6668
- [DBCC (Transact-SQL)](../../t-sql/database-console-commands/dbcc-transact-sql.md)

0 commit comments

Comments
 (0)