Thursday, July 29, 2010
 
You are here ::TrainingWriting SQL Server 2008 Queries
  
SQL Operations Home

24 x 7 - SQL Server Support Services

 

Training Offerings
Enterprise Business Intelligence Platform Services
Let us migrate your data from various sources
Let us help you with your application development needs
We can help you with any IT maintenance requirements
Application Testing Service
Contact SQL Operations Team
 

 

  

Writing Transact SQL Queries Using Microsoft SQL Server 2008

Weekday's,  Weeknight's, Weekend's • Instructor-led & Virtual Training -

http://sqloperations.com

As more and more companies are adopting SQL Server in their enterprise, there’s huge demand for certified professionals in the industry. To help you prepare for your career, SQLOperations.com has prepared a unique and focused curriculum to help you achieve Microsoft Certified Professional title. This is a two weeks instructor-led course that provides you with the knowledge and skills required to Write effective Transact-SQL Queries using SQL Server 2008. As a result, earning a certification not only helps you stay up-to-speed on the latest Microsoft technologies and platforms, but showcases your skills and value on the job. This training prepares students for 70-432 & 70-433 MCTS certification in SQL Server 2008.  

Who is this training for? 

This training is designed especially for SQL Server Developers, DBA’s, Support staff and IT Professionals that work with T-SQL language using SQL Server. This is also a highly rated training class for beginners and intermediate level developers that provides students with the technical skills required to write T-SQL queries using Microsoft SQL Server 2008.

 

Training Schedule - Bellevue, WA

Start Date

Duration

Timings

Seats

Price

Registration

Dec 14th 2009 (Monday)

2 Weeks

Weeknights from 6-9 PM

5

$1199.00

Click Here to Register for Instructor-Led Training for this Course

Jan 4th 2009 (Monday)

2 Weeks

Weeknights from 6-9 pm

8

$1199.00

Click Here to Register for Instructor-Led Training for this Course

Jan 9th 2009 (Saturday)

5 Saturdays

10-5 pm

15

$1199.00

Click Here to Register for Instructor-Led Training for this Course

Jan 16th 2009 (Saturday)

5 Saturdays

10-5 pm

15

$1199.00

Click Here to Register for Instructor-Led Training for this Course

Pricing & Competitive Advantage

 

Course Highlights: (Transact-SQL Language)

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

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.

 

Lessons

1.           Overview of SQL Server 2008

2.           Overview of SQL Server Databases

3.           Overview and Syntax Elements of T-SQL

4.           Working with T-SQL Scripts

5.           Using T-SQL Querying Tools

 

Lab : Using SQL Server Management Studio and SQLCMD

1.           Exploring the Components and Executing Queries in SQL Server Management Studio

2.           Starting and Using SQLCMD

3.           Generating a Report from a SQL Server Database Using Microsoft Office Excel

 

Module 2: Querying and Filtering Data

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.

 

Lessons

1.           Using the SELECT Statement

2.           Filtering Data

3.           Working with NULL Values

4.           Formatting Result Sets

5.           Performance Considerations for Writing Queries

 

Lab : Querying and Filtering Data

1.           Retrieving Data by Using the SELECT Statement

2.           Filtering Data by Using Different Search Conditions

3.           Using Functions to Work with NULL Values

4.           Formatting Result Sets

 

Module 3: Grouping and Summarizing Data

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.

Lessons

1.           Summarizing Data by Using Aggregate Functions

2.           Summarizing Grouped Data

3.           Ranking Grouped Data

4.           Creating Crosstab Queries

 

Lab : Grouping and Summarizing Data

1.           Summarizing Data by Using Aggregate Functions

2.           Summarizing Grouped Data

3.           Ranking Grouped Data

4.           Creating Crosstab Queries

 

Module 4: Joining Data from Multiple Tables

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

 

Lessons

1.           Querying Multiple Tables by Using Joins

2.           Applying Joins for Typical Reporting Needs

3.           Combining and Limiting Result Set

 

Lab : Joining Data from Multiple Tables

1.           Querying Multiple Tables by Using Joins

2.           Applying Joins for Typical Reporting Needs

