desplegar Mi lista: 0 cursos
Home Cursos Computación y telecomunicaciones Cursos Administración de bases de datos Cursos SQL Server Curso 6232 Implementing a Microsoft SQL Server 2008 Database en Chihuahua
New Horizons Chihuahua

6232 Implementing a Microsoft SQL Server 2008 Database en Chihuahua


New Horizons Chihuahua (México)

Curso - Presencial

Lugar

Chihuahua (Chihuahua)

Duración

35 Horas

Inicio

07/12/2009

Requisitos

Before attending this course, students must have: •Basic knowledge of the Microsoft Windows operatin... ver másg system and its core functionality. •Working knowledge of Transact-SQL. •Working knowledge of relational databases. •Some experience with database design.

$8,000 más IVA

Valoración  ¿qué es esto?
cerrar

emagister valora los cursos midiendo:

  • Las opiniones de los exalumnos verificados.
  • La nota media de todos los cursos del centro.
  • La descripción y los detalles del curso.
  • La rapidez en la respuesta del centro a los usuarios.
  • El número de inscritos a través de emagister.
Valoración 6232 Implementing a Microsoft SQL Server 2008 Database en Chihuahua New Horizons Chihuahua
  • opiniones de los exalumnos (0)
    opiniones 6232 Implementing a Microsoft SQL Server 2008 Database en Chihuahua New Horizons Chihuahua
  • calificación del centro
    valoración New Horizons Chihuahua
  • descripción del curso
    descripción Curso 6232 Implementing a Microsoft SQL Server 2008 Database en Chihuahua New Horizons Chihuahua

opinar

Más cursos Tipo de Curso

Temática
Lugar
 

Más información

Contacta directamente y sin compromiso con
New Horizons Chihuahua
Debes de rellenar correctamente todos los datos de este formulario para que podamos enviarlo al centro educativo.
Hemos marcado en rojo aquellos datos incompletos y/o erróneos.
* Datos obligatorios
Al presionar 'Enviar solicitud / Ver Teléfono' te estás dando de alta y aceptando las reglas de uso de emagister.com.mx , y política de protección de datos y privacidad de Emagister.
Deseo recibir el boletín personalizado de cursos (duración máx. 15 días)

¿quedan plazas?
¿cómo inscribirse?
¿más detalles?

El responsable del curso recibe de forma instantánea esta solicitud.

Respuesta:
:| :) ;)
Normal Rápida Muy rápida
 

Detalles de 6232 Implementing a Microsoft SQL Server 2008 Database en Chihuahua

Tipo Curso Duración 35 Horas
Método / lugar contactar con el responsable Presencial en Chihuahua dónde
Dirigido a This course is intended for IT Professionals who administer and maintain SQL Server databases.
Para qué te prepara 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.
Requisitos
Before attending this course, students must have: •Basic knowledge of the Microsoft Windows operating system and its core functionality. •Working knowledge of Transact-SQL. •Working knowledge of relational databases. •Some experience with database design.
Precio $8,000 más IVA

infórmate directamente de cómo matricularte, plazas disponibles ...

Cursos de SQL Server (de otros centros)

 
Atención garantizada
 
SQL Server 2008 - In Company  3
Asesoria Y Capacitacion Empresarial en Computacion
In Company - $3,000
 
Microsoft SQL Server 2005 - Online  3
Grupo Cetec
Online - $2,784
Atención garantizada
 
SQL - A Distancia  3
It Master
A Distancia - Precio: A Consultar
 
Microsoft SQL - A medida  3
Computec Centro de Diseño Y Entrenamiento
A medida - Precio: A Consultar
« compara los cursos seleccionados

Temario 6232 Implementing a Microsoft SQL Server 2008 Database en Chihuahua

