Log in

View Full Version : What is SQL Server?



jacobsmith1
09-11-2015, 07:24 AM
Hello Friends,

Please tell me what is SQL server.

excelcare01
09-12-2015, 02:34 AM
SQL Server is a relational database management system .

beastlinks777
09-15-2015, 12:10 AM
I define SQL as Seek Well, basically its a Server that's run on 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.

jane1
09-16-2015, 01:50 AM
It is based on RBMS i.e. Relational Database Management System (RDBMS) from Microsoft. It is designed for businesses that need good and huge database management.

riprook7
09-22-2015, 03:25 AM
SQL Server is Microsoft's relational database management system.

daviddakarai
09-29-2015, 06:12 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.

sarveshseair
10-27-2015, 07:36 AM
SQL Server also known as structure query language is a relational database management system (RDBMS) from Microsoft that's designed for the enterprise environment.

Adeel Khero
11-12-2015, 12:22 PM
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.

ramskl
11-13-2015, 02:01 AM
This refresher on SQL Server examines when to use a database as well when not to, along with some of the key terms used with SQL Server.

BerthaJones
11-13-2015, 02:55 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.

nomanali
11-13-2015, 03:57 AM
It is a relational database management system (RDBMS) for enterprise environment. It performs transaction control, exception and error handling, row processing, and declared variables. It reduces complexity in database management and increases flexibility, scalability, reliability, and security.

alishawalter
11-14-2015, 02:23 AM
SQL Server is a database management system that gives answers to queries that are coming from client machine in SQL language.

saiburi
11-19-2015, 02:02 AM
SQL Server is a used to manage and store information. It increases flexibility, scalability and reliability.

Bluesky94
10-31-2016, 10:55 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.