Inscrição Online
Fale Conosco
Redes Sociais, Trainning Facebook Twitter O canal da Trainning no Youtube Blog da Trainning Forum de Ti - Trainning
Inicio | Inscrição | Calendário | Contato

Curso, Treinamento, Certificaçã, Cursos, exames, apostilas, tutorial, downloads, quero fazer, cursar, endereço, gratuito. Aluguel de salas de aula, aluguel de sala, locação de sala, aluguel de auditórios, locações, salas. Treinamentos em todo Brasil - São Paulo - SP, Rio de Janeiro - RJ, Belo Horizonte - BH, Curitiba, Campinas, Brasilia - DF,Manaus, Cuiabá, vitória,Recife, Porto Alegre, Salvador - BA, Fortaleza - CE, Goiânia - SP, Natal - RN, Centro de São Paulo, Grande ABC, mais barato.

VOLTAR PARA TODOS OS CURSOS

6232 - Implementing a Microsoft SQL Server 2008 Database

 

curso de windows, curso windows 7, curso windows xp, curso windows server, windows server, curso windows 2003, windows server 2003, curso de informatica, windows server 2008, curso windows seven, curso de microsoft, curso da microsoft, curso microsoft office, cursos microsoft, certificação microsoft, curso certificação microsoft, curso excel, curso excel microsoft, curso gratuito microsoft, curso informatica microsoft, curso microsoft online, curso microsoft word, curso project, curso word, microsoft excel, microsoft word, certificado microsoft, curso de excel, curso de word, curso microsoft access, curso microsoft project, curso na microsoft, curso sql, microsoft access, microsoft project, curso .net, curso c#, curso de access, curso de project, curso de redes, curso de sql, curso oficial microsoft, curso pela microsoft, curso sql server, cursos da microsoft, microsoft visio.

 
   Treinamento
6232 - Implementing a Microsoft SQL Server 2008 Database
  Carga Horária
5 dias
   
  Objetivos

This five-day instructor-led course provides students with the knowledge and skills to implement a Microsoft SQL Server 2008 database. The course focuses on teaching individuals how to use SQL Server 2008 product features and tools related to implementing a database.

After completing this course, students will be able to:

  • Create databases and database files.
  • Create data types and tables.
  • Use XML-related features in Microsoft SQL Server 2008.
  • Plan, create, and optimize indexes.
  • Implement data integrity in Microsoft SQL Server 2008 databases by using constraints.
  • Implement data integrity in Microsoft SQL Server 2008 databases by using triggers.
  • Implement views.
  • Implement stored procedures.
  • Implement functions.
  • Implement managed code in the database.
  • Manage transactions and locks.
  • Use Service Broker to build a messaging-based solution.
  
  Pré-requisito:

Before attending this course, students must have:

  • Working knowledge of Transact-SQL.
  • Working knowledge of Relational databases.
  • Core Windows Server skills.
  • Database design skills.
  • SQL Server skills - ability to write Transact-SQL queries or completed Course 2778: Writing Queries Using Microsoft SQL Server 2008 Transact-SQL.
  
  Público Alvo
This course is intended for IT Professionals who administer and maintain SQL Server databases.
  
   Conteúdo Programático

1 - Creating Databases and Database Files 
The students will learn one of the most fundamental tasks that a database developer must perform, the creation of a database and its major components, such as creating databases, setting database options, creating filegroups, schemas, and database snapshots. Lessons

  • Creating Databases
  • Creating Filegroups
  • Creating Schemas
  • Creating Database Snapshots
Lab : Creating Databases and Database Files
  • Creating a Database
  • Creating Schemas
  • Creating a Database Snapshot
After completing this course, students will be able to:
  • Create databases
  • Create filegroups
  • Create schemas
  • Create database snapshots
2 - Creating Data Types and Tables 
The students will learn about the system-supplied data types in SQL Server 2008. They will learn how to define custom Transact-SQL data types and how to create tables and how to use partitioned tables to organize data into multiple partitions. Lessons
  • Creating Data Types
  • Creating Tables
  • Creating Partitioned Tables
Lab : Creating Data Types and Tables
  • Creating Data Types
  • Using New Date and Time Data Types
  • Creating Tables
  • Creating Partitioned Tables
