USP_SECURITYEXCEPTIONCACHE_CLEAR
Definition
Copy
CREATE procedure dbo.USP_SECURITYEXCEPTIONCACHE_CLEAR
as
begin
exec dbo.spDelete_CacheItem 'SECURITY_EXCEPTION_KEY', 0;
exec dbo.spDelete_CacheItem 'EVERYONE_SECURITY_EXCEPTION_KEY', 1;
end