SQL Server Architecture

SQL Server 2008/2005 Concurrency control with locks

Today let us discuss more on SQL Server 20008/2005 Locks and concurrency control...... Locks are very essential to maintain concurrent…

12 years ago

SQL Server 2008/2005 Storage Internals, GAM, SGAM, PFS, IAM

Today lets discuss some of the SQL Server Storage internals like what is GAM, SGAM, IAM etc Basically in short…

12 years ago

SQL Server 2008/2005 – Comparing Index rebuild/Reorganize and increase in Transaction Log file

Comparing ALTER INDEX options Index Rebuild and Reorganize: 1.Index Rebuild requires building the new index before dropping the old one.…

12 years ago

SQL Server 2008 Resource Database, Metadata Storage, Catalog Views and Hidden secrets

Today let us discus more on how SQL Server stores metadata (Data about Data) inside SQL Server: The metadata is…

12 years ago

SQL Server 2008 Extended Events 3

Now lets create a New Event Session to capture Deadlock Victims IF EXISTS(SELECT * FROM sys.server_event_sessions WHERE name='Demo_session_Deadlock') DROP EVENT…

12 years ago

SQL Server 2008 Extended Events 1

SQL Server 2008 Extended Events 1: This is a new bee article for Extended Events. --Now quickly searching to view…

12 years ago

SQL Server 2008 Update Statistics and Index Rebuild

SQL Server 2008 Update Statistics and Index Rebuild: Whenever a Index is rebuild the statistics are updated but not for…

12 years ago

SQL Server RPO and RTO

Recovery Point Objective(RPO) describes a point in time that data can be restored from. For instance, if there is data…

12 years ago

This website uses cookies.