Integration Services.

Slides:



Advertisements
Presentaciones similares
Comunicación con el servidor, RPC GWT Google Web Toolkit Prof. Ing
Advertisements

Intercambio de información Procesamiento Sin intervención del usuario Acelerando tiempos de respuesta Normalización Entre plataformas Entre lenguajes.
 Making complete sentences How to make complete sentences in Spanish. The following presentation is designed to help you learn how to do the following:
Programación orientada a objetos
Telling Time.
Especialista en Business Intelligence Integration Services SSIS Tareas de Flujo de Control (Parte II) Microsoft SQL Server 2008 R2 Suscribase a
Hazlo Ahora ● It is Maria’s first day of school, and she needs a shopping list. Help Maria by matching the objects with the classes she needs them for.
Las Preguntas (the questions) Tengo una pregunta… Sí, Juan habla mucho con el profesor en clase. No, Juan no habla mucho en clase. s vo s vo Forming.
Isabel Gómez Desarrollo & Plataforma Microsoft Ibérica.
Bienvenida ALC 135 Miércoles el 13 de abril. objetivo Yo puedo presentar el ppt de la Semana Santa.
Vocab: el día escolar Grammar: Subject Pronouns & Present Tense of –ar Verbs.
Taller de Inteligencia de Negocios SQL Server Integration Services SSIS Semana 2.
• SQL Server Integration Services SSIS
• SQL Server Integration Services SSIS
Vámonos (cinco minutos)  Write and solve three math problems of your own in Spanish- remember that you don’t know any numbers higher than 99 or lower.
Las Palabras Interrogativas ¿Quién?¿Qué?¿Cuándo?¿Quién?¿Qué?¿Cuándo?
The Present Tense of tener (to have) (El tiempo presente del verbo tener) Avancemos 2.1.
Integration Services Cargando datos desde Web Services JSON Mario Guzmán El Salvador DPS en SolidQ MCP SQL Server.
Taller de Inteligencia de Negocios SQL Server Integration Services SSIS Sesión 2.
Preparación/ Review Hoy es miércoles el 23 de septiembre de 2015 Today is day, September 23, 2015 ¿Te gusta o no te gusta? What do you like and what you.
##SQLSatMadrid Big Data con Hadoop en SQL Server SSIS 2016 Ángel M. Rayo.
Español 2 20 de septiembre de La campana Hoy es martes el 20 de septiembre de 2016 ¿Qué llevan los animales? Los gansos El perro El gato El lagarto.
Las Palabras Interrogativas
Iniciación a Android Cándido Caballero Gil.
Las Palabras Interrogativas
Visual Studio & SQL Server Better Together…
Español 2 22 de febrero de 2017 This is for periods 2 and 3.
Las Palabras Interrogativas
Las Palabras Interrogativas p.154
Base de Datos II Almacenamiento.
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Ser y Estar To be or….to be?
LOS VERBOS TENER Y VENIR
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Acuerdos Escuela-Familia
Tengo una pregunta… Carlos está en la biblioteca. s v
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
HAGAN AHORA: LA HOJA DE TRABAJO
JKSimMet Software (windows & buttons) Split Engineering Chile Ltda. General Salvo #331 oficina 201 Casilla Sucursal Panorámico Providencia – Santiago,
Cubos Tabulares Víctor Zúñiga
Trabajo de la campana Traduce las frases de inglés al español:
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Las Palabras Interrogativas
Quasimodo There is a handout at the front. People in the front of the row please get one for each of the people in your row. Read the handout and compare.
Las Palabras Interrogativas
How to use “Gustar”.
Quasimodo: Answer the following questions with complete sentences.
Welcome to PowerPoint gdskcgdskfcbskjc. Designer helps you get your point across PowerPoint Designer suggests professional designs for your presentation,
Las Palabras Interrogativas
GALATIANS 5:1-15.
Astronomy has really big numbers. Distance between Earth and Sun meters kilometers This is the closest star.
Tapas Contesten las preguntas: 1. ¿Cómo eres? 2. ¿Cómo estás?
WELCOME FREE POWERPOINT TEMPLATE DESIGNED BY POWERPOINT SCHOOL about history timelineteamsservicesfollow.
Las Preguntas (the questions) Tengo una pregunta… Sí, Juan habla mucho con el profesor en clase. No, Juan no habla mucho en clase. s vo s vo Forming.
Transcripción de la presentación:

Integration Services

Organiza http://tinyurl.com/ComunidadWindows

Patrocinadores del SQL Saturday Platinum Sponsor Diamond Sponsor Bronze Sponsor

Lo que conoceremos hoy… Integrando otro tipos de Datos Un poco sobre Web Services Json La solución de Integration Services Demo Extraer información de Twitter o FB? Q & A 4 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

Integrando otros tipos de Datos… Sistemas con DB cerradas. Acceso a travez de Web Service. Desarrollados en lenguajes Open Source. 5 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

Un poco de Web Services Protocolo HTTP Metodos Formato XML SOAP o JSON GET POST Etc Formato XML SOAP o JSON 6 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

JSON Es un formato ligero de intercambio de datos. Leerlo y escribirlo es simple para humanos, mientras que para las máquinas es simple interpretarlo y generarlo Es un formato ligero de intercambio de datos. Leerlo y escribirlo es simple para humanos, mientras que para las máquinas es simple interpretarlo y generarlo 7 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

JSON Javascript Object Notation Tipos de datos: Un número (entero o float) Un string (entre comillas simples) Un booleano (true o false) Un array (entre corchetes [] ) Un objeto (entre llaves {}) Null Es un formato ligero de intercambio de datos. Leerlo y escribirlo es simple para humanos, mientras que para las máquinas es simple interpretarlo y generarlo 8 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

JSON 9 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

La solución para SSIS 11/16/2018 | 10 | 10 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

Entendiendo el Script Component .Net Framework C# o VB Script Component Modes Meta-Data Design Code-Design Script Component Uses Source Transformation Destination https://msdn.microsoft.com/en-us/library/ms137640.aspx The Script component uses Microsoft Visual Studio Tools for Applications (VSTA) as the environment in which you write the scripts. If used as a source, the Script component supports multiple outputs. If used as a transformation, the Script component supports one input and multiple outputs. If used as a destination, the Script component supports one input. 11 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

Script Component como SOURCE Configurar MetaData-Design mode Configurar Outputs y Output Columns Coding Metodos CreateNewOutputRows  FinishOutputs  MarkOutputsAsFinished  https://msdn.microsoft.com/en-us/library/ms136060.aspx The CreateNewOutputRows method, which you override in ScriptMain to add rows from the data source to the output buffers, which are empty at first. The FinishOutputs method, which is empty by default. Override this method in ScriptMain to perform any processing that is required to complete the output. The private MarkOutputsAsFinished method, which calls the SetEndOfRowset method of the ScriptBufferparent class to indicate to the data flow engine that the output is finished. You do not have to callSetEndOfRowset explicitly in your own code. 12 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

DEMO 13 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON

PREGUNTAS Y RESPUESTAS mernesto@solidq.com FB:SeHablaSQL Mario Guzman @me_guzman87