Basics of Transact SQL with SQL Server 2008 R2
 
Зарегестрируйтесь и получите скидку!
Microsoft -> Microsoft SQL Server 2016 | 2014 | 2012 | 2008

Курс: 50439
Basics of Transact SQL with SQL Server 2008 R2

Вендор: Microsoft

Направление:

Продолжительность:
3 дн. | 24 а. ч.

Форма обучения:
открытая

Цена:  23600 руб.

Цель курса:

This instructor-led course provides students with the necessary knowledge to work with the data in SQL Server 2008R2. They will learn how to use the built in tools included with SQL Serverto construct queries, do tuning,analyze a query and it’s performance along with how to modify existing data, perform joins, create indexes and work with XML.The new features are discussed and their impact is explained. See At Course Completion.

После окончания курса Вы будете уметь:

After completing this course, students will be able to:

  • Use SQL Server Management Studio (SSMS)
  • Use SSMS to generate efficient queries
  • Use the Object Browser in SSMS to locate objects and view their dependencies so you know the potential effect of a change.
  • Use the Template manager in SSMS to quickly import correctly formatted code that was prewritten by the SQL community
  • Customize the SSMS environment to match the users individual needs
  • Run a trace in SQL Profiler to analyze performance of operations
  • Use the debugger with a query to troubleshoot it
  • Work with SQL Server Integration Services to do a basic package for import/export, how to save it and automatically execute it.
  • Use the Database Tuning Advisor for faster queries
  • Read an SSMS Execution Plan and understand it and learn why you need to understand it.
  • Explain and perform single table queries and the proper method to develop them
  • Perform various joins between tables to reunite data stored separately such as an order and its details, or a salesperson and their sales and the product in the sale.
  • Understand indexing and its impact on speed of retrieval of data and when to not use it.
  • Write code within the context of a transaction to prevent data corruption
  • Utilize Try-Catch error handling and learn why to use it
  • Use Stored Procedures to access data and understand the improved security of using them and how easy they are to create via the community templates in SSMS.
  • Explain the new language features and how they improve the data environment and reporting
  • Write a sub-query as an advanced technique
  • Use common table expressions in a query

·  Work with the XML datatype and the new methods especially for XML.

Предварительная подготовка:

·  A working knowledge of databases but not necessarily Microsoft SQL.