About 41,700 results
Open links in new tab
  1. Distributed caching in ASP.NET Core | Microsoft Learn

    Oct 4, 2024 · The Distributed SQL Server Cache implementation (AddDistributedSqlServerCache) allows the distributed cache to use a SQL Server database as its backing store. To create a …

  2. Distributed Caching and Scalability | Microsoft Learn

    Aug 16, 2015 · ASP.NET Cache has a SqlCacheDependency feature (see Figure 3) that allows you to synchronize the cache with a SQL Server 2005/2008 or Oracle 10g R2 or later version …

  3. Token cache serialization - Microsoft Authentication Library for .NET

    May 20, 2024 · Web apps and web APIs should use a distributed token cache (e.g., Redis, SQL Server, Azure Cosmos DB) in conjunction with a constrained memory cache. Encryption at …

  4. Overview of caching in ASP.NET Core | Microsoft Learn

    Distributed Cache. Use a distributed cache to store data when the app is hosted in a cloud or server farm. The cache is shared across the servers that process requests. A client can submit …

  5. AddDistributedSqlServerCache connection not working

    Jan 31, 2024 · Below code is not working with this connection string. Connection string "Server=AZURESQLSERVER.database.windows.net,1433;Database=AZURE_DB;Authentication=Active …

  6. ASP.NET Core 中的分布式缓存 | Microsoft Learn

    Nov 6, 2024 · 分布式 SQL Server 缓存实现 (AddDistributedSqlServerCache) 允许分布式缓存使用 SQL Server 数据库作为其后备存储。 要在 SQL Server 实例中创建 SQL Server 缓存项表,可 …

  7. DBCC FREESESSIONCACHE (Transact-SQL) - SQL Server | Microsoft …

    Sep 3, 2024 · DBCC FREESESSIONCACHE flushes the distributed query connection cache used by distributed queries against an instance of SQL Server.

  8. Caching, Refresh, & Replication Monitor performance - SQL Server

    Sep 27, 2024 · Caching reduces the number of queries and calculations required as you view different pages in Replication Monitor and allows monitoring to scale well for multiple users. …

  9. ASP.NET Core 中的分散式快取 | Microsoft Learn

    Nov 6, 2024 · 分散式 SQL Server 快取實作 (AddDistributedSqlServerCache) 可讓分散式快取使用 SQL Server 資料庫作為其備份存放區。 若要在 SQL Server 執行個體中建立 SQL Server 快取 …

  10. Query Processing Architecture Guide - SQL Server

    The following sections cover how SQL Server processes queries and optimizes query reuse through execution plan caching. Execution modes. The SQL Server Database Engine can …

Refresh