
tempdb Database - SQL Server | Microsoft Learn
Nov 18, 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 · Determine the desired size for the primary data file (tempdb.mdf), the log file (templog.ldf), and extra files that are added to tempdb. Make sure that the space that is used …
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 …
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 …
tempdb 資料庫 - SQL Server | Microsoft Learn
本文提供 SQL Server、Azure SQL Database、Fabric 中的 SQL Database 和 Azure SQL 受控實例中 tempdb 資料庫的組態和使用詳細數據。
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`.
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 …
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 …
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.
Enable and run tempdb on tmpfs for SQL Server 2025 on Linux
Nov 18, 2025 · This article guides you to enable and run tempdb database files on the tmpfs filesystem in SQL Server 2025 (17.x). SQL Server on Linux and containers traditionally …