viernes, septiembre 29, 2023

Kit de entrenamiento para desarrolladores en SQL Server 2012

El Kit de entrenamiento del desarrollador SQL Server 2012 es una colección de contenido que puede ser  utilizado por un desarrollador o analista de bases de datos. El SQL Server 2012 Developer Training Kit incluye contenido técnico diseñado para ayudarle a aprender cómo desarrollar en base de datos y soluciones de BI.

Descarga e instala el Kit de formación de desarrollo SQL Server 2012 para obtener su propia copia del kit de entrenamiento.

Este kit es un gran recurso para los desarrolladores, consultores, analistas que necesitan comprender las principales mejoras introducidas en SQL Server 2012 desde el punto de vista del desarrollador. Cuenta con prácticas, ejercicios, presentaciones, ejemplos paso a paso de problemas reales que nos pueden ayudar para el aprendizaje del lenguaje y servidor, videos y transcripciones de todos los videos con el contenido completo.

Que podemos encontrar en el Kit:

Presentaciones

  • Introduction to SQL Server 2012
  • Introducing High Availability and Disaster Recovery with SQL Server 2012 AlwaysOn
  • SQL Server 2012 AlwaysOn Availability Group Connectivity
  • Introducing SQL Server 2012 AlwaysOn Readable Secondary Replicas
  • Introducing SQL Server 2012 AlwaysOn Failover Clustering
  • Introducing SQL Server 2012 Transact-SQL Improvements
  • Introducing SQL Server 2012 Spatial Improvements
  • Storing and Querying Documents with SQL Server 2012
  • Introducing SQL Server 2012 Express Local Database Runtime
  • [Business Intelligence]
    • Introducing SQL Server 2012 Integration Services Improvements
    • Introducing SQL Server 2012 Master Data Services Improvements
    • Introducing SQL Server 2012 Data Quality Services

Demos

  • A First Look at SQL Server 2012
  • Configuring SQL Server 2012 AlwaysOn Availability Groups
  • Configuring a SQL Server 2012 AlwaysOn Availability Group Listener
  • Maximizing Hardware Utilization with SQL Server 2012 AlwaysOn Readable Secondaries
  • Configuring SQL Server 2012 AlwaysOn Failover Clustering
  • Simplified Result Set Paging with SQL Server 2012
  • Implementing a ‘Nearest Neighbor’ Spatial Query with SQL Server 2012
  • Accessing Documents With SQL Server 2012 FileTable
  • Using SQL Server 2012 Express Local Database Runtime as an Embedded Database
  • [Business Intelligence]
    • Developing and Monitoring a SQL Server 2012 Integration Services Solution
    • Managing Data with SQL Server 2012 Master Data Services
    • De-duplicating Data with SQL Server 2012 Data Quality Services

Hands-on Labs (Práticas)

  • How to build your first Web Application with SQL Server and ASP.NET
  • Working With SQL Server 2012 AlwaysOn Availability Groups
  • Exploring Transact-SQL Improvements in SQL Server 2012
  • Managing Rich Unstructured Data in SQL Server 2012
  • [Business Intelligence]
    • Exploring SQL Server 2012 Integration Services
    • Exploring SQL Server 2012 Master Data Services
    • Exploring SQL Server 2012 Data Quality Services

