About TempDB and the Version Store
We will take notes here regarding tempDB, the Verison Store and how tempDB is used. Some of the content here is derived from…
Read MoreWe will take notes here regarding tempDB, the Verison Store and how tempDB is used. Some of the content here is derived from…
Read MoreThis post will be fore the purpose of documenting all my findings regarding Collations in SQL Server, including changing the collation on an…
Read MoreThis blog will be where I post my PostgreSQL administration learning and it’s comparison to SQL Server from a SQL Server DBA’s viewpoint.…
Read MoreHere are a few things to remember when working with Availability Groups: Backup and Restore NOTE: Using the Recovery Advisor GUI in SSMS…
Read MoreThe TUF files you see in the ..\DATA folder is a “transaction undo file” which contains modifications to the database that were not…
Read MoreThe logical order in which SQL Server parses a query and generates an execution plan: 1. FROM [left_table] 2. ON [join_condition] 3. [join_type]…
Read MoreI saw this in the SQL logs today. It looks like some corruption happened in the transaction log of a specific database. I…
Read MoreHere is a great blog post by Kimberly Tripp on why using GUIDs as a PRIMARY KEY on a CLUSTERED index is a…
Read MoreHere is a great blog post explaining the different SQL Server page types and how they work: Understanding Pages and Extents Views –…
Read MorePASS 2015 10-28-30 Seattle WA SQL Server Indexing for Performance Kimberly Trip NOTE: Narrow NC indexes very rarely are useful. NOTE: Putting a…
Read More