Dropping cache bindings

There are two commands to drop cache bindings:

Syntax

sp_unbindcache dbname [, [owner. ] tablename
[, indexname | “text only”] ]

Example

To drop the cache binding of database 'sales':

sp_unbindcache 'SALES'

Usage