* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download SQL Server
Entity–attribute–value model wikipedia , lookup
Concurrency control wikipedia , lookup
Oracle Database wikipedia , lookup
Tandem Computers wikipedia , lookup
Microsoft Access wikipedia , lookup
Ingres (database) wikipedia , lookup
Microsoft Jet Database Engine wikipedia , lookup
Database model wikipedia , lookup
Team Foundation Server wikipedia , lookup
Clusterpoint wikipedia , lookup
Relational model wikipedia , lookup
SQL SERVER Database Administration 4 Day, Hands-On Course © David Ringsell 9/05/11 1 INTRODUCTION 2 ABOUT THIS COURSE COURSE STYLE Content has some flexibility Opportunity to experiment – extend the labs Opportunity to share knowledge Opportunity to enhance team working Contribute – attempt consultants questions Enjoy the course! 3 TRAINING METHODS Talks with slides Demonstrations – SSMS Menus, wizards, scripts Use Books Online help Do lab exercises Questions and answers – both ways Define and meet your objectives ? Training notes – add your own notes 4 LOOSE SCHEDULE Introductions Chapters 1 – 3 Chapters 4 - 5 Chapters 6 - 9 Chapters 9 – 11 ? Monday Monday Tuesday Wednesday Thursday Friday 5 DAILY SCHEDULE START LUNCH FINISH BREAKS HOUSEKEEPING 9.30 12.30 – 1.30 4.30 20 min’s a.m. / p.m. Equipment Security Phones/pagers Location 6 Your Consultant David Ringsell MCPD, MCSD, MCAD, MCT Trainer, developer, consultant Uses Sequel Server, TSQL, .Net, VB, C# 7 You Name Background Relevant Experience Expectations What do you want to get out of this course? 8 CHAPTER CONTENTS 1: SQL Server Overview 2: Installing SQL Server 3: Working with SQL Server Management Studio 4: Design and Administer Security Levels 5: Indexing Tables 6: Managing Transactions, Back Up and Locks 7: Accessing Linked Servers 8: Monitoring and Tuning 9: Automating Administrative Tasks 10: Programming Replication 11: Using Integration Services 9 1. SQL Server Overview SQL Server Components and Architecture SQL Server Tools 10 Optimising SQL Server Server Tuning Locking Indexing Query Optimization Schema Design 11 Lesson: SQL Server Components and Architecture SQL Server Components New Database Administrator Features New Database Developer Features The AdventureWorks Sample Database 12 SQL Server Components SQL Server Integration Services Analysis Services Notification Services SQL Server Full-Text Search Relational Database Engine Reporting Services .NET CLR Service Broker Replication Native HTTP Support 13 New Database Administrator Features Improved product installation Centralized administrative tools New security architecture High-availability support System enhancements 14 New Database Developer Features Transact-SQL enhancements Native XML support Message-based services Native HTTP support Common Language Runtime integration Integration services Reporting Services SQL Management Objects in .Net Application 15 The Adventure Works Sample Database Fictitious bicycle manufacturing company AdventureWorksDW OLAP database Business intelligence data AdventureWorks OLTP database 16 Tools in SQL Server SQL Server Management Studio Business Intelligence Development Studio sqlcmd 17 What Is SQL Server Management Studio? Integrated environment for database administration development 18 Lab 1: Exploring SQL Server Explore the SQL Server client and configuration tools 19 REVIEW SQL Server Components and Architecture SQL Server Developer & Admin Tools 20