SQL Server
SQL Server
TOPICS INCLUDE:
Introduction
HISTORY
ARCHITECTURE
INTRODUCTION
Microsoft SQL Server is an application used to
create computer databases for the Microsoft
Windows family of server operating systems.
SQL Server 7.0 was a rewrite from the legacy Sybase code. It
was succeeded by SQL Server 2000, which was the first edition
to be launched .
SQL SERVER 2005
SQL Server 2005 released in October 2005, is the successor to
SQL Server 2000
w
The main mode of retrieving data from an SQL Server database
is querying for it.
The query declaratively specifies what is to be retrieved.
There might be multiple ways to process the same query for
example one using join and other using select statement.
ÊÕ
One of the main concerns of a database is security, and
this is central to Microsoft SQL Server.