After completing this course, students will be able to:
  • Create new data types.
  • Create new tables.
  • Create partitioned tables.
3 - Creating and Tuning Indexes The students will learn how to plan, create, and optimize indexes to attain optimal performance benefits. Lessons
  • Planning Indexes
  • Creating Indexes
  • Optimizing Indexes
Lab : Creating and Tuning Indexes
  • Creating Indexes
  • Optimizing Indexes
After completing this course, students will be able to:
  • Plan indexes.
  • Create indexes.
  • Optimize indexes.
4 - Implementing Data Integrity by Using Constraints and Triggers 
The students will learn about implementing data integrity in SQL Server 2008 by using constraints. They will also implement data integrity by using triggers. Lessons
  • Data Integrity Overview
  • Implementing Constraints
  • Implementing Triggers
Lab : Implementing Data Integrity by Using Constraints and Triggers
  • Creating Constraints
  • Disabling Constraints
  • Creating Triggers
After completing this course, students will be able to:
  • Describe the options for enforcing data integrity in SQL Server 2008.
  • Implement data integrity in SQL Server 2008 databases by using constraints.
  • Implement data integrity in SQL Server 2008 databases by using triggers.
5 - Using XML 
The students will learn how to work with XML, including use of the FOR XML clause, the OPENXML function, XQuery expressions, and the xml native data type. They will learn the considerations to be taken into account when creating XML indexes and the syntax used to create the XML indexes. They will also learn what XML schemas and XML schema collections are as well as how to use them to implement typed XML data. Lessons
  • Using the XML Data Type
  • Retrieving XML by Using FOR XML
  • Shredding XML by Using OPENXML
  • Introducing XQuery
  • Creating XML Indexes
  • Implementing XML Schemas
Lab : Using XML
  • Mapping Relational Data and XML
  • Storing XML Natively in the Database
  • Using XQuery with XML Methods
  • Creating XML Indexes
After completing this course, students will be able to:
  • Use the xml data type.
  • Retrieve XML by using the FOR XML clause.
  • Shred XML by using the OPENXML function.
  • Use XQuery expressions.
  • Create XML indexes.
  • Implement data integrity in SQL Server 2008 databases by using XML schemas.
6 - Implementing Views 
The students will be introduced to the different types of views available in Microsoft SQL Server 2008 which provide a convenient way to access data through a predefined query. Lessons
  • Introduction to Views
  • Creating and Managing Views
  • Optimizing Performance by Using Views
Lab : Implementing Views
  • Creating Views
  • Creating Indexed Views
  • Creating Partitioned Views
After completing this course, students will be able to:
  • Describe the purpose of views.
  • Create and manage views.
  • Explain how to optimize query performance by using views.
7 - Implementing Stored Procedures 
The students will learn the design and implementation of stored procedures to enforce business rules or data consistency, or to modify and maintain existing stored procedures written by other developers. Lessons
  • Using Stored Procedures
  • Creating Parameterized Stored Procedures
  • Working With Execution Plans
  • Handling Exceptions
Lab : Implementing Stored Procedures
  • Creating Stored Procedures
  • Working with Execution Plans
After completing this course, students will be able to:
  • Implement stored procedures.
  • Create parameterized stored procedures.
  • Work with execution plans.
  • Handle errors in stored procedures.
8 - Implementing Functions 
The students will learn the design and implementation of user-defined functions that enforce business rules or data consistency, or to modify and maintain existing functions written by other developers. Lessons
  • Introducing Functions
  • Working with Functions
  • Controlling Execution Context
Lab : Implementing Functions
  • Creating Functions
  • Controlling Execution Context
After completing this course, students will be able to:
  • Create and use functions.
  • Work with functions.
  • Control execution context.
9 - Implementing Managed Code in the Database 
The students will learn to use managed code to implement database objects, such as stored procedures, user-defined data types, user-defined functions, and triggers. Lessons
  • Introduction to the SQL Server Co mmon Language Runtime
  • Importing an d Configuring Assemblies
  • Creating Managed Database Objects
Lab : Implementing Managed Code in the Database
  • Importing an Assembly
  • Creating Managed Database Objects
After completing this course, students will be able to:
  • Identify appropriate scenarios for managed code in the database.
  • Import and configure assemblies.
  • Create managed database objects.
