DEFINITIONS

Definitions More Info.
Definition ID876
TitleSQL
CategoryCOMMAND
Definitiontempdb bottleneck bug 2016-2017
Definition Description--Tempdb contention and this time its not on PFS, GAM, SGAM page contention
-- Tempdb can be a major bottleneck on busy SQL, to see this query is at the below
-- http://blog.sqlgrease.com/tempdb-contention-time-not-pfs-gam-sgam/
-- Linkdeki konu sq server 2016 ve 2017 de tempdb de bug olabileceğini bu sorunu aşmak için aşağıdaki update leri geçmemiz gerektiğini söylüyor.
--Cumulative Update 5 for SQL Server 2017
--Cumulative Update 8 for SQL Server 2016 SP1

SELECT er.session_id, er.wait_type,er.wait_resource
FROM sys.dm_exec_requests er
INNER JOIN sys.dm_exec_sessions es ON er.session_id = es.session_id
WHERE es.is_user_process = 1
RecordBycunay
Record Date08-09-2018 10:14:53
Düzenle
Kopyala
Sil