first steps with microsoft sql server

20
First Steps with Microsoft SQL Server Boris Hristov SoftUni, Sofia, 10.07.2014

Upload: boris-hristov

Post on 27-Aug-2014

155 views

Category:

Software


5 download

DESCRIPTION

 

TRANSCRIPT

Page 1: First Steps with Microsoft SQL Server

First Steps with Microsoft SQL Server

Boris HristovSoftUni, Sofia, 10.07.2014

Page 2: First Steps with Microsoft SQL Server

So who am I?

@BorisHristov

Page 3: First Steps with Microsoft SQL Server

Today you are going to learn:

1.Why is DATA important for businesses?2.What has SQL Server to do about this?3.Hands on with SQL Server 2014! 4.Q&A

Page 4: First Steps with Microsoft SQL Server

Why is DATA important for businesses?

Page 5: First Steps with Microsoft SQL Server

Data is the heartbeat of every organization!

Page 6: First Steps with Microsoft SQL Server

“Every 2 days we create as much data as we did up to 2003!” - Eric Schmidt, Chairman of Google

Page 7: First Steps with Microsoft SQL Server

What has SQL Server to do about this?

Page 8: First Steps with Microsoft SQL Server

A lot.

Page 9: First Steps with Microsoft SQL Server

SQL Server is a pretty mature

product

Version Release Year1.0 19891.1 19914.2 1992

4.21 19946.0 19956.5 19967.0 1998

2000 20002005 20052008 2008

2008 R2 20102012 2012 (April 1st)

2014 2014 (April 1st)

Page 10: First Steps with Microsoft SQL Server

SQL Server is WAY more than a RDBMS

Page 11: First Steps with Microsoft SQL Server

What can SQL Server offer? SQL Server Components

Database Engine Full-Text Search

Replication Distributed Replay

StreamInsight Integration Services

Analysis Services Data Mining

Data Quality Services Master Data ServicesPowerPivot\View\Map\

Query Reporting Services

Page 12: First Steps with Microsoft SQL Server
Page 13: First Steps with Microsoft SQL Server

SQL Server EditionsPremium EditionsParallel Data Warehouse Analytics Platform SystemCore EditionsEnterprise StandardBusiness Intelligence Other EditionsExpress CompactDeveloper WorkgroupWeb SQL Azure Database

Virtualization and Licensing?

Page 14: First Steps with Microsoft SQL Server

And what are we installing?

Page 15: First Steps with Microsoft SQL Server

What is an instance? – separate installation of SQL Server

Two instance types◦ Default instance (connect with hostname or a single dot .)◦ Named instances (connect with hostname\instance_name)

You can also connect with alias (remember mIRC nicknames?)Server Name is: B75DB\SQL0003Alias: SUNIDCRM

SQL Server Instances

Page 16: First Steps with Microsoft SQL Server

SQL Server Management StudioYour day-to-day GUI assistant

Page 17: First Steps with Microsoft SQL Server

SQL Server can be configured in two modes:

Windows Authentication Mixed Mode

How are you supposed to connect?

Page 18: First Steps with Microsoft SQL Server

No more talking.

Hands on…

Page 19: First Steps with Microsoft SQL Server

Q&A

Page 20: First Steps with Microsoft SQL Server

Thank you!