MOC 2778 - Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

Seminar

In Hannover, München, Berlin und an 7 weiteren Standorten

Preis auf Anfrage

Beschreibung

  • Dauer

    3 Tage

  • Beginn

    auf Anfrage

MOC 2778 - Writing Queries Using Microsoft SQL Server 2008 Transact-SQL: About this Course. This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008.. Audience Profile. This course is intended for SQL Server database administrators,.. Gerichtet an: About this Course. This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008.. Audience Profile. This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries.. At Course Completion. After completing this course, students...

Standorte und Zeitplan

Lage

Beginn

Berlin

Beginn

auf AnfrageAnmeldung möglich
Essen (Nordrhein-Westfalen, NRW)

Beginn

auf AnfrageAnmeldung möglich
Frankfurt A. M. (Hessen)

Beginn

auf AnfrageAnmeldung möglich
Hamburg

Beginn

auf AnfrageAnmeldung möglich
Hannover (Niedersachsen)

Beginn

auf AnfrageAnmeldung möglich
Köln (Nordrhein-Westfalen, NRW)

Beginn

auf AnfrageAnmeldung möglich
Leipzig (Sachsen)

Beginn

auf AnfrageAnmeldung möglich
München (Bayern)

Beginn

auf AnfrageAnmeldung möglich
Nürnberg (Bayern)

Beginn

auf AnfrageAnmeldung möglich
Stuttgart (Baden-Württemberg)

Beginn

auf AnfrageAnmeldung möglich
Stuttgart (Baden-Württemberg)

Beginn

auf AnfrageAnmeldung möglich
Alle ansehen (11)

Hinweise zu diesem Kurs

Before attending this course, students must have:_x000D_ Knowledge of data integrity concepts. _x000D_ Core Windows Server skills. _x000D_ Relational database design skills. _x000D_ Programming skills. _x000D__x000D_ Special Offer: _x000D_Free SQL Server 2008 Software Offer_x000D_Enroll now and attend any one of eight featured SQL Server 2008...

Fragen & Antworten

Ihre Frage hinzufügen

Unsere Berater und andere Nutzer werden Ihnen antworten können

Wer möchten Sie Ihre Frage beantworten?

Geben Sie Ihre Kontaktdaten ein, um eine Antwort zu erhalten

Es werden nur Ihr Name und Ihre Frage veröffentlicht.

Meinungen

Erfolge dieses Bildungszentrums

2020

Sämtlich Kurse sind auf dem neuesten Stand

Die Durchschnittsbewertung liegt über 3,7

Mehr als 50 Meinungen in den letzten 12 Monaten

Dieses Bildungszentrum ist seit 15 Mitglied auf Emagister

Themen

  • Server
  • XML
  • SQL
  • Basic
  • Microsoft
  • MS SQL Server
  • SQL Server
  • MSSQL Server

Inhalte

KURSZIEL
MOC 2778 - Writing Queries Using Microsoft SQL Server 2008 Transact-SQL: About this Course_x000D_

This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008. _x000D_

_x000D_

Audience Profile_x000D_

This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries. _x000D_

_x000D_

At Course Completion_x000D_

