• No results found

Microsoft SQL Server Beginner course content (3-day)

N/A
N/A
Protected

Academic year: 2021

Share "Microsoft SQL Server Beginner course content (3-day)"

Copied!
9
0
0

Loading.... (view fulltext now)

Full text

(1)

CC 2008/044672/23

http://www.multimediacentre.co.za

Cape Town: 021 790 3684

Johannesburg: 011 083 8384

Microsoft SQL Server Beginner course content (3-day)

Course Description

This three-day Microsoft SQL Server Beginners Training course helps you prepare for Microsoft Technology Associate Exam 98-364, and build an understanding of these topics: Core

Database Concepts, Creating Database Objects, Manipulating Data, Data Storage, and Administering a Database. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam.

Target Audience

The Microsoft Technology Associate (MTA) is Microsoft's newest suite of technology

(2)

CC 2008/044672/23

Course Outline:

1. Getting Started with Microsoft SQL Server 2008

Overview of Microsoft SQL Server

Installing and Configuring SQL Server 2008

Using the Tools in SQL Server 2008 2. Designing Databases

Creating Databases

Designing Tables

Indexes

Partitioning

3. Retrieving and Manipulating Data

Data Retrieval

Advanced Data Retrieval

Data Manipulation

4. Creating Database Objects

Views

Stored Procedures

Functions

Triggers

Database Snapshots

Service Broker

Full-Text Indexing 5. Database Management

Security

Policy-Based Management

Data Recovery

SQL Server Agent

(3)

CC 2008/044672/23

Microsoft SQL Server Administration course content (3-day)

Course Description

This 3 day instructor-led Microsoft SQL Server Administration course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2012 database. The course focuses on teaching individuals how to use SQL Server 2012 product features and tools related to maintaining a database. Also this course helps you prepare for the Exam 70-462.

Target Audience

The primary audience for this course is individuals who administer and maintain SQL Server databases. These individuals perform database administration and maintenance as their primary area of responsibility, or work in environments where databases play a key role in their primary job. The secondary audiences for this course are individuals who develop applications that deliver content from SQL Server databases.

Prerequisites

(4)

CC 2008/044672/23

Course Outline

1. Introducing to SQL Server 2012 and its Toolset

This module introduces the entire SQL Server platform and its major tools. It covers editions, versions, basics of network listeners, and concepts of services and service accounts.

Lessons:

Introduction to the SQL Server Platform

Working with SQL Server Tools

Configuring SQL Server Services

2. Preparing Systems for SQL Server 2012

This module covers planning for an installation related to SQL Server I/O requirements, 32 bit vs 64 bit, memory configuration options and I/O subsystem pre-installation checks using SQLIOSim and SQLIO.

Lessons:

Overview of SQL Server Architecture

Planning Server Resource Requirements

Pre-installation Testing for SQL Server

3. Installing and Configuring SQL Server 2012 This module details installing and configuring SQL Server. Lessons:

Preparing to Install SQL Server

Installing SQL Server

Upgrading and Automating Installation

4. Working with Databases

This module describes how data is stored in databases, how to create databases, and how to move databases either within a server or between servers.

Lessons:

Overview of SQL Server Databases

Working with Files and File groups

(5)

CC 2008/044672/23

This module describes the concept of the transaction log and SQL Server recovery models. It introduces the different backup strategies available with SQL Server.

Lessons:

Backup Strategies

Understanding SQL Server Transaction Logging

Planning a SQL Server Backup Strategy

6. Backup of SQL Server 2012 Databases

This module describes SQL Server Backup and the backup types. Lessons:

Backing up Databases and Transaction Logs

Managing Database Backups

Working with Backup Options

7. Restoring SQL Server 2012 Databases This module describes the restoration of databases. Lessons:

Understanding the Restore Process

Restoring Databases

Working with Point-in-time recovery

Restoring System Databases and Individual Files

8. Importing and Exporting Data

This module covers the use of the import/export wizards and explains how they relate to SSIS. Also introduces BCP.

Lessons

Transferring Data To/From SQL Server

Importing & Exporting Table Data

Inserting Data in Bulk

9. Authenticating and Authorizing Users

This module covers SQL Server security models, logins and users. Lessons:

Authenticating Connections to SQL Server

Authorizing Logins to Access Databases

(6)

CC 2008/044672/23

10. Assigning Server and Database Roles

This module covers fixed server roles, user-defined server roles, fixed database roles and user-defined database roles.

Lessons:

Working with Server Roles

Working with Fixed Database Roles

Creating User-defined Database Roles

11. Authorizing Users to Access Resources

