1 1. SQL Server Overview zSQL Server Components and Architecture zSQL Server Tools.

Post on 27-Mar-2015

226 views 4 download

Transcript of 1 1. SQL Server Overview zSQL Server Components and Architecture zSQL Server Tools.

1

1. SQL Server Overview

SQL Server Components and Architecture

SQL Server Tools

2

Lesson: SQL Server Components and Architecture

SQL Server ComponentsNew Database Administrator FeaturesNew Database Developer FeaturesThe AdventureWorks Sample Database

3

SQL Server

SQL Server Components

Relational Database Engine

.NET CLR

Analysis Services

Native HTTP Support

Service BrokerReplication

Reporting ServicesFull-Text Search

Notification Services

SQL Server Integration Services

4

New Database Administrator Features

Improved product installationCentralized administrative toolsNew security architectureHigh-availability supportSystem enhancements

5

New Database Developer Features

Transact-SQL enhancementsNative XML supportMessage-based servicesNative HTTP supportCommon Language Runtime

integrationIntegration servicesReporting ServicesSQL Management Objects

6

The Adventure Works Sample Database

Fictitious bicycle manufacturing companyAdventureWorksDW OLAP database

Business intelligence data

AdventureWorks OLTP database

7

Tools in SQL Server SQL Server Management StudioBusiness Intelligence Development Studio

sqlcmd

8

Integrated environment for database administration development

What Is SQL Server Management Studio?

9

Lab 1: Exploring SQL Server

Explore the SQL Server client and configuration tools

10

REVIEW

SQL Server Components and Architecture

SQL Server Developer Tools