10 - Managing Transactions and Locks 
The students will learn to use transactions and SQL Server locking mechanisms to meet the performance and data integrity requirements of their applications. Lessons
  • Overview of Transactions and Locks
  • Managing Transactions
  • Understanding SQL Server Locking Architecture
  • Managing Locks
Lab : Managing Transactions and Locks
  • Using Transactions
  • Managing Locks
After completing this course, students will be able to:
  • Describe how SQL Server 2008 transactions use locks.
  • Execute and cancel a transaction.
  • Describe concurrency issues and SQL Server 2008 locking mechanisms.
  • Manage locks.
11 - Using Service Broker 
The students will learn to use Service Broker to create secure, reliable, and scalable applications. Lessons
  • Service Broker Overview
  • Creating Service Broker Objects
  • Sending and Receiving Messages
Lab : Using Service Broker
  • Creating Service Broker Objects
  • Implementing the Initiating Service
  • Implementing the Target Service
After completing this course, students will be able to:
  • Describe Service Broker functionality and architecture.
  • Create Service Broker objects.
  • Send and receive Service Broker messages.
  
FORMAS DE PAGAMENTO
VALOR
CONSULTE-NOS
 
   
   Outras Formações
CURSO AÇÃO
AGP - Cursos ITIL V3 + COBIT + PMI Preparatório PMP 4 Edição GRÁTIS EXAME ITIL Foundations ou Exame Cobit Foundations DETALHES INSCREVA-SE
ANT - Analista de Negócios de TI - Modelagem e Processos DETALHES INSCREVA-SE
ANP - Analista de Negócios e Processos de TI - ANT Analista de Negócios + Analista de Processos com BPMN DETALHES INSCREVA-SE
COMBO Curso ITIL + COBIT + 1 EXAME por R$ 1.390,00 DETALHES INSCREVA-SE
Curso ITIL V3 FOUNDATIONS DETALHES INSCREVA-SE
Curso ITIL V3 Foundations + EXAME ITIL V3 DETALHES INSCREVA-SE
Curso COBIT 4.1 FOUNDATIONS DETALHES INSCREVA-SE
Curso COBIT 4.1 FOUND + EXAME DETALHES INSCREVA-SE
Treinamento Curso PMP Exam Prep 4º Edição PMBOK PMI (Grátis PMP Foundations) DETALHES INSCREVA-SE
Desenvolvedor de Aplicativos (Apps) para iPhone e iPad iOS5 Apple Developer Program SDK DETALHES INSCREVA-SE
 
Receba Informações sobre esse curso
NOME *
E-MAIL *
TELEFONE
NOME DO CURSO
Desejo receber informações sobre outros cursos
 
 
VOLTAR PARA TODOS OS CURSOS
 
  Formas de Pagamento  
 
NOME: Unisys do Brasil
DATA: 05/05/2021
DEPOIMENTO: Realizamos a formação completa para Certificação PMP do PMI na Trainning Education. 24 Profissionais capacitados.
 
NOME: Allianz Seguros
DATA: 01/05/2012
DEPOIMENTO: Allianz Seguros capacita 30 Profissionais na Formação Mainframe Cobol, Db2, Cics da Trainning Education.
 
NOME: Infraero
DATA: 24/11
DEPOIMENTO: Trainning realiza curso em ITIL V3 Capability Operational Support and Analysis e Auditor Líder ISO/IEC 20.000 para INFRAERO e recebe nota máxima na avaliação interna de qualidade de serviço. Infraero Empresa Brasileira de Infra-estrutura Aeroportuária
 
NOME: Vanessa Leandro Magela
DATA: 10/08/2011
DEPOIMENTO: Gostaria de comunicar que realizei o exame PMP hoje, e finalmente passei. Agradeço ao apoio da Trainning neste processo. Atte Vanessa Leandro Magela PMI ID 8830000000440986
 
NOME: Banco da Amazônia BASA
DATA: 02/08/2011
DEPOIMENTO: Banco da Amazônia realiza curso de Gestão de Riscos, BPMN, Preparatório para o PMI para equipe de TI com a Trainning.
 
 
VER TODOS
 
© Copyright 2012 | Trainning Education Services ® | Todos os direitos reservados