SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Will SQL Server 2014 tempdb data file growth to 100G cause session congestion?
Your post is a bit unclear.
DB growth always cause I/O traffic and will slow down the system, not only single sessions.
Hi @跃 梁
Tempdb data file growth can cause session congestion if the disk space is insufficient or the file size is not properly configured.
You can use sys.dm_db_session_space_usage or to monitor usage.
If you need more targeted advice, you need to provide more details.
Best regards,
Percy Tang