SQL Server installation

Installation Whenever we want to start the installation of the SQL server we need to gather details of installation. SQL Server Versions Version (Name) RTM SP1 SP2 SP3 SP4 Sql server 2014 (Heteko) Trail version released Sql server 2012 (Denali)…

Read More →

SQL Server Transaction Log Architecture

Transaction Log Architecture SQL Server uses LSN (Log Sequential Number) in identifying the transaction. Each and every transaction that comes to the log file will associate with an LSN number. Roll forward and the rollback will be done internally using…

Read More →
SQL Server Database Architecture

SQL Server Database Architecture

SQL Server data mainly in 2 types of files, Data file stores actual data with .mdf extension. It stores permanent data. Log files stores modified recorded information with .ldf extension. We have another file called secondary data file .ndf file…

Read More →
SQL Server Architecture

SQL Server Architecture

Introduction If you’re curious about how SQL Server works behind the scenes or you’re new to the world of databases, you’ve come to the right place. In this article, we’ll provide you with a simple and easy-to-understand introduction to SQL…

Read More →