SQL Server 2005. Introduction to SQL Server 2005. SQL Server 2005 basic tools. SQL Server Configuration Manager. SQL Server services management



Similar documents
Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

East Asia Network Sdn Bhd

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing a Data Warehouse with Microsoft SQL Server

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2014

Implementing a SQL Data Warehouse 2016

MS 50511A The Microsoft Business Intelligence 2010 Stack

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server 2012

Bussiness Intelligence and Data Warehouse. Tomas Bartos CIS 764, Kansas State University

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system.

Implementing Data Models and Reports with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)

SQL Server 2012 Business Intelligence Boot Camp

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

LEARNING SOLUTIONS website milner.com/learning phone

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012

Updating Your Skills to SQL Server 2016

Implementing a Data Warehouse with Microsoft SQL Server 2012

SQL Server 2012 End-to-End Business Intelligence Workshop

Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course 20467A; 5 Days

Implementing a Data Warehouse with Microsoft SQL Server

SQL Server An Overview

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

Course Outline. Module 1: Introduction to Data Warehousing

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

Course Outline. Upgrading Your Skills to SQL Server 2016 Course 10986A: 5 days Instructor Led

ITG Software Engineering

Microsoft Data Warehouse in Depth

Building a Data Warehouse

SQL SERVER BUSINESS INTELLIGENCE (BI) - INTRODUCTION

SAS Business Intelligence Online Training

Enterprise and Standard Feature Compare

COURSE SYLLABUS COURSE TITLE:

GENWARE COMPUTER SYSTEMS AUDITING SOLUTION FOR COGNOS BUSINESS INTELLIGENCE

Online Courses. Version 9 Comprehensive Series. What's New Series

LearnFromGuru Polish your knowledge

How To Create An Easybelle History Database On A Microsoft Powerbook (Windows)

Analysis Services Step by Step

The Microsoft Business Intelligence 2010 Stack Course 50511A; 5 Days, Instructor-led

ETL Process in Data Warehouse. G.Lakshmi Priya & Razia Sultana.A Assistant Professor/IT

End to End Microsoft BI with SQL 2008 R2 and SharePoint 2010

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

Video Administration Backup and Restore Procedures

Course: SAS BI(business intelligence) and DI(Data integration)training - Training Duration: 30 + Days. Take Away:

SQL Server Administrator Introduction - 3 Days Objectives

SQL SERVER TRAINING CURRICULUM

SAP BUSINESS OBJECTS BO BI 4.1 amron

Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Microsoft Implementing Data Models and Reports with Microsoft SQL Server

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

ITS410: Database Management

Designing Business Intelligence Solutions with Microsoft SQL Server 2012

OLAP Cube Manual deployment and Error resolution with limited licenses and Config keys

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012

IBM WebSphere DataStage Online training from Yes-M Systems

Upgrading Your SQL Server Skills to Microsoft SQL Server 2014

Data Warehouse Center Administration Guide

Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution.

SAP Business Objects BO BI 4.1

SAP BO 4.1 COURSE CONTENT

Microsoft End to End Business Intelligence Boot Camp

Real-time Data Replication

SharePoint 2013 PerformancePoint Services Course 55057; 3 Days

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

CHAPTER 4: BUSINESS ANALYTICS

SAS BI Course Content; Introduction to DWH / BI Concepts

Designing Self-Service Business Intelligence and Big Data Solutions

How to Backup Your Eclipse.Net Database Automatically. To clearly document a specific automatic SQL database backup method for Eclipse.net.

Microsoft SQL Server Features that can be used with the IBM i

SQL Server 2012 Gives You More Advanced Features (Out-Of-The-Box)

SAP BusinessObjects Business Intelligence (BOBI) 4.1

Microsoft SQL Server 2008 Bible

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC

Implementing Data Models and Reports with Microsoft SQL Server

For Sales Kathy Hall

Moving the TRITON Reporting Databases

CHAPTER 5: BUSINESS ANALYTICS

Data Integration and ETL Process

Microsoft SQL Server 2012 Administration. Real-World Skills for MCSA Certification and Beyond (Exams , , and )

Licenze Microsoft SQL Server 2005

Transcription:

Database and data mining group, SQL Server 2005 Introduction to SQL Server 2005 Introduction to SQL Server 2005-1 Database and data mining group, SQL Server 2005 basic tools SQL Server Configuration Manager SQL Server services management Start, Stop, Restart, ecc.. Network protocol configuration SQL Server Management Studio OLAP and OLTP server management Database creation and management SQL query execution Query execution plan analysis Introduction to SQL Server 2005-2 1

Database and data mining group, SQL Server 2005 basic tools SQL Server Business Intelligence Development Studio Integration Services Project ETL processing Analysis Services Project OLAP analysis Data mining Report Server Project Report creation Introduction to SQL Server 2005-3 Database and data mining group, SQL Server data warehousing Operational data sources Relational DBs Excel spreadsheets Data warehouse Staging Area Cubes Report SQL Server 2005 Report Server Analisys services Integration services Introduction to SQL Server 2005-4 2

Database and data mining group, SQL Server Configuration Manager Introduction to SQL Server 2005-6 Database and data mining group, SQL Server Configuration Manager SQL Server 2005 user interface for managing services Start, Stop,.. Network protocol configuration Introduction to SQL Server 2005-7 3

Database and data mining group, Introduction to SQL Server 2005-8 Database and data mining group, SQL Server Management Studio Introduction to SQL Server 2005-9 4

Database and data mining group, Connecting to SQL Server Run SQL Server Management Studio Select the service or database engine to connect to Database engine Relational database (OLTP) Analysis services OLAP server Introduction to SQL Server 2005-10 Database and data mining group, Scegliere il servizio al quale ci si vuole connettere Introduction to SQL Server 2005-11 5

Database and data mining group, Connecting to SQL Server (2) Write the name of the server to connect to Authenticate by means of one of the following methods Windows user authentication Username/password authentication Managed by an internal SQL Server module Introduction to SQL Server 2005-12 Database and data mining group, Introduction to SQL Server 2005-13 6

Database and data mining group, Introduction to SQL Server 2005-14 Creating a new database Database and data mining group, From Databases choose New Database Choose a name for the new database Optional Change the settings for the data file and the log file Autogrowth, Change the general database options Auto create statistics, Introduction to SQL Server 2005-15 7

Database and data mining group, Introduction to SQL Server 2005-16 Database and data mining group, Introduction to SQL Server 2005-17 8

Database and data mining group, Creating a new database (2) After creating the new database you can Set the authorizations for the system users Create Tables Create Views Create Trigger Introduction to SQL Server 2005-18 Creating tables Database and data mining group, You can create new tables using The grafic wizard (similar to Access) Choose the name of the fields Set the type of the fields Set possible constraints ( allow nulls ) Define the primary key Define possible foreign keys A SQL script Allows batch processing Introduction to SQL Server 2005-19 9

Database and data mining group, Introduction to SQL Server 2005-20 Database and data mining group, Executing SQL statements Choose the database Use the New Query command Edit the SQL statement Parse the statement for errors Execute the SQL statement Introduction to SQL Server 2005-21 10

Database and data mining group, Esecuzione di comandi SQL (2) Executing the SQL statement Parse the statement for errors Query execution plan Introduction to SQL Server 2005-22 11