Introduction to SQL Server

Introduction to SQL Server

MS SQL Server is a relational database management system (RDBMS) developed by Microsoft. This product is built for the basic function of storing retrieving data as required by other applications. It can be run either on the same computer or on another across a network.

Usage of SQL Server


  • To create databases.
  • To maintain databases.
  • To analyze the data through SQL Server Analysis Services (SSAS).
  • To generate reports through SQL Server Reporting Services (SSRS).
  • To carry out ETL operations through SQL Server Integration Services (SSIS).

Versions of SQL Server

Version
Year
6.0
1995
6.5
1996
7.0
1998
8.0 (2000)
2000
9.0 (2005)
2005
10.0 (2008)
2008
10.5 (2008 R2)
2010
11.0 (2012)
2012
12 (2014)
2014
13 (2016)
2016
14 (2017)
2017
15 (2019)
2019

SQL Server Editions


SQL Server comes in following editions:
  • Enterprise
  • Standard
  • Business Intelligence
  • Developer
  • Web
  • Express or with tools


SQL Server Components

SQL Server works in client-server architecture, hence it supports two types of components − (a) Workstation and (b) Server.

Workstation components are installed in every device/SQL Server operator’s machine. These are just interfaces to interact with Server components. Example: SSMS, SSCM, Profiler, BIDS, SQLEM etc.

Server components are installed in centralized server. These are services. Example: SQL Server, SQL Server Agent, SSIS, SSAS, SSRS, SQL browser, SQL Server full text search etc.