您好,我是小DAI,专注于数据库管理员相关的技术问答,请问有什么可以帮您?

sp_nvunbindcache

语法


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)