Videos

  • Introduction to SQL Server 2012
  • Demo: A First Look at SQL Server 2012 (Part 1: Improving Availability and TCO using AlwaysOn)
  • Demo: A First Look at SQL Server 2012 (Part 2: Improved Data Accuracy with Data Quality Services)
  • Demo: A First Look at SQL Server 2012 (Part 3: Optimized Productivity with SQL Server Data Tools)
  • Demo: A First Look at SQL Server 2012 (Part 4: Delivering Hybrid IT with Data Sync)
  • Presentation: Introducing High Availability and Disaster Recovery with SQL Server 2012 AlwaysOn
  • Demo: Configuring SQL Server 2012 AlwaysOn Availability Groups (part 1 of 2)
  • Demo: Configuring SQL Server 2012 AlwaysOn Availability Groups (part 2 of 2)
  • Presentation: SQL Server 2012 AlwaysOn Availability Group Connectivity
  • Demo: Configuring a SQL Server 2012 AlwaysOn Availability Group Listener
  • Presentation: Introducing SQL Server 2012 AlwaysOn Readable Secondary Replicas
  • Demo: Maximizing Hardware Utilization with SQL Server 2012 AlwaysOn Active Secondary Replicas
  • Presentation: Introducing SQL Server 2012 AlwaysOn Failover Clustering
  • Demo: Configuring SQL Server 2012 AlwaysOn Failover Clustering
  • Presentation: Introducing SQL Server 2012 Transact-SQL Improvements
  • Demo: Simplified Result Set Paging with SQL Server 2012
  • Presentation: Introducing SQL Server 2012 Spatial Improvements
  • Demo: Implementing a ‘Nearest Neighbor’ Spatial Query with SQL Server 2012
  • Presentation: Storing and Querying Documents with SQL Server 2012
  • Demo: Accessing Documents With SQL Server 2012 FileTable
  • Presentation: Introducing SQL Server 2012 Express Local Database Runtime
  • Demo: Using SQL Server 2012 Express Local Database Runtime as an Embedded Database
  • [Business Intelligence]
    • Presentation: Introducing SQL Server 2012 Integration Services Improvements
    • Demo: Developing and Monitoring a SQL Server 2012 Integration Services Solution
    • Presentation: Introducing SQL Server 2012 Master Data Services Improvements
    • Demo: Managing Data with SQL Server 2012 Master Data Services
    • Presentation: Introducing SQL Server 2012 Data Quality Services
    • Demo: Deduplicating Data with SQL Server 2012 Data Quality Services

Link de descarga: http://www.microsoft.com/en-us/download/details.aspx?id=27721




Roy Rojashttp://www.dotnetcr.com
Con más de 20 años de experiencia en programación, experto en lenguajes .NET, VB, C#, ASP.NET, Xamarin, XCode, DBA en SQL Server. Creador de dotnetcr.com, sitio web para programadores en español. royrojas.com | dotnetcr.com | GitHub

Redes Sociales

2,736FansMe gusta
326SeguidoresSeguir

Popular esta semana

SQL Server

Cómo saber la fecha que se modificó un procedimiento almacenado

Poder saber cuales objetos o procedimientos almacenados se modificaron recientemente es muy útil principalmente en bases de datos donde varios desarroladores tienen acceso
SQL Server MERGE

MERGE en SQL Server para Insert, Delete y Update con dos tablas

Ejemplo práctico usando MERGE para sincronizar dos tablas, Insert, Update y Delete en un solo query. Válido para SQL SERVER 2008 o superior.

Convertir String a Base64 y Base64 a String

Hemos tenido algunas consultas en estos días de cómo convertir Texto String a Base64 y viceversa, entonces decidimos hacer este pequeño ejemplo. Las funciones son...

Últimos artículos

SQL Server MERGE

MERGE in SQL Server for Insert, Delete and Update with two tables

Practical example using MERGE to synchronize two tables, Insert, Update and Delete in a single query. Valid for SQL SERVER 2008 or...

Como crear una API REST con ASP.NET Core 6.0

Crear una API REST con C# en ASP.NET es un proceso sencillo y rápido que permite exponer un conjunto de recursos a...
Machine Learning & Python

Introducción a Machine Learning en Python

Machine Learning es una rama de la inteligencia artificial que se enfoca en el desarrollo de sistemas que pueden aprender de...
SQL Server MERGE

MERGE en SQL Server, como utilizarlo de forma sencilla

El comando MERGE en SQL Server se utiliza para combinar datos de varias tablas en una sola tabla. Es útil para actualizar...