6232 Implementing a Microsoft SQL Server 2008 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 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. Course OutlineModule 1: Creating Databases and Database FilesThe 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 DatabasesCreating FilegroupsCreating SchemasCreating Database SnapshotsLab : Creating Databases and Database Files(Level 200) Creating a Database(Level 200) Creating Schemas(Level 300) Creating a Database SnapshotAfter completing this module, students will be able to:Create databasesCreate filegroupsCreate schemasCreate database snapshotsModule 2: Creating Data Types and TablesThe 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 TypesCreating TablesCreating Partitioned TablesLab : Creating Data Types and Tables(Level 200): Creating Data Types(Level 200): Using New Date and Time Data Types(Level 200): Creating Tables(Level 300) Creating Partitioned TablesAfter completing this module, students will be able to:Create new data types.Create new tables.Create partitioned tables.Module 3: Creating and Tuning IndexesThe students will learn how to plan, create, and optimize indexes to attain optimal performance benefits.Lessons Planning IndexesCreating IndexesOptimizing IndexesLab : Creating and Tuning Indexes(Level 200) Creating Indexes(Level 300) Tuning IndexesAfter completing this module, students will be able to:Plan indexes.Create indexes.Optimize indexes.Module 4: Implementing Data Integrity by Using Constraints and TriggersThe 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 OverviewImplementing ConstraintsImplementing TriggersLab : Implementing Data Integrity by Using Constraints and Triggers(Level 200) Creating Constraints(Level 200) Disabling Constraints(Level 300) Creating TriggersAfter completing this module, 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.Module 5: Using XMLThe 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 TypeRetrieving XML by Using FOR XMLShredding XML by Using OPENXMLIntroducing XQueryCreating XML IndexesImplementing XML SchemasLab : Using XML(Level 200) Mapping Relational Data and XML(Level 200) Storing XML Natively in the Database(Level 300) Using XQuery with XML Methods(Level 200) Create XML Indexes(Level 300) Implementing XML SchemasAfter completing this module, 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.Module 6: Implementing ViewsThe 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 ViewsCreating and Managing ViewsOptimizing Performance by Using ViewsLab : Implementing Views(Level 200) Creating Views(Level 200) Creating Indexed Views(Level 200) Creating Partitioned ViewsAfter completing this module, students will be able to:Describe the purpose of views.Create and manage views.Explain how to optimize query performance by using views.Module 7: Implementing Stored ProceduresThe 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 Implementing Stored ProceduresCreating Parameterized Stored ProceduresWorking With Execution PlansHandling ErrorsLab : Implementing Stored Procedures(Level 300) Creating Stored Procedures(Level 300) Working with Execution PlansAfter completing this module, students will be able to:Implement stored procedures.Create parameterized stored procedures.Work with execution plans.Handle errors in stored procedures.Module 8: Implementing FunctionsThe 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 Creating and Using FunctionsWorking with FunctionsControlling Execution ContextLab : Implementing Functions(Level 300) Creating Functions(Level 300) Controlling Execution ContextAfter completing this module, students will be able to:Create and use functions.Work with functions.Control execution context.Module 9: Implementing Managed Code in the DatabaseThe 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 Common Language RuntimeImporting and Configuring AssembliesCreating Managed Database ObjectsLab : Implementing Managed Code in the Database(Level 300) Importing an Assembly(Level 300) Creating Managed Database ObjectsAfter completing this module, students will be able to:Identify appropriate scenarios for managed code in the database.Import and configure assemblies.Create managed database objects.Module 10: Managing Transactions and LocksThe 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 LocksManaging TransactionsUnderstanding SQL Server Locking ArchitectureManaging LocksLab : Managing Transactions and Locks(Level 300) Using Transactions(Level 300) Managing Locks(Level 300) Using Partition LockingAfter completing this module, 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.Module 11: Using Service BrokerThe students will learn to use Service Broker to create secure, reliable, and scalable applications.Lessons Service Broker OverviewCreating Service Broker ObjectsSending and Receiving MessagesLab : Using Service Broker(Level 300) Creating Service Broker Objects(Level 300) Implementing the Initiating Service(Level 300) Implementing the Target ServiceAfter completing this module, students will be able to:Describe Service Broker functionality and architecture.Create Service Broker objects.Send and receive Service Broker messages. Before attending this course, students must have:Basic knowledge of the Microsoft Windows operating system and its core functionality.Working knowledge of Transact-SQL.Working knowledge of relational databases.Some experience with database design. Have Questions? For advice about training and certification, connect with peers: Visit the training and certification forumFor questions about a specific certification, chat with a Microsoft Certified Professional (MCP): Visit our MCP newsgroupsTo find out about recommended blogs, Web sites, and upcoming Live Meetings on popular topics, visit our community site: Visit the Microsoft Learning community
ver todo el temario

consulta

más detalles del temario directamente a New Horizons Chihuahua.

Pedir información gratuitamente

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Instalaciones y fechas



Dónde Chihuahua, Trasvina Y Retes 2901 ver mapa
Cuándo Inicio: 07/12/2009 Fin: 11/12/2009 ver calendario
 

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Valoración y opiniones de los exalumnos

 
Valoración de emagister Valoración 6232 Implementing a Microsoft SQL Server 2008 Database New Horizons Chihuahua
  • opiniones de los exalumnos (0) comentarios 6232 Implementing a Microsoft SQL Server 2008 Database New Horizons Chihuahua
  • calificación del centro opinión New Horizons Chihuahua
  • descripción del curso descripción Curso 6232 Implementing a Microsoft SQL Server 2008 Database New Horizons Chihuahua
Valoración de exalumnos (0 opiniones)
  • profesores
     
  • temario
     
  • instalaciones
     
  • atención al usuario
     
  • material didáctico
     

emagister valora los cursos midiendo:

  • Las opiniones de los exalumnos verificados.
  • La nota media de todos los cursos del centro.
  • La descripción y los detalles del curso.
  • La rapidez en la respuesta del centro a los usuarios.
  • El número de inscritos a través de emagister.

¿Has hecho este curso?

 

Sobre New Horizons Chihuahua

Descripción del centro
New Horizons México es Su mejor opción en capacitación. Siendo la empresa lider en capacitación a nivel mundial por más de 22 años y con 15 años de experiencia en México. New Horizons le garantiza que el aprendizaje será de la manera más natural, es decir, nuestros cursos se basan en la práctica de casos que se presentan en la vida cotidiana de cualquier empresa.

Todos los cursos

de New Horizons Chihuahua en emagister.

Ver lista de cursos

infórmate directamente de cómo matricularte, plazas disponibles ...

 

Páginas internacionales: España  |  Italia  |  Francia  |  México  |  Alemania  |  Reino Unido  |  Argentina |  Chile |  Colombia |  USA    Y próximamente: India

Palabras relacionadas con los cursos que estás viendo: cursos administracion curso de administracion empresas curso de administracion proyectos curso de administracion financiera curso de administracion empresa curso administracion tiempo cursos administracion personal cursos administracion finanzas cursos administracion industrial cursos administracion educativa

emagister cumple la Ley Orgánica 15/1999 de 13 de diciembre, de Protección de datos de Carácter Personal, y posee el código de inscripción nº 2002010053 del Registro General de la Agencia de Protección de Datos. Copyright © 1999/2000 - Grupo Intercom - Todos los derechos