PDA

View Full Version : What is SQL Server?



JohnBWynkoop
12-23-2014, 04:41 AM
Hello Friends,

Please tell me what is SQL server.

rehal
12-24-2014, 01:02 AM
SQL Server is Microsoft's relational database management system (RDBMS). It is a full-featured databse primarily designed to compete against competitors Oracle Database (DB) and MySQL.

kiwistech
12-24-2014, 08:27 AM
Structured Query language, its a languages in this language we create Relational database.

anirban09P
12-28-2014, 11:45 PM
SQL Server is a relational database management system (RDBMS) from Microsoft that's designed for the enterprise environment. SQL Server runs on T-SQL (Transact -SQL), a set of programming extensions from Sybase and Microsoft that add several features to standard SQL, including transaction control, exception and error handling, row processing, and declared variables.

Bluesky94
10-31-2016, 11:38 AM
Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network (including the Internet).
Microsoft markets at least a dozen different editions of Microsoft SQL Server, aimed at different audiences and for workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.

Guilinhanger
11-08-2016, 06:32 AM
SQL is a special-purpose programming language designed to handle data in a relational database management system. A database server is a computer program that provides database services to other programs or computers, as defined by the client-server model.

kunalkumar
11-09-2016, 12:19 AM
SQL Server is a Microsoft product used to manage and store information. Technically, SQL Server is a “relational database management system” (RDMS). Broken apart, this term means two things. First, that data stored inside SQL Server will be housed in a “relational database”, and second, that SQL Server is an entire “management system”, not just a database. SQL itself stands for Structured Query Language. This is the language used to manage and administer the database server.

arjupraja2
11-12-2016, 09:24 AM
SQL is used to communicate with a database. ... SQL statements are used to perform tasks such as update data on a database

spindlowstuart1
01-12-2017, 05:41 AM
Generically, any database management system (DBMS) that can respond to queries from client machines formatted in the SQL language. When capitalized, the term generally refers to either of two database management products from Sybase and Microsoft. Both companies offer client-server DBMS products called SQL Server.

Sherin
05-12-2020, 07:20 AM
It is a software, developed by Microsoft, which is implemented from the specification of RDBMS.

It is also an ORDBMS.

It is platform dependent.

It is both GUI and command based software.

It supports SQL (SEQUEL) language which is an IBM product, non-procedural, common database and case insensitive language.

SQL Server works exclusively on Windows environment for more than 20 years. In 2016, Microsoft made it available on Linux. SQL Server 2017 became generally available in October 2016 that ran on both Windows and Linux.