estimated v.s. actual planAn essential tool for designing indexes is the query plan. Use the graphical versions from the UI, or one of the SET SHOWPLAN commands to...
Indexed viewsAn indexed view (sometimes referred to as a materialized view), is a view that has been made into more than just a simple stored query by...
DeadlocksA deadlock occurs when two or more tasks permanently block each other by each task having a lock on a resource which the other tasks are...
SnapshotA database snapshot is a read-only, static view of a SQL Server database (the source database). The database snapshot is transactionally...