After completing this course, students will be able to:_x000D_

  • Describe the uses of and ways to execute the Transact-SQL language.
  • _x000D_

  • Use querying tool.
  • _x000D_

  • Write SELECT queries to retrieve data.
  • _x000D_

  • Group and summarize data by using Transact-SQL.
  • _x000D_

  • Join data from multiple tables.
  • _x000D_

  • Write queries that retrieve and modify data by using subqueries.
  • _x000D_

  • Modify data in tables.
  • _x000D_

  • Query text fields with full-text search.
  • _x000D_

  • Describe how to create programming objects.
  • _x000D_

  • Use various techniques when working with complex queries.


  • ZIELGRUPPE
    About this Course_x000D_

    This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008. _x000D_

    _x000D_

    Audience Profile_x000D_

    This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries. _x000D_

    _x000D_

    At Course Completion_x000D_

    After completing this course, students will be able to:_x000D_

  • Describe the uses of and ways to execute the Transact-SQL language.
  • _x000D_

  • Use querying tool.
  • _x000D_

  • Write SELECT queries to retrieve data.
  • _x000D_

  • Group and summarize data by using Transact-SQL.
  • _x000D_

  • Join data from multiple tables.
  • _x000D_

  • Write queries that retrieve and modify data by using subqueries.
  • _x000D_

  • Modify data in tables.
  • _x000D_

  • Query text fields with full-text search.
  • _x000D_

  • Describe how to create programming objects.
  • _x000D_

  • Use various techniques when working with complex queries.


  • KURSINHALT
    Course Outline_x000D_

    _x000D_

    Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008_x000D_

    The student will be introduced to how client/server architecture works, and examine the various database and business tasks that can be performed by using the components of SQL Server 2008. The student will also be introduced to SQL Server database concepts such as relational databases, normalization, and database objects. In addition, the student will learn how to use T-SQL to query databases and generate reports._x000D_

    _x000D_

    Lessons _x000D_

  • Overview of SQL Server 2008
  • _x000D_

  • Overview of SQL Server Databases
  • _x000D_

  • Overview and Syntax Elements of T-SQL
  • _x000D_

  • Working with T-SQL Scripts
  • _x000D_

  • Using T-SQL Querying Tools
  • _x000D_

  • Lab : Using SQL Server Management Studio and SQLCMD
  • _x000D_

  • Exploring the Components and Executing Queries in SQL Server Management Studio
  • _x000D_

  • Starting and Using SQLCMD
  • _x000D_

  • Generating a Report from a SQL Server Database Using Microsoft Office Excel
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Describe the architecture and components of SQL Server 2008.
  • _x000D_

  • Describe the structure of a SQL Server database.
  • _x000D_

  • Explain the basics of the SQL language.
  • _x000D_

  • Describe the syntax elements of T-SQL.
  • _x000D_

  • Explain how to manage T-SQL scripts.
  • _x000D_

  • Use T-SQL querying tools to query SQL Server 2008 databases.
  • _x000D_

    _x000D_

    Module 2: Querying and Filtering Data_x000D_

    The students will be introduced to the basic Transact-SQL (T-SQL) statements that are used for writing queries, filtering data, and formatting result sets. _x000D_

    _x000D_

    Lessons _x000D_

  • Using the SELECT Statement
  • _x000D_

  • Filtering Data
  • _x000D_

  • Working with NULL Values
  • _x000D_

  • Formatting Result Sets
  • _x000D_

  • Performance Considerations for Writing Queries
  • _x000D_

  • Lab : Querying and Filtering Data
  • _x000D_

  • Retrieving Data by Using the SELECT Statement
  • _x000D_

  • Filtering Data by Using Different Search Conditions
  • _x000D_

  • Using Functions to Work with NULL Values
  • _x000D_

  • Formatting Result Sets
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Retrieve data by using the SELECT statement.
  • _x000D_

  • Filter data by using different search conditions.
  • _x000D_

  • Explain how to work with NULL values.
  • _x000D_

  • Format result sets.
  • _x000D_

  • Describe the performance considerations that affect data retrieval.
  • _x000D_

    _x000D_

    Module 3: Grouping and Summarizing Data_x000D_

    The students will learn to group and summarize data when generating reports in Microsoft SQL Server 2008 by using aggregate functions and the COMPUTE clause. _x000D_

    _x000D_

    Lessons _x000D_

  • Summarizing Data by Using Aggregate Functions
  • _x000D_

  • Summarizing Grouped Data
  • _x000D_

  • Ranking Grouped Data
  • _x000D_

  • Creating Crosstab Queries
  • _x000D_

  • Lab : Grouping and Summarizing Data
  • _x000D_

  • Summarizing Data by Using Aggregate Functions
  • _x000D_

  • Summarizing Grouped Data
  • _x000D_

  • Ranking Grouped Data
  • _x000D_

  • Creating Crosstab Queries
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Summarize data by using aggregate functions.
  • _x000D_

  • Summarize grouped data by using the GROUP BY and COMPUTE clauses.
  • _x000D_

  • Rank grouped data.
  • _x000D_

  • Create cross-tabulation queries by using the PIVOT and UNPIVOT clauses.
  • _x000D_

    _x000D_

    Module 4: Joining Data from Multiple Tables_x000D_

    The students will learn to write joins to query multiple tables, as well as limiting and combining result sets._x000D_

    _x000D_

    Lessons _x000D_

  • Querying Multiple Tables by Using Joins
  • _x000D_

  • Applying Joins for Typical Reporting Needs
  • _x000D_

  • Combining and Limiting Result Set
  • _x000D_

  • Lab : Joining Data from Multiple Tables
  • _x000D_

  • Querying Multiple Tables by Using Joins
  • _x000D_

  • Applying Joins for Typical Reporting Needs
  • _x000D_

  • Combining and Limiting Result Sets
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Query multiple tables by using joins.
  • _x000D_

  • Apply joins for typical reporting needs.
  • _x000D_

  • Combine and limit result sets.
  • _x000D_

    _x000D_

    Module 5: Working with Subqueries_x000D_

    The students will be introduced to basic and correlated subqueries and how these compare with joins and temporary tables. The students will also be introduced to using common table expressions in queries._x000D_

    _x000D_

    Lessons _x000D_

  • Writing Basic Subqueries
  • _x000D_

  • Writing Correlated Subqueries
  • _x000D_

  • Comparing Subqueries with Joins and Temporary Tables
  • _x000D_

  • Using Common Table Expressions
  • _x000D_

  • Lab : Working with Subqueries
  • _x000D_

  • Writing Basic Subqueries
  • _x000D_

  • Writing Correlated Subqueries
  • _x000D_

  • Comparing Subqueries with Joins and Temporary Tables
  • _x000D_

  • Using Common Table Expressions
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Write basic subqueries.
  • _x000D_

  • Write correlated subqueries.
  • _x000D_

  • Compare subqueries with joins and temporary tables.
  • _x000D_

  • Use common table expressions in queries.
  • _x000D_

    _x000D_

    Module 6: Modifying Data in Tables_x000D_

    The students will be able to modify the data in tables by using the INSERT, DELETE, and UPDATE statements. In addition, students will examine how transactions work in a database, the importance of transaction isolation levels, and how to manage transactions._x000D_

    _x000D_

    Lessons _x000D_

  • Inserting Data into Tables
  • _x000D_

  • Deleting Data from Tables
  • _x000D_

  • Updating Data in Tables
  • _x000D_

  • Overview of Transactions
  • _x000D_

  • Lab : Modifying Data in Tables
  • _x000D_

  • Inserting Data into Tables
  • _x000D_

  • Deleting Data from Tables
  • _x000D_

  • Updating Data in Tables
  • _x000D_

  • Working with Transactions
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Insert data into tables.
  • _x000D_

  • Delete data from tables.
  • _x000D_

  • Update data in tables.
  • _x000D_

  • Describe transactions.
  • _x000D_

    _x000D_

    Module 7: Querying Metadata, XML, and Full-Text Indexes_x000D_

    The students will learn to query semi-structured and unstructured data. The students will also learn how SQL Server 2008 handles XML data and will query XML data. The students will also be introduced to full-text indexing in SQL Server 2008._x000D_

    _x000D_

    Lessons _x000D_

  • Querying Metadata
  • _x000D_

  • Overview of XML
  • _x000D_

  • Querying XML Data
  • _x000D_

  • Overview of Full-Text Indexes
  • _x000D_

  • Querying Full-Text Indexes
  • _x000D_

  • Lab : Querying Metadata, XML, and Full-Text Indexes
  • _x000D_

  • Querying Metadata
  • _x000D_

  • Querying XML Data
  • _x000D_

  • Creating and Querying Full-Text Indexes
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Query metadata.
  • _x000D_

  • Describe the functionality of XML.
  • _x000D_

  • Query XML data.
  • _x000D_

  • Describe the functionality of full-text indexes.
  • _x000D_

  • Query full-text indexes.
  • _x000D_

    _x000D_

    Module 8: Using Programming Objects for Data Retrieval_x000D_

    The students will be introduced to user-defined functions and executing various kinds of queries by using user-defined functions. The students will be introduced to SQL Server views that encapsulate data and present users with limited and relevant information. In addition, the students will be introduced to SQL Server stored procedures and the functionalities of the various programming objects. The students will learn how to perform distributed queries and how SQL Server works with heterogeneous data such as databases, spreadsheets, and other servers._x000D_

    _x000D_

    Lessons _x000D_

  • Overview of Views
  • _x000D_

  • Overview of User-Defined Functions
  • _x000D_

  • Overview of Stored Procedures
  • _x000D_

  • Overview of Triggers
  • _x000D_

  • Writing Distributed Queries
  • _x000D_

  • Lab : Using Programming Objects for Data Retrieval
  • _x000D_

  • Creating Views
  • _x000D_

  • Creating User-Defined Functions
  • _x000D_

  • Creating Stored Procedures
  • _x000D_

  • Writing Distributed Queries
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Encapsulate queries by using views.
  • _x000D_

  • Encapsulate expressions by using user-defined functions.
  • _x000D_

  • Explain how stored procedures encapsulate T-SQL logic.
  • _x000D_

  • Define triggers, types of triggers, create a trigger.
  • _x000D_

  • Write distributed queries.
  • _x000D_

    _x000D_

    Module 9: Using Advanced Querying Techniques_x000D_

    The students will be introduced to best practices for querying complex data. The students will also examine how to query complex table structures such as data stored in hierarchies and self-referencing tables. The students will analyze the recommended guidelines for executing queries and how to optimize query performance._x000D_

    _x000D_

    Lessons _x000D_

  • Considerations for Querying Data
  • _x000D_

  • Working with Data Types
  • _x000D_

  • Cursors and Set-Based Queries
  • _x000D_

  • Dynamic SQL
  • _x000D_

  • Maintaining Query Files
  • _x000D_

  • Lab : Using Advanced Querying Techniques
  • _x000D_

  • Using Execution Plans
  • _x000D_

  • Converting Data Types
  • _x000D_

  • Implementing a Hierarchy
  • _x000D_

  • Using Cursors and Set-Based Queries
  • _x000D_

    After completing this module, students will be able to:_x000D_

  • Explain the recommendations for querying complex data.
  • _x000D_

  • Query complex table structures.
  • _x000D_

  • Write efficient queries.
  • _x000D_

  • Use various techniques when working with complex queries.
  • _x000D_

  • Maintain query files.


  • VORRAUSSETZUNG
    Before attending this course, students must have:_x000D_

  • Knowledge of data integrity concepts.
  • _x000D_

  • Core Windows Server skills.
  • _x000D_

  • Relational database design skills.
  • _x000D_

  • Programming skills.
  • _x000D_

    _x000D_

    Special Offer:_x000D_

    Free SQL Server 2008 Software Offer_x000D_

    Enroll now and attend any one of eight featured SQL Server 2008 training classes before June 30, 2009, and you will receive (while supplies last) a fully licensed copy of SQL Server 2008 Standard Edition with one client access license (CAL)_x000D_

    _x000D_

    MOC 2778 - Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

    Preis auf Anfrage