SQL Server DBCC Commands: DBCC FLUSHAUTHCACHE
DBCC FLUSHAUTHCACHE is a database console command (DBCC) in Microsoft SQL Server that can be used to clear the server-level authentication cache. Clearing the authentication cache can be useful for ensuring that changes to the authentication configuration or permissions are applied immediately, or for troubleshooting issues with authentication. To use DBCC FLUSHAUTHCACHE, you do not need to specify any options …