Sei sulla pagina 1di 19

Introduction to SQL Server

2008

Why SQL Server


SQL Server 2008 is the Data Platform leader
Microsoft is positioned in Leaders Quadrant for
Magic Quadrant for Business Intelligence Platforms, 2008.
Microsoft is positioned in Leaders Quadrant for
Magic Quadrant for Data Warehouse Database
Management Systems, 2007
SQL Server is the fastest growing Database and
Business Intelligence vendor
SQL Server ships more units than Oracle and IBM
combined.

SQL Server is the #1 OLAP Server on the market.


SQL Server is more secure than Oracle. Since July
2003 more than 100 critical Oracle database
security vulnerabilities have been identified,
compared to ZERO for SQL Server for that period.
SQL Server is best in price/performance for TPC-H
1TB & 3TB (non-clustered).
Microsoft SQL Server and Unisys are the first to
publish TPC-E benchmark results.
Gartner 2006 worldwide RDBMS market share
reports highest growth rate in market share for
Microsoft SQL Server. With 28% growth in market
share, growth is almost twice the nearest
competitor at 14.8% growth.

History
In
Microsoft
and
In 1987
1987
Microsoft
and Sybase
Sybase
started
In
1987
Microsoft
andstarted
In
1987
Microsoft
aa partnership
partnership to
to build/sell
build/sell aa Database
Database
Sybase
started
a
Management
System
Sybase
started
Management
System a
partnership
partnership to
to build/sell
build/sell a
a
Database
Management
Database Management
System
System

SQL
2000
Aug
SQL Server
Server
20002000
Aug of
of 2000.
2000. of
SQL
Server
Aug
SQL
Server
2000
AugMining.
of
Included
Included Clustering
Clustering and
and Data
Data Mining.
2000.
Included
Clustering
2000. Included Clustering
and
and Data
Data Mining.
Mining.

SQL
2005
Nov
Included
SQL Server
Server
2005
Nov 2005.
2005.
Included
SQL
Server
2005
Nov
SQL
Server
2005
Nov 2005.
2005.
SSRS,
SSRS, SSAS,
SSAS, Service
Service Broker,
Broker, SQL
SQL
Included
SSRS,
SSAS,
Included
SSRS,
SSAS,
CLR,
XML
Support,
SSIS.
CLR, XML Support, SSIS.
Service
Broker,
SQL
CLR,
Service Broker, SQL CLR,
XML
XML Support,
Support, SSIS.
SSIS.

V1
SQL
V1 of
of Ashton-Tate/Microsoft
Ashton-Tate/Microsoft
SQL
Join
with
Ashton
Tate,
Join
with
Ashton
Tate,
Server
Server was
was shipped
shipped in
in 1989.
1989.
then
leader
in
DB
market
Join
Ashton
then
leader
inTate,
DB then
market
Join with
with
Ashton
Tate,
then

SQL
7.0
in
1998.
SQL Server
Server
7.0 RTMd
RTMd
in Nov
Nov of
of in
1998.
SQL
Server
7.0
RTMd
SQL
Server
7.0
RTMd
in
Included
Included OLAP
OLAP and
and DTS
DTS
Nov
Nov of
of 1998.
1998. Included
Included
OLAP
OLAP and
and DTS
DTS

SQL
2008
in
SQL Server
Server
20082008
in 2008
2008in 2008
SQL
Server
SQL
Server
2008
in 2008

V1
Ashton-Tate/Microsoft SQL
V1 of
of
SQL
V1
of
AshtonV1
ofAshton-Tate/Microsoft
AshtonServer
Server was
was shipped
shipped in
in 1989
1989
Tate/Microsoft
SQL
Server
Tate/Microsoft SQL Server
was
was shipped
shipped in
in 1989
1989

SQL
SQL Server
Server 1.1
1.1 in
in 1990
1990

leader
leader in
in DB
DB market
market

SQL Server Architecture

Compelling Technologies for


CS
Standard compliant SQL
language

SQL Management Studio

Profiling
Query plan visualization

Visual Studio

T-SQL & SQL/CLR debugging in


Visual Studio

Extensibility Mechanisms

CLR Integration
Types, Functions, Aggregates,
etc

Other Interesting Tools

Best Practices Analyzer


Database Tuning Advisor
Operational Reports in
Management Studio

DBMS internals
Dynamic Management
Views (sys.dm_*)
Concurrency Visibility
(Blocking Trees, Deadlock
Visualization in Profiler)
Missing index analysis
(sys.dm_db_missing_index
_*)
Highly conducive to
research/experimentation
with self-management
automation
Advanced Topics
Using clustering or
multiple instances for High
Availability

SQL Server and its offering for Microsofts


Business Intelligence Suite
DELIVERY

END USER TOOLS AND PERFORMANCE MANAGEMENT APPLICATIONS

BI PLATFORM (RDBMS, ETL, OLAP, Reporting)

Mainframe/
Department
al Systems

7/16

The SQL Server Platform tools

Integrate

Store

Analyze

Report

8/16

How do they work together?

Integrate

Data acquisition from


source systems and
integration
Data transformation
and synthesis

Analyze

Data enrichment,
with business
logic, hierarchical
views
Data discovery via
data mining

Report

Data presentation
and distribution
Data access for
the masses

9/16

Sql server 2008 Whats


new?
Code name Katmai
Whats new?

Platform Features (DBA)


T-SQL Features
Data Types
Reporting Services

Platform features
Transparent Data Encryption
External Key Management
Data Auditing (change tracking)
Hot Add CPU
Transparent Failover
Policy Implementation
Auto Synchronization (conflict
detection)

T-SQL features
Table Value Parameters
FileStream Object Storage
Merge
Variable initializers
Row constructors with >1 row
Compound operators (+=)
Grouping sets (extension of Group By clause)
Intellisense added
New Collations
CLR UDT 2GB capacity
Integrated Full Text Search
Sparse Columns (Indexing)

T-SQL Data types


Geometery (for planar shapes, i.e.
whse layout)
Geography (for GPS coordinates)
HierarchyID
date
time
datetime2
Datetimeoffset (timezone )

Date/Time Variables
SQL Server 2005

SQL Server 2008

FileStream
Filestream storage attribute on
varbinary(max) column
Includes transactional access through
Win32 API
PathName()
Get_Filestream_Transaction_context()
OpenSqlFileStream()

Can I get SQL Server for


trying out? & is it free?
http://www.microsoft.com/express/sql/
download/default.aspx
you can get it here!
Yes it is free!!!
Apart from SQL Server loads of other
editions are available for free
downloads at
http://www.microsoft.com/express/prod

Resources
Build your data warehouse faster
Learn for free, SQL Server BI technologies
Develop ETL packages with SQL Server Integration Services
Project REAL Business Intelligence in Practice
Data Warehousing Webcasts presented by Kimball Group

Manage your data warehouse


Strategies for Partitioning Relational Data Warehouses in Microsoft SQL Se
rver
Managing Aggregations with SQL Server 2005 Indexed Views
Scale Out using SQL Server 2005 for DW Workloads
Microsoft Data Warehouse

BI technologies
Microsoft BI
SQL Server Reporting Services
SQL Server Analysis Services

Database Development
Database development using Sql Server 2008

www.imaginecup.com

2008 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied,
in this summary.

THANK YOU
www.imaginecup.com

Potrebbero piacerti anche