This module covers permissions and the assignment of permissions. Lessons:

Authorizing User Access to Objects

Authorizing Users to Execute Code

Configuring Permissions at the Schema Level

12. Auditing SQL Server Environments This module covers SQL Server Audit. Lessons:

Options for Auditing Data Access in SQL

Implementing SQL Server Audit

Managing SQL Server Audit

13. Automating SQL Server 2012 Management

This module covers SQL Server Agent, jobs and job history. Lessons:

Automating SQL Server Management

Working with SQL Server Agent

Managing SQL Server Agent Jobs

14. Configuring Security for SQL Server Agent

This module covers SQL Server agent security, proxy accounts and credentials. Lessons:

Understanding SQL Server Agent Security

Configuring Credentials

(7)

CC 2008/044672/23

This module covers the configuration of database mail, alerts and notifications. Lessons:

Configuration of Database Mail

Monitoring SQL Server Errors

Configuring Operators, Alerts and Notifications

16. Performing Ongoing Database Maintenance This module covers database maintenance plans. Lessons:

Ensuring Database Integrity

Maintaining Indexes

Automating Routine Database Maintenance

17. Tracing Access to SQL Server 2012

This module covers SQL Profiler and SQL Trace stored procedures. Lessons:

Capturing Activity using SQL Server Profiler

Improving Performance with the Database Engine Tuning Advisor

Working with Tracing Options

18. Monitoring SQL Server 2012

This module introduces DMVs and the configuration of data collection. Lessons:

Monitoring Activity

Capturing and Managing Performance Data

Analyzing Collected Performance Data

19. Managing Multiple Servers

This module covers Central Management Servers and Multi-Server queries, Virtualization of SQL Server and Data-Tier Applications.

Lessons:

Working with Multiple Servers

Virtualizing SQL Server

(8)

CC 2008/044672/23

20. Troubleshooting Common SQL Server 2012 Administrative Issues

This module covers common issues that require troubleshooting and gives guidance on where to start looking for solutions.

Lessons:

SQL Server Troubleshooting Methodology

Resolving Service-related Issues

Resolving Concurrency Issues

Resolving Login and Connectivity Issues

Microsoft SQL Server Programming course content (3-day)

Course Description

Microsoft SQL Server Programming begins with an overview of database design basics and the SQL query language along with an in-depth look at SQL Server itself. It progresses on to a clear explanation of how to implement fundamental concepts with the new version of SQL Server. It discusses creating and changing tables, managing keys, writing scripts, working with stored procedures, programming with XML, using SQL Server Reporting and Integration Services, and more. It also features updated and new material, including new examples using Microsoft's AdventureWorks sample database.

Target Audience

Experienced SQL users that would like to learn how to program in SQL Server.

Prerequisites

(9)

CC 2008/044672/23

Introduction to SQL server 2012 Programming 1. RDMS Basics: What Makes Up a SQL Server Database? 2. Tools of the Trade

3. The Foundation Statement of T- 4. JOINs

5. Creating and Altering Tables 6. Constraints

7. Adding More to Our Queries

8. Being Normal: Normalization and Other Basic Design Issues 9. SQL Server Storage and Index Structures

10. Views

11. Writing Scripts and Batches 12. Stored Procedures

13. User-Defined Functions 14. Transactions and Locks 15. Triggers

16. A Brief XML Primer

17. Reporting for Duty, Sir! A Look at Reporting Services 18. Getting Integrated with Integration Services

References

Related documents

“En Veracruz aún se cultiva la composición de coplas de diez versos (o décimas), que también estuvieron arraigadas en otras partes de Latinoamérica. En este

to look young for one’s years aparentar joven para la edad de uno.. to be getting on in years entrar

 Microsoft SQL Server Analysis Services 2005 Standard  Microsoft SQL Server Reporting Services 2005 Standard Additional requirement if a Microsoft Dynamics NAV database is

The course discusses the rationale for self-service BI, and describes how to use Microsoft SQL Server Reporting Services, Microsoft Excel, Microsoft SharePoint Server, and

Students will learn how to create a data warehouse with Microsoft SQL Server 2014, implement ETL with SQL Server Integration Services, and validate and cleanse data with SQL

Delegates will learn how to create a data warehouse with Microsoft SQL Server 2014, implement ETL with SQL Server Integration Services, and validate and cleanse data with SQL

makers can benefit by giving proper attention to  all   all  information communicated in the financial information communicated in the financial statements

Reporting Services is configured using the SQL Server Reporting Services Configuration Manager, which is found by going to Start, All Programs, Microsoft SQL Server 2005,