Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.53 KB

File metadata and controls

41 lines (32 loc) · 1.53 KB
title DBCC DROPRESULTSETCACHE (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 07/03/2019
ms.prod sql
ms.technology data-warehouse
ms.reviewer
ms.topic language-reference
dev_langs
TSQL
ms.assetid 73f598cf-b02a-4dba-8d89-9fc0b55a12b8
author XiaoyuL-Preview
ms.author xiaoyul
manager craigg
monikerRange = azure-sqldw-latest || = sqlallproducts-allversions

DBCC DROPRESULTSETCACHE (Transact-SQL)

[!INCLUDEtsql-appliesto-xxxxxx-xxxx-asdw-xxx-md]

Removes all result set cache entries from an Azure [!INCLUDEssSDW] database.

Topic link icon Transact-SQL Syntax Conventions (Transact-SQL)

Syntax

DBCC DROPRESULTSETCACHE
[;]  

Permissions

Requires membership in the DB_OWNER fixed server role.

See also

ALTER DATABASE SET Options (Transact-SQL)
ALTER DATABASE (Transact-SQL)
SET RESULT SET CACHING (Transact-SQL)
DBCC SHOWRESULTCACHESPACEUSED (Transact-SQL)