answersLogoWhite

0


Best Answer

SQL Server is a database server. It is used to store data which is accessed using any number of methods. Generally, the data will sit on a server (or several server) machine while users access it from remote terminals.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

As software applications request data, the Microsoft SQL Server stores and retrieves the data that is sent and requested from the software. It stores and retrieves the data that is requested from the same computer, other computers, servers, and even from the internet.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does Microsoft sql server work?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where could one purchase a Sequel or SQL server?

The Sequel, or SQL, Server is owned by Microsoft. One can purchase an SQL Server from the Microsoft website. Microsoft also offers a free trial of the SQL Server.


What is the difference between T-sql and sql?

T-SQL is Microsoft's version of the generic SQL langauge to be used with, for example, Microsoft SQL Server.


Where online can I find more information about SQL server classes?

here are three principal sources of information from Microsoft about SQL Server: The documentation, tutorials, and samples installed with SQL Server. The SQL Server sites on the Microsoft Developer Network (MSDN) and TechNet. SQL Server information on additional Microsoft Web sites. If you do not find the information you are looking for in these sources, you can either post questions in the SQL Server community forums and newsgroups, or you can open a support case with Microsoft.


Examples for dbms and rdbms?

My sql, Microsoft sql , Microsoft Access, dBase, Filemaker pro are the examples for dbms and oracle and sql server are the examples for rdbms


What companies offer SQL server integration services?

SQL Server Integration Services is not a type of service, it is a component of a software package called Microsoft SQL Server. The only company that offers this software is Microsoft.


How can one qualify to get a SQL Server Certification?

Microsoft SQL Server Certification courses are available online on Microsoft's website. There are a variety of course offerings depending on the server type.


How does the Microsoft SQL Server compare with others?

According to a variety of sites that were researched, it has been found that the Microsoft SQL Server has very high ratings. There are many more features of Microsoft SQL than there are with others such as Oracle.


In which os sql server works?

SQL server is a database developed by the Microsoft corporation. The database is built to exclusively work on Microsoft Operating systems like Windows XP, Windows 2000, Windows Vista etc. It works on all Windows based platforms, but it does depend on the Edition of SQL Server you are going to implement. For example you can run SQL Server Express on Windows Server, but you cannot run SQL Server Enterprise on Windows XP. It will only run on Windows Server systems.


Is there a SQLServer Compact Edition for Linux?

By SQL Server I am assuming you are referring to Microsoft's flavour of SQL. No. There is no version of SQL Server that runs on Linux


What is UDT and SQL?

UDT stands for User-Defined Types, which allow users to define their own data types in programming languages like C++. SQL (Structured Query Language) is a standard language for interacting with relational databases, used for tasks like querying data, updating records, and defining database structures.


Where might one download the Microsoft SQL Server 2005 Express Edition?

One may download the Microsoft SQL Server 2005 Express Edition on the official Microsoft site. Other independent providers of the Microsoft SQL Server 2005 Express Edition include Melissa Data and Windows Sazure.


What is the difference between sql and an sql server?

SQL stands for Structured Query Language and is a programming language used to manage and manipulate relational databases. An SQL server, on the other hand, is software specifically designed to store, retrieve, and manage data based on SQL queries. SQL is the language used to interact with an SQL server.