sp_ununbindcache <database_name>
<database_name>
是从 NV 高速缓存中删除的绑定所在的数据库的名称。
解除绑定 NV 高速缓存
1> sp_ununbindcache tdb1
2> go
database: tdb1 found bound to NV cache: nvcache1
Binding/Unbind operations between databases and NV caches are critical operations, please be
careful before initiating the process
(return status = 0)