Skip to content

Commit 3f9ec0b

Browse files
Learn Editor: Update dbcc-flushauthcache-transact-sql.md
1 parent 4796984 commit 3f9ec0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ None.
4545

4646
## Remarks
4747

48-
The authentication cache makes a copy of logins and server firewall rules stored in the `master` database, and places them in memory in the user database. Since information about contained database users is already stored in the user database, contained database users aren't part of the authentication cache.
49-
50-
This does not interrupt the ongoing connections.
48+
The authentication cache makes a copy of logins and server firewall rules stored in the `master` database, and places them in memory in the user database.
5149

5250
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.
5351

0 commit comments

Comments
 (0)