title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.subservice | ms.topic | dev_langs | monikerRange | |
---|---|---|---|---|---|---|---|---|---|---|---|
DBCC DROPRESULTSETCACHE (Transact-SQL) |
DBCC DROPRESULTSETCACHE removes all result set cache entries from an Azure Synapse Analytics database. |
mstehrani |
emtehran |
wiassaf, randolphwest |
12/05/2022 |
sql |
data-warehouse |
reference |
|
= azure-sqldw-latest |
[!INCLUDE asa]
Removes all result set cache entries from an [!INCLUDEssazuresynapse-md] database.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
DBCC DROPRESULTSETCACHE
[;]
Note
[!INCLUDEsynapse-analytics-od-unsupported-syntax]
Requires membership in the DB_OWNER fixed server role.
-
This command empties the result set cache for all queries.
-
Turning OFF the result set cache feature for a database also deletes all cached results.
-
Pausing a database enabled with result set caching won't delete the cached results.