8 min read 1 Installation and Configuration MSSQL SQL Server installation OTI 6 January 2017 Installation Whenever we want to start the installation of the SQL server we need to gather details of installation. SQL…
3 min read 2 Architecture MSSQL SQL Server Transaction Log Architecture OTI 5 January 2017 Transaction Log Architecture SQL Server uses LSN (Log Sequential Number) in identifying the transaction. Each and every transaction that comes…
4 min read 10 MSSQL SQL Server Database Architecture OTI 4 January 2017 SQL Server data mainly in 2 types of files, Data file stores actual data with .mdf extension. It stores permanent…
3 min read 3 MSSQL SQL Server Storage Architecture OTI 3 January 2017 In an SQL server all the data will be stored in the form of records, these records also called row…
5 min read 4 MSSQL SQL Server Architecture OTI 2 January 2017 Introduction If you’re curious about how SQL Server works behind the scenes or you’re new to the world of databases,…
2 min read 7 MSSQL SQL Server Database Administration Introduction OTI 1 January 2017 1. Database Administration A database administrator is a person responsible for the database design, implementation, maintenance, and repair of the…