-
SQL Server Databases
7 January 2017Database: Database is a container which stores data and data objects. It manages data and allows fast storage and retrieval of that data. Types of Databases in SQL Server: There…
-
SQL Server installation
6 January 2017Installation 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…
-
SQL Server Transaction Log Architecture
5 January 2017Transaction 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….
-
SQL Server Database Architecture
4 January 2017SQL 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….
-
SQL Server Storage Architecture
3 January 2017In an SQL server all the data will be stored in the form of records, these records also called row data. All these records further grouped into a page. The…
-
SQL Server Architecture
2 January 2017Introduction 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…
-
SQL Server Database Administration Introduction
1 January 20171. Database Administration A database administrator is a person responsible for the database design, implementation, maintenance, and repair of the database. The main goal of DBA is to keep the…
-
Complete SQL Server DBA Tutorials
30 December 2016MS SQL Server DBA Training Welcome to Complete SQL Server DBA Tutorials ! This course is designed to help beginners and professionals learn the fundamentals of SQL Server DBA (Database…
-
All about SQL Server KT
5 January 2016Knowledge Transfer in IT Companies In the IT industry, knowledge transfer is the process of sharing technical and/or business knowledge between individuals or groups. It is a critical process for…
-
All about ticketing tools for DBA?
15 February 2015Ticketing tools improves communications tracking whatever is happening in the environment, reporting that what has happened within the specified duration. A Ticket is an element contained within an issue tracking…