0% found this document useful (0 votes)
9 views1 page

SQL Server

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

SQL Server

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SQL Server

A server is a computer that provides some kind of service (or multiple services).
For example, a print server processes print requests, a web server hosts web sites,
and a database server runs a database management system.

SQL Server is a relational database management system (RDBMS) developed and


marketed by Microsoft.

Similar to other RDBMS software, SQL Server is built on top of SQL, a standard
programming language for interacting with relational databases.

SQL Server is tied to Transact-SQL, or T-SQL, Microsoft’s implementation of SQL,


which includes a set of proprietary programming constructs.

SQL Server has been exclusively available on the Windows environment for over 20
years.

In 2016, Microsoft made it available on Linux.

SQL Server 2017 became generally available in October 2016 and was compatible with
both Windows and Linux.

https://www.sqlservertutorial.net/

https://mindmajix.com/sql-server-tutorial#usage

https://www.tutorialgateway.org/sql/

SQL Server Services


A number of services make up SQL Server.

You might also like