What is SQL Server?

In this chapter you will learn:
What is sql server?
Why we use the sql server?
Versions of sql server
System requirements to install sql server

Microsoft sql server is a relational database management system that is used to create the database and perform some tasks for the database just like insert, update, delete etc. The database is an important part of any application.

Why we use sql server?

SQL works as a backend of our projects. The SQL server performs the lead role in the projects. All database operation is performed by SQL.

Versions of SQL server

  • Microsoft sql server 2000
  • Microsoft sql server 2005
  • Microsoft sql server 2008
  • Microsoft sql server 2008 R2
  • Microsoft sql server 2012
  • Microsoft sql server 2014
 

Share your thought