SQLSERVER_1: What is SQL Server?
SQL Server is a RDBMS (Relational Database Management System) from Microsoft. It supports T-Structured Query Language (Transact -SQL) and PL/SQL. Recently Microsoft has made lot of improvements in this product by introducing Business Intelligence, Reporting Services, etc. SQL Server primarily constitutes:
a. T-SQL and PL/SQL
b. Reporting Services.
c. SSIS - SQL Server Integration Services.
d. SSAS- SQL Server Analysis Services.
Microsoft SQL Server is one of the RDBMS in the market besides Oracle, MySQL, PostGRE etc. Current Version of SQL Server is 2016. And it comes in different Editions.
Comments