SQL Server Memory Allocation & Role of MIN/MAX Server Memory Configuration
SQL Server is memory intensive database system and most resource intensive operations in SQL Server are DISK IO operations. SQL…
SQL Server is memory intensive database system and most resource intensive operations in SQL Server are DISK IO operations. SQL…
Today, i am going to discuss about virtual log files in SQL Server and query to find number of virtual…
Have you deep dive into SQL Server checkpoint process like what checkpoints are and how they work? Here is an…
Today, i will talk about SQL Server Transaction Log File Architecture. As we know, every database must have at least…
SQL Server data files, pages & extents are very much related to each other. These are architectural terms which are…
Have you ever thought how to protect stored procedure codes deployed on your SQL Server Instance? When deploying applications to…
Normally, ASYNC_IO_COMPLETION Wait type can be seen during backup and restore activities. Whenever you will see this wait type your…
Today I was working on an issue in which backup job was showing in executing state since last 2 days.Initially…
RESOURCE_SEMAPHORE waits occurs when a query memory request cannot be granted immediately due to other concurrent queries. High waits and…
Wait Types are awesome way to troubleshoot performance related issues. In SQL Server 2005 and later version we can get…