Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
Azure Synapse Analytics
Removes all result set cache entries from an Azure Synapse Analytics database.
Transact-SQL syntax conventions
Syntax
DBCC DROPRESULTSETCACHE
[;]
Note
This syntax is not supported by serverless SQL pool in Azure Synapse Analytics.
Permissions
Requires membership in the DB_OWNER fixed server role.
Remarks
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.