Intro

Microsoft SQL Server is a RDBMS (Relational DataBase Management System) whose main purpose is to store and make data available to users.

SQL Server stores data in logical tables consisting of rows and columns. SQL Server can also connect with external data sources that are accessible via the OLE DB (Object Linking and Embedding DataBase), this includes sources such as spreadsheets, text documents, and XML documents.

SQL Server usually outputs data as individual values, record sets (tables) of values, or XML documents.

As with most RDBMSs, SQL (Structured Query Language) is the primary language used to communicate with the RDBMS. SQL Server's dialect of SQL is called T-SQL (Transact SQL). SQL is used to manipulate the data, define the structure of the data, and secure the data.

The importance of SQL in databases cannot be overemphasized.

History

User's Perspective of SQL Server

From a user's perspective there are four basic services that SQL Server provides:

Techie's Perspective of SQL Server

Here is one way of looking at services, tools, and interfaces available through and for SQL Server:

Miscellany

Page Modified: (Hand noted: 2007-10-13 14:12:18Z) (Auto noted: 2010-12-24 22:47:36Z)