3.           Combining and Limiting Result Sets

 

Module 5: Working with Subqueries

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.

 

Lessons

1.           Writing Basic Subqueries

2.           Writing Correlated Subqueries

3.           Comparing Subqueries with Joins and Temporary Tables

4.           Using Common Table Expressions

 

Lab : Working with Subqueries

1.           Writing Basic Subqueries

2.           Writing Correlated Subqueries

3.           Comparing Subqueries with Joins and Temporary Tables

4.           Using Common Table Expressions

 

Module 6: Modifying Data in Tables

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.

 

Lessons

1.           Inserting Data into Tables

2.           Deleting Data from Tables

3.           Updating Data in Tables

4.           Overview of Transactions

 

Lab : Modifying Data in Tables

1.           Inserting Data into Tables

2.           Deleting Data from Tables

3.           Updating Data in Tables

4.           Working with Transactions

 

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

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.

 

Lessons

1.           Querying Metadata

2.           Overview of XML

3.           Querying XML Data

4.           Overview of Full-Text Indexes

5.           Querying Full-Text Indexes

 

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

1.           Querying Metadata

2.           Querying XML Data

3.           Creating and Querying Full-Text Indexes

 

Module 8: Using Programming Objects for Data Retrieval

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.

 

Lessons

1.           Overview of Views

2.           Overview of User-Defined Functions

3.           Overview of Stored Procedures

4.           Overview of Triggers

5.           Writing Distributed Queries

 

Lab : Using Programming Objects for Data Retrieval

1.           Creating Views

2.           Creating User-Defined Functions

3.           Creating Stored Procedures

4.           Writing Distributed Queries

 

Module 9: Using Advanced Querying Techniques

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.

 

Lessons

1.           Considerations for Querying Data

2.           Working with Data Types

3.           Cursors and Set-Based Queries

4.           Dynamic SQL

5.           Maintaining Query Files

 

Lab : Using Advanced Querying Techniques

1.           Using Execution Plans

2.           Converting Data Types

3.           Implementing a Hierarchy

4.       Using Cursors and Set-Based Queries

 

Pricing & Competitive Advantage

 

 

Pricing and Competitive Advantage
  

Competitive Advantage & Pricing (Lowest Price Guranteed)

Below table contains the price and feature differences compared with other trainng institutes. 

 

We are exclusively certified by Microsoft Corporation 

Course Title: Developing Web Application Using Microsoft® Visual Studio® 2008

 

Institute

Price

Duration

Course Material

Discount Voucher

Placement Assistance

Real-Life Project

Special

Attention

Job Reference

SQL Operations

$1,199

5 days

ü

ü

ü

ü

ü

 ü

NetDesk

$2,745

5 days

ü

X

X

X

X

X

ExecuTrain

$2,625

5 days

ü

-

X

X

X

X

New Horizons

$2,495

5 days

ü

-

X

X

X

X

SQLSOFT

$2,475

5 days

ü

ü

X

X

X

X

TLG Learning

$2,325

5 days

ü

-

X

X

X

X

 

Our Competitive Pricing for other Courses

 

Training Schedule Available for Weekday’s, Evenings, & Weekends (Click on the below courses for details)

 

 

Call us for Corporate/Group Pricing

Key Differentiator: (Why should you chose SQL Operations)

  • Real-Life Project: At the completion of the course, you will be assigned a real-life project which will help you apply your learning’s towards the real-life project.
  • Placement Assistance: We provide placement assistance with Reference in 80 countries
  • Duration: We believe in investing quality and meaningful time in the delivery of the course for our students
  • Every student will receive special attention from the instructor
  • We are the only one exclusively selected and certified by the Microsoft SQL Server Community Worldwide

 


Developing Web Applications | Programming with C# | Maintaining a SQL Server 2008 Database | Writing SQL Server 2008 Queries | Upgrading to SQL Server 2008 | Analysis Services 2008 | Integration Services 2008 | Reporting Services 2008 | WCF - Windows Communication Foundation
img
img Privacy Statement | Terms Of Use
 
Copyright 2009 by SQL OPERATIONS img