
tempdb Database - SQL Server | Microsoft Learn
May 1, 2025 · This article provides details about the configuration and use of the tempdb database in SQL Server, Azure SQL Database, SQL database in Fabric, and Azure SQL …
Shrink the tempdb Database - SQL Server | Microsoft Learn
Jun 12, 2025 · Larger tempdb database sizes don't adversely affect the performance of SQL Server. When SQL Server starts, tempdb is re-created by using a copy of the model database, …
Tempdb database - Parallel Data Warehouse | Microsoft Learn
Jun 3, 2025 · tempdb is a SQL Server PDW system database that stores local temporary tables for user databases. Temporary tables are often used to improve query performance. For …
Configure tempdb Settings - Azure SQL Managed Instance
Sep 11, 2025 · Learn how to configure `tempdb` settings for Azure SQL Managed Instance, such as the number of `tempdb` files, the growth increment, and the maximum size of `tempdb`.
Recommendations to reduce allocation contention - SQL Server
Jan 17, 2025 · The optimal number of tempdb data files depends on the degree of contention seen in tempdb. As a starting point, you can configure tempdb to be at least equal to the …
Examples to Configure Tempdb Space Resource Governance - SQL …
Jun 16, 2025 · Examples in this article show you how to set limits on tempdb space consumption and view the consumption of tempdb space by each workload group. For an introduction to …
Place tempdb on Ephemeral Storage - SQL Server on Azure VMs
Sep 7, 2025 · Learn how to configure your SQL Server tempdb database to use ephemeral storage for SQL Server on Azure VMs, and how to extend the buffer pool to the local SSD drive.
Memory-optimized tempdb metadata out of memory errors - SQL …
Apr 8, 2025 · This article helps you to troubleshoot out-of-memory issues with memory-optimized tempdb metadata.
tempdb 資料庫 - SQL Server | Microsoft Learn
本文提供 SQL Server、Azure SQL Database、Fabric 中的 SQL Database 和 Azure SQL 受控實例中 tempdb 資料庫的組態和使用詳細數據。
Tempdb Space Resource Governance - SQL Server | Microsoft Learn
Jun 16, 2025 · Tempdb space resource governance controls the space in tempdb data files, but not disk space on the underlying volumes. Unless you pre-grow tempdb data files to their …