<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Business Intelligence, Data Warehouse, Monterrey, México : Gravitar</title>
	
	<link>http://www.gravitar.biz</link>
	<description>Información sin limites</description>
	<pubDate>Fri, 25 Jun 2010 15:19:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/gravitar" /><feedburner:info uri="gravitar" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>gravitar</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Microsoft Sync Framework</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/RgzdSS6vd-M/</link>
		<comments>http://www.gravitar.biz/index.php/tecnologia_negocios/microsoft-sync-framework/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 00:16:26 +0000</pubDate>
		<dc:creator>Enrique Gutierrez</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Tech & Biz]]></category>

		<category><![CDATA[Microsoft Sync Framework]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/?p=1206</guid>
		<description><![CDATA[Microsoft Sync Framework es una plataforma de sincronización que permite la colaboración de aplicaciones desconectadas, servicios y dispositivos. Los desarrolladores pueden construir ecosistemas de sincronización que integren cualquier aplicación, cualquier dato de cualquier almacenamiento usando cualquier protocolo sobre cualquier red. Las características tecnológicas de Sync Framework y sus herramientas permiten el roaming, compartir y tomar [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Microsoft Sync Framework es una plataforma de sincronización que permite la colaboración de aplicaciones desconectadas, servicios y dispositivos. Los desarrolladores pueden construir ecosistemas de sincronización que integren cualquier aplicación, cualquier dato de cualquier almacenamiento usando cualquier protocolo sobre cualquier red. Las características tecnológicas de Sync Framework y sus herramientas permiten el roaming, compartir y tomar datos en línea.</p>
<p style="text-align: justify;">
Un aspecto clave de Sync Framework es la habilidad para crear proveedores personalizados. Los proveedores permiten que cualquier origen de datos pueda participar en el proceso de sincronización de Sync Framework, permitiendo que ocurra la sincronización punto a punto (peer-to-peer).</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1207" title="msf-1" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-1.jpg" alt="msf-1" width="419" height="361" /></p>
<p style="TEXT-ALIGN: justify">Un número de proveedores son incluidos en Sync Framework que soportan muchos orígenes de datos. Aunque no se requiere, para minimizar el desarrollo es recomendable que los desarrolladores usen estos proveedores donde sea posible. Los siguientes proveedores son incluidos:</p>
<ul style="TEXT-ALIGN: justify">
<li>Proveedores de sincronización de base de datos: La sincronización por ADO.NET- permite orígenes de datos (data sources).</li>
<li>Proveedores de sincronización de archivos: Permite la sincronización de archivos y carpetas.</li>
<li>Componentes de sincronización web: Permite la sincronización para FeedSync tal como RSS y ATOM.</li>
</ul>
<p style="TEXT-ALIGN: justify">Los desarrolladores últimamente usan cualquiera de los proveedores out-of-the-box o pueden crear proveedores personalizados para intercambiar información entre dispositivos y aplicaciones.</p>
<p style="text-align: center;"><img class="size-full wp-image-1208 aligncenter" title="msf-2" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-2.jpg" alt="msf-2" width="552" height="182" /></p>
<p style="text-align: justify;">El objetivo de este documento es ayudar a entender como Microsoft Sync Framework permite la sincronización. En este documento se detallaran algunos conceptos clave que formaran las bases de cómo crear un proveedor. Para ver información más detallada puede visitar <a href="http://msdn.microsoft.com/sync">http://msdn.microsoft.com/sync</a> (inglés)</p>
<p style="text-align: justify;">
<h2>Participantes</h2>
<p>Antes de comentar sobre los componentes específicos de un proveedor, primero necesitamos entender los diferentes tipos de participantes que pueden ser soportados. Un participante es la localización o lugar de donde se reciben los orígenes de datos. Un participante puede ser cualquier cosa por ejemplo un web service, una laptop, o una unidad flash USB.</p>
<h3>Tipos de participantes</h3>
<p>Basado en las capacidades del dispositivo, la manera en que cada proveedor integra puede variar. Por lo menos, asumiremos que el dispositivo es capaz de programablemente regresar información cuando le es solicitada. En última instancia, lo que necesitamos determinar es si el dispositivo puede:</p>
<ol>
<li>Permitir que la información pueda ser almacenada y manipulada ya sea en el dispositivo existente o en el almacén de datos actual y</li>
<li>Permitir que las aplicaciones (en nuestro caso el proveedor de sincronización) puedas ser ejecutadas directamente del dispositivo.</li>
</ol>
<p style="text-align: justify;">Es importante distinguir los tipos de participantes que serán parte del ecosistema de sincronización porque ellos nos dicen si serán capaces de almacenar el estado de la información requerida por el proveedor y también puede decirnos si ejecutaremos el proveedor directamente del dispositivo. Por último, el participante modelo será el genérico. Como tal, un participante completo puede ser configurado como parcial o participante simple.</p>
<h3>Participantes totales</h3>
<p>Los participantes totales son dispositivos que permiten crear aplicaciones y nuevos orígenes de datos (data sources) directamente en los dispositivos. Una laptop o un Smartphone son ejemplos de participantes totales porque las nuevas aplicaciones pueden ser ejecutadas de los dispositivos y puedes también crear almacenamientos de datos persistentes de información si es requerido.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1211" title="msf-3" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-3.jpg" alt="msf-3" width="343" height="318" /></p>
<p style="text-align: justify;">
<h3>Participantes parciales</h3>
<p>Los participantes parciales son dispositivos que tienen la habilidad de almacenar datos ya sea en los data sources o en otro almacén de datos del dispositivo. Estos dispositivos, no tienen la habilidad para poner en marcha los ejecutables directamente desde el dispositivo. Algunos ejemplos de estos participantes son las unidades flash o las tarjetas SD. Estos dispositivos actúan como un disco duro donde la información puede ser creada, actualizada o eliminada. De todas maneras, estos dispositivos típicamente no dan una interface que permita a las aplicaciones ser ejecutadas directamente en ellos.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1212" title="msf-4" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-4.jpg" alt="msf-4" width="478" height="290" /></p>
<p style="text-align: justify;">
<h3>Participantes simples</h3>
<p>Los participantes simples son dispositivos que son solamente capaces de proveer información cuando se les es requerida (bajo petición). Estos dispositivos no pueden almacenar o manipular nuevos datos y son incapaces de soportar la creación de nuevas aplicaciones. Los feeds RSS y los proveedores de Web Services por una organización externa tal como Amazon o EBay son ambas ejemplos de participantes simples. Estas organizaciones pueden brindar la oportunidad para ejecutar un web service y obtener resultados de vuelta, de todas maneras, no brindan la oportunidad de de crear almacenamientos de datos propios y tampoco dan la capacidad de poder ejecutar tus propias aplicaciones en sus servidores web.</p>
<p style="text-align: center;"><img class="size-full wp-image-1213 aligncenter" title="msf-5" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-5.jpg" alt="msf-5" width="201" height="319" /></p>
<p style="text-align: justify;">
<h3>Teniendo todo junto</h3>
<p>La meta final de Microsoft Sync Framework es proveer un origen de datos para ser integrado independientemente del tipo de participante. Por esta razón, los participantes parciales pueden sincronizar información con los participantes totales y los participantes totales pueden hacerlo con los participantes simples. Por lo menos debe haber un participante.</p>
<h1>Microsoft Sync Framework</h1>
<h3>Componentes del núcleo</h3>
<p>Antes de implementar la sincronización usando Sync Framework, necesitamos comprender los componentes claves de un proveedor. El siguiente diagrama muestra como un proveedor construido usando Sync Framework se comunica con un data source y recupera información de estado de un almacenamiento de metadatos. Estos proveedores se comunican a su vez con otros proveedores a través de una sesión de sincronización.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1216" title="msf-6" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-6.jpg" alt="msf-6" width="592" height="320" /></p>
<p style="text-align: justify;">
<h2>Data Source (origen de datos)</h2>
<p>El data source es la localización donde toda la información la cual necesita ser sincronizada es almacenada. Un data source puede ser una base de datos relacional, un archivo, un web service o hasta un data source personalizado incluido en una aplicación de negocios (business application). Mientras puedas programar el acceso a datos éste puede participar en la sincronización.</p>
<p style="text-align: justify;">
<h2>Metadatos</h2>
<p>Un componente fundamental de un proveedor es la habilidad para almacenar información sobre los datos almacenados y los objetos dentro de este almacén de datos con respecto al estado y cambio de información. Los metadatos pueden ser almacenados en un archivo, dentro de una base de datos o dentro de un data source donde se sincronizan. Como una conveniencia opcional, Sync Framework ofrece una completa implementación de una construcción de almacenamiento de metadatos en una ligera base de datos que se regresa en tu proceso. Los metadatos para un almacenamiento de datos pueden dividirse en cinco componentes:</p>
<ul><strong>• Versiones<br />
• Knowledge<br />
• Conteo de Ticks<br />
• Replica de ID<br />
• Tombstones</strong></ul>
<p>Para cada elemento sincronizado, una pequeña cantidad de información es almacenada la cual describe donde y cuando el elemento cambió. Este metadato es compuesto de dos versiones:<strong> Versión de creación y versión de actualización.</strong> Una versión es compuesta por dos componentes: un conteo de ticks asignado por el almacén de datos y la réplica de ID por el almacén de datos también. Cuando los elementos son actualizados, el actual <strong>conteo de ticks</strong> es aplicado para ese elemento y (el conteo de ticks) se incrementa en el almacén de datos. La réplica de ID es un único valor que identifica un almacén de datos en particular. La creación de versión es la misma que la versión de actualización cuando el elemento es creado. Subsecuentemente las actualizaciones del elemento modifican la versión de actualización.<br />
Las dos principales maneras en que el versionamiento puedes ser implementado son:</p>
<ol>
<li>Seguimiento en línea (inline tracking): En este método cambia el seguimiento de la información cuando el elemento es actualizado y el cambio realizado.</li>
<li>Seguimiento asíncrono: En este método, hay un proceso externo que regresa y busca cambios. Cualquier actualización encontrada es agregada a la información de la versión. Este proceso puede ser parte de un proceso programado o puede ser ejecutado antes de la sincronización. Este proceso es típicamente usado cuando no hay mecanismos internos para actualizar automáticamente la información de versión en el momento que los elementos son actualizados. Una manera común para revisar los cambios es almacenando el estado de un elemento y compararlo con el estado actual. Por ejemplo, se podría revisar si “la última vez que se escribió” o el tamaño del archivo ha cambiado desde la última actualización.</li>
</ol>
<p>Todo cambio debe ocurrir por lo menos a nivel de elementos. En otras palabras, cada elemento debe tener una versión independiente. En caso de una base de datos, un elemento podría ser un registro (reglón) entero dentro de una tabla. Adicionalmente, un elemento podría ser una columna en un registro de una tabla. En caso de un de sincronización de archivos, un elemento podría ser un archivo. Seguimientos mas granulares son altamente deseables en algunos escenarios ya que reduce los conflictos potenciales de datos (dos usuarios actualizando el mismo elemento en diferentes replicas). La desventaja es que incrementa la cantidad de información de seguimiento almacenada.</p>
<p>Otro concepto clave que necesitamos comentar es la noción de <strong>Knowledge</strong>. El Knowledge es una representación compacta de cambios de los cuales la réplica esta “enterada”. Cuando la información de la versión de actualiza, también lo hace el <strong>Knowledge </strong>para el almacén de datos. Los proveedores usan la réplica del <strong>Knowledge </strong>para:<br />
1. Enumerar cambios (determina de cuales otros cambios la réplica no está “enterada”)<br />
2. Detectar conflictos (determina cuales operaciones fueron hechas sin Knowledge de cada otra)<br />
Cada replica también mantiene la información de <strong>tombstone </strong>para cada uno de los elementos que son eliminados. Esto es importante porque cuando la sincronización es ejecutada, si lo elementos no están allí, el proveedor no tendrá manera de decir que ese elemento ha sido eliminado y no podrá propagar el cambio a otros proveedores. Un <strong>tombstone </strong>debe tener la siguiente información:</p>
<ul>
<li>Global ID</li>
<li>Versión de eliminación</li>
<li>Versión de creación</li>
</ul>
<p>Dado que el número de <strong>tombstones</strong> crecerá todo el tiempo, puede ser prudente crear un proceso para limpiar este almacén después de un periodo de tiempo a fin de ahorrar espacio. La información de soporte para administrar <strong>tombstone </strong>es provista con Sync Framework.</p>
<h2>Metadatos</h2>
<p>La réplica donde la sincronización es iniciada es llamada origen y la replica que se conecta es llamada destino. La siguiente sección muestra el flujo de sincronización descrito en el siguiente diagrama. Para una sincronización bidireccional, este proceso puede ser ejecutado dos veces; origen y destino se intercambian en la segunda iteración.</p>
<p><img class="alignnone size-full wp-image-1218" title="msf-7" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-7.jpg" alt="msf-7" width="736" height="815" /></p>
<p style="text-align: justify;"><strong>La sesión de sincronización iniciada con destino.</strong><br />
Durante esta fase, el proveedor origen inicializa la comunicación con el proveedor de destino. El enlace entre los dos proveedores es llamado sesión de sincronización.</p>
<p style="text-align: justify;"><strong>Destino prepara y envía Knowledge</strong><br />
Como comentamos anteriormente, cada replica almacena su propio y único <strong>Knowledge</strong>. El <strong>Knowledge </strong>almacenado en el destino se transmite al origen.</p>
<p style="text-align: justify;"><strong>El Knowledge destino es usado para determinar lo cambios a enviar</strong><br />
En el lado del origen, el <strong>Knowledge </strong>que fue recibido es comparado con el de la versión local para determinar qué elementos el destino no conoce. Es importante notar que las versiones que son enviadas no son los elementos actuales pero si un resumen de donde el último cambio fue hecho en cada elemento.</p>
<p style="text-align: justify;"><strong>Cambio de versiones y envío de Knowledge origen al destino</strong><br />
Una vez que el origen ha preparado la lista de cambio de versiones requerida, son trasportados al destino (los elementos).</p>
<p style="text-align: justify;"><strong>Versión local obtenida por cambio de elementos y comparada con la versión origen y Knowledge</strong><br />
El destino utiliza la versión para preparar una lista de elementos que el origen necesita para enviar. El destino también una esta información para detectar si hay alguna restricción o conflicto.</p>
<p style="text-align: justify;">Los conflictos son detectados y resueltos o aplazados</p>
<p style="text-align: justify;">Un conflicto es detectado cuando el cambio de versión en una réplica NO contiene el <strong>Knowledge </strong>de otro. Fundamentalmente, un conflicto ocurre si un cambio es hecho para el mismo elemento en dos replicas entre la sesión de sincronización.</p>
<p style="text-align: justify;">Los conflictos específicamente ocurren cuando el <strong>Knowledge </strong>origen no contiene la versión destino para un elemento (implica que el Knowledge destino no contiene alguno de las versiones orígenes enviadas).</p>
<p style="text-align: justify;">Si la versión es contenida en el Knowledge de destino entonces el cambio es considerado obsoleto.</p>
<p style="text-align: justify;">Las replicas son libres de implementar una variedad de políticas para la resolución de los elementos en conflicto a través de la sincronización comunitaria. En seguida se muestran algunos ejemplos de políticas usadas para la resolución comunitaria.</p>
<ul>
<li>Origen gana: Los cambios hechos por la réplica local siempre ganan en un evento de conflictos.</li>
<li>Destino gana: La réplica remota siempre gana.</li>
<li>Replica especificada por ID siempre gana: No hay problema quien cambia un elemento, la replica con el ID designado siempre gana.</li>
<li>Ultima escritura gana: Basado en asumir que todas las replicas tienen permiso para hacer cambios y los relojes están sincronizados, permite que el ultimo que escriba gana.</li>
<li>Fundir (unir): En el evento de dos elementos duplicados en conflicto, se funde la información de uno con otro.</li>
<li>Registra el conflicto: Elige simplemente el registro o aplaza el conflicto.</li>
</ul>
<p><strong>Petición de destino de datos del elemento del origen</strong><br />
Durante esta fase el destino ha determinado cuales elementos en el origen necesitan ser recuperados y comunicar esta petición al origen.</p>
<p><strong>El origen prepara y envía datos del elemento</strong><br />
El origen toma la petición de los datos del elemento y prepara los datos actuales para ser transferidos al destino. Si el elemento al cual se le está dando el seguimiento es un registro de una base de datos, ese registro será enviado. Si el elemento es un archivo en una carpeta entonces el archivo será transferido.</p>
<p><strong>Los elementos son aplicados al destino</strong><br />
Los elementos recibidos son tomados y aplicados al destino. Si hay algún error durante el proceso, tal como una falla de red, los elementos serán etiquetados como excepciones y corregidos durante la siguiente sincronización. El <strong>Knowledge </strong>recibido del origen es agregado al <strong>Knowledge </strong>de destino.</p>
<h2>Ejemplo de sincronización.</h2>
<p>Usando el flujo de sincronización descrito en una sección previa, mostraremos a través de un ejemplo de cómo Sync Framework enumeras los cambios y por último aplica los datos de los elementos.</p>
<p>En este ejemplo estarán dos replicas; Replica A y Replica B. La réplica A inicializara la sincronización para la réplica B (significa que la Replica A es el origen y Replica B es el destino).</p>
<p>Por ejemplo, imagine que queremos sincronizar archivos entre estas dos replicas. Un solo archivo en una carpeta puede ser el elemento al que queremos dar seguimiento y es descrito como In (por ejemplo I<sub>1</sub>, I<sub>2</sub>, I<sub>3</sub>…). Cuando un nuevo archivo (I<sub>1</sub>) es creado, los metadatos asociados con ese archivo también necesitan actualizar lo siguiente:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1221" title="msf-8" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-8.jpg" alt="msf-8" width="363" height="84" /></p>
<p style="text-align: justify;">Si el archivo fuera actualizado nuevamente, la tabla podría verse así:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1231" title="msf-9" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-9.jpg" alt="msf-9" width="363" height="84" /></p>
<p>Es muy posible que múltiples archivos tengan seguimiento, así que vamos a ver estos múltiples elementos. Como puedes ver la información de la versión crece conforme más y más elementos son creados. Sync framework no requiere versiones previas de actualización para ser almacenada. Solo necesita el <strong>Knowledge </strong>de la versión más reciente de le actualización.</p>
<p style="text-align: center;"><img class="size-full wp-image-1223 aligncenter" title="msf-10" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-10.jpg" alt="msf-10" width="363" height="137" /></p>
<p style="text-align: justify;">Si tomamos el estado actual de los elementos de esta réplica, representaríamos el <strong>Knowledge </strong>de la Replica A como:<br />
Replica A Knowledge = A<sub>5</sub><br />
A es el ID de la Replica y 5 es el conteo del tick actual que esta replica sabe que ha cambiado<br />
En la réplica B, puede haber también un gran número de archivos. Esta replica se vería como la siguiente:</p>
<p style="text-align: center;"><img class="size-full wp-image-1224 aligncenter" title="msf-11" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-11.jpg" alt="msf-11" width="363" height="110" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">El <strong>Knowledge </strong>actual para la réplica actual es: Replica B Knowledge = B<sub>4</sub><br />
En este punto elegiremos inicializar la sincronización entre las dos replicas. Replica A será el origen (la que iniciará la sincronización) y la Replica B será el destino.<br />
Durante la sincronización el destino envía el Knowledge de origen. Como se menciono anteriormente, el Knowledge de las dos replicas se visualiza como:<br />
Replica A Knowledge = A<sub>5</sub><br />
Replica B Knowledge = A<sub>4</sub><br />
El origen (Replica A) recibe este <strong>Knowledge </strong>y lo usa para determinar cual versión enviar al destino. Desde que la Replica B no está al corriente de cualquiera de los elementos en Replica A, el contenido entero de Replica A Es enviado. En éste caso, se incluirían las siguientes versiones.</p>
<p style="text-align: center; "><img class="size-full wp-image-1225 aligncenter" title="msf-12" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-12.jpg" alt="msf-12" width="363" height="137" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">El destino recibe estas versiones y las enumera a través de ello para determinar cuáles elementos son requeridos por el origen. También utiliza esta información para determinar si hay algún conflicto (por ejemplo, si el mismo archivo fue actualizado en ambas replicas).</p>
<p style="text-align: justify;">Una vez completadas las peticiones de destino el origen envía los elementos de los cuales no tiene conocimiento. En este caso, Replica A enviará estos archivos asociados con I<sub>1</sub>, I<sub>2</sub>, e I<sub>3</sub>.<br />
El destino recibe estos archivos y los agrega a este folder.</p>
<p style="text-align: justify;">Al terminar la sesión de sincronización, el proceso es ejecutado más de una vez, pero esta vez el origen establece como destino y el destino se establece como origen. Esto permite que Replica A reciba cualquiera de los archivos que fueron creados o cambiados en Replica B (I<sub>104</sub> y I<sub>105</sub>)<br />
El final de la sincronización ambas replicas tienen el seguimiento actualizado del Knowledge (“conocimiento”).</p>
<p style="text-align: justify;">Replica A Knowledge = A<sub>5</sub>, <sub>B4</sub><br />
Replica A Knowledge = <sub>A5</sub>, <sub>B4</sub></p>
<p style="text-align: justify;"><strong>Ejemplo de conflicto</strong></p>
<p>Extendiendo el ejemplo anterior, las dos replicas están actualmente sincronizados y cada una de las versiones de los elementos se apreciaría como lo siguiente:</p>
<p style="text-align: center;"><img class="size-full wp-image-1226 aligncenter" title="msf-13" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-13.jpg" alt="msf-13" width="363" height="190" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Similarmente, el Knowledge para ambas replicas es como lo siguiente:<br />
Replica A Knowledge = A<sub>5</sub>,<sub> B4</sub><br />
Replica A Knowledge = A<sub>5</sub>, <sub>B4</sub><br />
En este punto ambas replicas deciden actualizar el mismo archivo (elemento I2).<br />
En la réplica <strong>A</strong> la versión del elemento de la tabla es actualizado para:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-1227 aligncenter" title="msf-14" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-14.jpg" alt="msf-14" width="363" height="190" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">En la réplica <strong>B</strong> la versión del elemento de la tabla es actualizado para:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-1228 aligncenter" title="msf-15" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-15.jpg" alt="msf-15" width="363" height="190" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">El Knowledge para ambas replicas es también actualizada como:<br />
Replica A Knowledge = A<sub>6</sub>, B<sub>4</sub><br />
Replica B Knowledge = A<sub>5</sub>, B<sub>5</sub><br />
En este punto la réplica A inicializa la sincronización don la réplica B, Saltando a la siguiente fase donde el origen envía las versiones de los elementos y el Knowledge para el destino, los siguientes pasos son presentados para el elemento I<sub>2</sub>.</p>
<p style="text-align: justify;">1. La réplica B visualiza un nuevo cambio en el elemento para el elemento I<sub>2</sub> el cual es:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-1229 aligncenter" title="msf-16" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-16.jpg" alt="msf-16" width="242" height="60" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">2. La réplica B revisa el Knowledge recibido de la Replica A (A<sub>6</sub>, B<sub>4</sub>) y determina que la Replica A no fue enterada del cambio hecho para el mismo elemento por Replica B.</p>
<p style="text-align: center;"><img class="size-full wp-image-1229 aligncenter" title="msf-16" src="http://www.gravitar.biz/wp-content/uploads/2010/06/msf-17.jpg" alt="msf-16" width="242" height="60" /></p>
<p>3. Un conflicto es detectado y pasado a la aplicación o al proveedor para ser manipulado.</p>
<h3>Resumen</h3>
<p>Microsoft Sync Framework incluye todos las elementos para integrar aplicaciones en un ambiente desconectado o basado en red de colaboración, usando los proveedores pre-creados o escribiendo nuevos proveedores personalizado. Los proveedores permiten cualquier origen de datos para participar en la sincronización de datos sin tener en cuenta la red o el tipo de dispositivo.<br />
Para más información u obtener una copia de Sync Framework SDK, visite <a href="http://msdn.microsoft.com/sync">http://msdn.microsoft.com/sync</a>.</p>
<p><strong>Material de apoyo</strong><br />
<a href="http://www.developer.com/net/article.php/3813246/My-First-Microsoft-Sync-Framework-Application.htm">Tutorial básico paso a paso de Sync Framework</a><br />
<a href="http://code.msdn.microsoft.com/sync/Release/ProjectReleases.aspx?ReleaseId=949">Ejemplo en codigo .net (descargable)</a><br />
<a href="http://code.msdn.microsoft.com/sync">Proyectos para diversos escenarios con Sync Framework (Descargables)</a><br />
<a href="http://geeks.ms/blogs/jorge/archive/2007/11/05/msf-microsoft-sync-framework-ctp1.aspx">Información general (español)</a><br />
<a href="http://labloguera.net/blogs/desarrollomobile/archive/2009/01/07/microsoft-sync-framework-faq.aspx">Cuestionario informativo Framework Sync (español)</a></p>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/RgzdSS6vd-M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/tecnologia_negocios/microsoft-sync-framework/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/tecnologia_negocios/microsoft-sync-framework/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2010-06-18)</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/78czVFzyyTc/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-06-18/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 09:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-06-18/</guid>
		<description><![CDATA[
Best Practices for a #SYBASE ASE Cluster Edition Proof of Concept http://bit.ly/dhpu1o #
Microsoft Promotes BI Development #VS2010 http://bit.ly/ccYodY #
Introduction to Master Data Services in #SQLServer 2008 http://bit.ly/b4E5aY #
Another way to get a table list from a string #SQLServer http://bit.ly/bZdlF3 #
#DataWarehouse &#38; #BusinessIntelligence Software Evaluations http://bit.ly/aUwwtG #
#SSRS 2008 R2 Data Visualization Enhancements – Maps, Data Bars, [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Best Practices for a #<a href="http://search.twitter.com/search?q=%23SYBASE" class="aktt_hashtag">SYBASE</a> ASE Cluster Edition Proof of Concept <a href="http://bit.ly/dhpu1o" rel="nofollow">http://bit.ly/dhpu1o</a> <a href="http://twitter.com/_gravitar/statuses/16277342059" class="aktt_tweet_time">#</a></li>
<li>Microsoft Promotes BI Development #<a href="http://search.twitter.com/search?q=%23VS2010" class="aktt_hashtag">VS2010</a> <a href="http://bit.ly/ccYodY" rel="nofollow">http://bit.ly/ccYodY</a> <a href="http://twitter.com/_gravitar/statuses/16277537498" class="aktt_tweet_time">#</a></li>
<li>Introduction to Master Data Services in #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> 2008 <a href="http://bit.ly/b4E5aY" rel="nofollow">http://bit.ly/b4E5aY</a> <a href="http://twitter.com/_gravitar/statuses/16277754007" class="aktt_tweet_time">#</a></li>
<li>Another way to get a table list from a string #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> <a href="http://bit.ly/bZdlF3" rel="nofollow">http://bit.ly/bZdlF3</a> <a href="http://twitter.com/_gravitar/statuses/16277893817" class="aktt_tweet_time">#</a></li>
<li>#DataWarehouse &amp; #<a href="http://search.twitter.com/search?q=%23BusinessIntelli" class="aktt_hashtag">BusinessIntelli</a>gence Software Evaluations <a href="http://bit.ly/aUwwtG" rel="nofollow">http://bit.ly/aUwwtG</a> <a href="http://twitter.com/_gravitar/statuses/16278341643" class="aktt_tweet_time">#</a></li>
<li>#SSRS 2008 R2 Data Visualization Enhancements – Maps, Data Bars, Indicators and Sparklines <a href="http://bit.ly/91EIli" rel="nofollow">http://bit.ly/91EIli</a> <a href="http://twitter.com/_gravitar/statuses/16278452702" class="aktt_tweet_time">#</a></li>
<li>Agile Data Warehousing  <a href="http://bit.ly/aeUvlD" rel="nofollow">http://bit.ly/aeUvlD</a> <a href="http://twitter.com/_gravitar/statuses/16442961690" class="aktt_tweet_time">#</a></li>
<li>BI Architecture in an Agile Environment <a href="http://bit.ly/bGU7C2" rel="nofollow">http://bit.ly/bGU7C2</a> <a href="http://twitter.com/_gravitar/statuses/16443067668" class="aktt_tweet_time">#</a></li>
<li>The top 10 database vulnerabilities <a href="http://bit.ly/ax5cFN" rel="nofollow">http://bit.ly/ax5cFN</a> <a href="http://twitter.com/_gravitar/statuses/16443625045" class="aktt_tweet_time">#</a></li>
<li>Empower Users with Self Service BI <a href="http://bit.ly/9aQDya" rel="nofollow">http://bit.ly/9aQDya</a> <a href="http://twitter.com/_gravitar/statuses/16443988299" class="aktt_tweet_time">#</a></li>
<li>Partitions in #<a href="http://search.twitter.com/search?q=%23SSAS" class="aktt_hashtag">SSAS</a> #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a>  <a href="http://bit.ly/azVdZX" rel="nofollow">http://bit.ly/azVdZX</a> <a href="http://twitter.com/_gravitar/statuses/16444134374" class="aktt_tweet_time">#</a></li>
<li>Reliable Storage Systems for SQL Server <a href="http://bit.ly/blu5BK" rel="nofollow">http://bit.ly/blu5BK</a> <a href="http://twitter.com/_gravitar/statuses/16444349233" class="aktt_tweet_time">#</a></li>
<li>&#8220;Being&#8221; Agile vs. &#8220;Doing&#8221; Agile  <a href="http://bit.ly/a7b4OF" rel="nofollow">http://bit.ly/a7b4OF</a> <a href="http://twitter.com/_gravitar/statuses/16444652452" class="aktt_tweet_time">#</a></li>
<li>#DAX vs. #<a href="http://search.twitter.com/search?q=%23MDX" class="aktt_hashtag">MDX</a> vs. #<a href="http://search.twitter.com/search?q=%23T" class="aktt_hashtag">T</a>-SQL <a href="http://bit.ly/d4ylZl" rel="nofollow">http://bit.ly/d4ylZl</a> <a href="http://twitter.com/_gravitar/statuses/16445403384" class="aktt_tweet_time">#</a></li>
<li>Basic Data Quality for Advanced Analytics <a href="http://bit.ly/diRSB5" rel="nofollow">http://bit.ly/diRSB5</a> <a href="http://twitter.com/_gravitar/statuses/16445507521" class="aktt_tweet_time">#</a></li>
<li>Self-Service BI, #<a href="http://search.twitter.com/search?q=%23PowerPivot" class="aktt_hashtag">PowerPivot</a> and the future of traditional BI (#DWH, #<a href="http://search.twitter.com/search?q=%23OLAP" class="aktt_hashtag">OLAP</a>, #<a href="http://search.twitter.com/search?q=%23MDX" class="aktt_hashtag">MDX</a>)  <a href="http://bit.ly/91lUTW" rel="nofollow">http://bit.ly/91lUTW</a> <a href="http://twitter.com/_gravitar/statuses/16445612909" class="aktt_tweet_time">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/78czVFzyyTc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-06-18/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-06-18/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2010-05-21)</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/x9XpkwGLo3w/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/#comments</comments>
		<pubDate>Fri, 21 May 2010 06:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/</guid>
		<description><![CDATA[
What is the theory of relational databases? http://bit.ly/9IqIGj #
Social Media and BI http://bit.ly/8YJStV #
Business Intelligence Strategies: Keys to Success http://bit.ly/cA4Hiq #
Managing Data Quality in the Face of Organizational Change http://bit.ly/cVrhaR #
In-Memory Databases Push the Envelope http://bit.ly/ag5DZq #
Federated Data Models Can Accelerate Data Integration http://bit.ly/aeiIVA #
Three Types of Data Models (Operational, Analytical and Global)  http://bit.ly/dhxiUg [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>What is the theory of relational databases? <a href="http://bit.ly/9IqIGj" rel="nofollow">http://bit.ly/9IqIGj</a> <a href="http://twitter.com/_gravitar/statuses/14207318755" class="aktt_tweet_time">#</a></li>
<li>Social Media and BI <a href="http://bit.ly/8YJStV" rel="nofollow">http://bit.ly/8YJStV</a> <a href="http://twitter.com/_gravitar/statuses/14207406389" class="aktt_tweet_time">#</a></li>
<li>Business Intelligence Strategies: Keys to Success <a href="http://bit.ly/cA4Hiq" rel="nofollow">http://bit.ly/cA4Hiq</a> <a href="http://twitter.com/_gravitar/statuses/14207445704" class="aktt_tweet_time">#</a></li>
<li>Managing Data Quality in the Face of Organizational Change <a href="http://bit.ly/cVrhaR" rel="nofollow">http://bit.ly/cVrhaR</a> <a href="http://twitter.com/_gravitar/statuses/14207518969" class="aktt_tweet_time">#</a></li>
<li>In-Memory Databases Push the Envelope <a href="http://bit.ly/ag5DZq" rel="nofollow">http://bit.ly/ag5DZq</a> <a href="http://twitter.com/_gravitar/statuses/14207657884" class="aktt_tweet_time">#</a></li>
<li>Federated Data Models Can Accelerate Data Integration <a href="http://bit.ly/aeiIVA" rel="nofollow">http://bit.ly/aeiIVA</a> <a href="http://twitter.com/_gravitar/statuses/14207700518" class="aktt_tweet_time">#</a></li>
<li>Three Types of Data Models (Operational, Analytical and Global)  <a href="http://bit.ly/dhxiUg" rel="nofollow">http://bit.ly/dhxiUg</a> <a href="http://twitter.com/_gravitar/statuses/14207778732" class="aktt_tweet_time">#</a></li>
<li>Database Storage Recommendation <a href="http://bit.ly/cYugwq" rel="nofollow">http://bit.ly/cYugwq</a> <a href="http://twitter.com/_gravitar/statuses/14207942333" class="aktt_tweet_time">#</a></li>
<li>RT @anibalgoicochea: Rebranding o presentación de la marca SAP Crystal Reports <a href="http://numrl.com/CRnew" rel="nofollow">http://numrl.com/CRnew</a> <a href="http://twitter.com/_gravitar/statuses/14208033336" class="aktt_tweet_time">#</a></li>
<li>Basics of #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> 2008 Locking <a href="http://bit.ly/97q1Mi" rel="nofollow">http://bit.ly/97q1Mi</a> <a href="http://twitter.com/_gravitar/statuses/14208110084" class="aktt_tweet_time">#</a></li>
<li>Handling #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> Errors <a href="http://bit.ly/dzAHLH" rel="nofollow">http://bit.ly/dzAHLH</a> <a href="http://twitter.com/_gravitar/statuses/14208196691" class="aktt_tweet_time">#</a></li>
<li>5 Things #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> Should Truncate <a href="http://bit.ly/92TGjp" rel="nofollow">http://bit.ly/92TGjp</a> <a href="http://twitter.com/_gravitar/statuses/14208354438" class="aktt_tweet_time">#</a></li>
<li>#SQLServer Monitoring Checklist <a href="http://bit.ly/cmMjZ2" rel="nofollow">http://bit.ly/cmMjZ2</a> <a href="http://twitter.com/_gravitar/statuses/14208469487" class="aktt_tweet_time">#</a></li>
<li>Business Intelligence is a Growing Field <a href="http://bit.ly/9zYmqH" rel="nofollow">http://bit.ly/9zYmqH</a> <a href="http://twitter.com/_gravitar/statuses/14208504573" class="aktt_tweet_time">#</a></li>
<li>Business Intelligence : Your Data Storage <a href="http://bit.ly/dqBy5E" rel="nofollow">http://bit.ly/dqBy5E</a> <a href="http://twitter.com/_gravitar/statuses/14208597206" class="aktt_tweet_time">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/x9XpkwGLo3w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2010-05-21)</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/x9XpkwGLo3w/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/#comments</comments>
		<pubDate>Fri, 21 May 2010 06:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/</guid>
		<description><![CDATA[
What is the theory of relational databases? http://bit.ly/9IqIGj #
Social Media and BI http://bit.ly/8YJStV #
Business Intelligence Strategies: Keys to Success http://bit.ly/cA4Hiq #
Managing Data Quality in the Face of Organizational Change http://bit.ly/cVrhaR #
In-Memory Databases Push the Envelope http://bit.ly/ag5DZq #
Federated Data Models Can Accelerate Data Integration http://bit.ly/aeiIVA #
Three Types of Data Models (Operational, Analytical and Global)  http://bit.ly/dhxiUg [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>What is the theory of relational databases? <a href="http://bit.ly/9IqIGj" rel="nofollow">http://bit.ly/9IqIGj</a> <a href="http://twitter.com/_gravitar/statuses/14207318755" class="aktt_tweet_time">#</a></li>
<li>Social Media and BI <a href="http://bit.ly/8YJStV" rel="nofollow">http://bit.ly/8YJStV</a> <a href="http://twitter.com/_gravitar/statuses/14207406389" class="aktt_tweet_time">#</a></li>
<li>Business Intelligence Strategies: Keys to Success <a href="http://bit.ly/cA4Hiq" rel="nofollow">http://bit.ly/cA4Hiq</a> <a href="http://twitter.com/_gravitar/statuses/14207445704" class="aktt_tweet_time">#</a></li>
<li>Managing Data Quality in the Face of Organizational Change <a href="http://bit.ly/cVrhaR" rel="nofollow">http://bit.ly/cVrhaR</a> <a href="http://twitter.com/_gravitar/statuses/14207518969" class="aktt_tweet_time">#</a></li>
<li>In-Memory Databases Push the Envelope <a href="http://bit.ly/ag5DZq" rel="nofollow">http://bit.ly/ag5DZq</a> <a href="http://twitter.com/_gravitar/statuses/14207657884" class="aktt_tweet_time">#</a></li>
<li>Federated Data Models Can Accelerate Data Integration <a href="http://bit.ly/aeiIVA" rel="nofollow">http://bit.ly/aeiIVA</a> <a href="http://twitter.com/_gravitar/statuses/14207700518" class="aktt_tweet_time">#</a></li>
<li>Three Types of Data Models (Operational, Analytical and Global)  <a href="http://bit.ly/dhxiUg" rel="nofollow">http://bit.ly/dhxiUg</a> <a href="http://twitter.com/_gravitar/statuses/14207778732" class="aktt_tweet_time">#</a></li>
<li>Database Storage Recommendation <a href="http://bit.ly/cYugwq" rel="nofollow">http://bit.ly/cYugwq</a> <a href="http://twitter.com/_gravitar/statuses/14207942333" class="aktt_tweet_time">#</a></li>
<li>RT @anibalgoicochea: Rebranding o presentación de la marca SAP Crystal Reports <a href="http://numrl.com/CRnew" rel="nofollow">http://numrl.com/CRnew</a> <a href="http://twitter.com/_gravitar/statuses/14208033336" class="aktt_tweet_time">#</a></li>
<li>Basics of #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> 2008 Locking <a href="http://bit.ly/97q1Mi" rel="nofollow">http://bit.ly/97q1Mi</a> <a href="http://twitter.com/_gravitar/statuses/14208110084" class="aktt_tweet_time">#</a></li>
<li>Handling #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> Errors <a href="http://bit.ly/dzAHLH" rel="nofollow">http://bit.ly/dzAHLH</a> <a href="http://twitter.com/_gravitar/statuses/14208196691" class="aktt_tweet_time">#</a></li>
<li>5 Things #<a href="http://search.twitter.com/search?q=%23SQLServer" class="aktt_hashtag">SQLServer</a> Should Truncate <a href="http://bit.ly/92TGjp" rel="nofollow">http://bit.ly/92TGjp</a> <a href="http://twitter.com/_gravitar/statuses/14208354438" class="aktt_tweet_time">#</a></li>
<li>#SQLServer Monitoring Checklist <a href="http://bit.ly/cmMjZ2" rel="nofollow">http://bit.ly/cmMjZ2</a> <a href="http://twitter.com/_gravitar/statuses/14208469487" class="aktt_tweet_time">#</a></li>
<li>Business Intelligence is a Growing Field <a href="http://bit.ly/9zYmqH" rel="nofollow">http://bit.ly/9zYmqH</a> <a href="http://twitter.com/_gravitar/statuses/14208504573" class="aktt_tweet_time">#</a></li>
<li>Business Intelligence : Your Data Storage <a href="http://bit.ly/dqBy5E" rel="nofollow">http://bit.ly/dqBy5E</a> <a href="http://twitter.com/_gravitar/statuses/14208597206" class="aktt_tweet_time">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/x9XpkwGLo3w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-05-21/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2010-04-09) Datawarehouse, MDM, SQLServer, BIaaS</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/s6GB7-SDyYE/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-04-09/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 06:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[BIaaS]]></category>

		<category><![CDATA[Data Warehouse]]></category>

		<category><![CDATA[MDM]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-04-09/</guid>
		<description><![CDATA[
The 38 Subsystems of #ETL http://bit.ly/cLa4V4 #Datawarehouse
#MDM Maturity Model http://bit.ly/czk1Hs
#Oracle Database to #SQLServer Comparisons http://bit.ly/9j3qX0
Top 6 Myths of Transaction Logs http://bit.ly/bKIcc8 #SQLServer
Denormalization Strategies http://bit.ly/9QdKJw
Choosing a Database Platform http://bit.ly/b9aKCj
11 Answers to &#8220;Why Isn&#8217;t My BI Application Useful?&#8221; http://bit.ly/9edNEI
Five Indispensable #MySQL Tools http://bit.ly/cFnFfv
#SQLServer 2008 Analysis Services Consolidation Best Practices http://bit.ly/9M7RZX
A faster way to prepare dimensional databases http://bit.ly/91sEIe
Tips [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>The 38 Subsystems of #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23ETL">ETL</a> <a rel="nofollow" href="http://bit.ly/cLa4V4">http://bit.ly/cLa4V4</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Datawarehouse">Datawarehouse</a></li>
<li>#MDM Maturity Model <a href="http://bit.ly/czk1Hs">http://bit.ly/czk1Hs</a></li>
<li>#Oracle Database to #SQLServer Comparisons <a href="http://bit.ly/9j3qX0">http://bit.ly/9j3qX0</a></li>
<li>Top 6 Myths of Transaction Logs <a href="http://bit.ly/bKIcc8">http://bit.ly/bKIcc8</a> #SQLServer</li>
<li>Denormalization Strategies <a href="http://bit.ly/9QdKJw">http://bit.ly/9QdKJw</a></li>
<li>Choosing a Database Platform <a href="http://bit.ly/b9aKCj">http://bit.ly/b9aKCj</a></li>
<li>11 Answers to &#8220;Why Isn&#8217;t My BI Application Useful?&#8221; <a href="http://bit.ly/9edNEI">http://bit.ly/9edNEI</a></li>
<li>Five Indispensable #MySQL Tools <a href="http://bit.ly/cFnFfv">http://bit.ly/cFnFfv</a></li>
<li>#SQLServer 2008 Analysis Services Consolidation Best Practices <a href="http://bit.ly/9M7RZX">http://bit.ly/9M7RZX</a></li>
<li>A faster way to prepare dimensional databases <a href="http://bit.ly/91sEIe">http://bit.ly/91sEIe</a></li>
<li>Tips for Simplifying Crosstab Query Statements <a href="http://bit.ly/9jrOCK">http://bit.ly/9jrOCK</a></li>
<li>Security and Compliance for #SaaS BI <a href="http://bit.ly/dbrubD">http://bit.ly/dbrubD</a></li>
<li>Forecasting (Linear Regression) with #SQLServer <a href="http://bit.ly/aG1eXV">http://bit.ly/aG1eXV</a></li>
<li>Tips for New DBAs <a href="http://bit.ly/drrWwK">http://bit.ly/drrWwK</a></li>
<li>The Data Management Lifecycle <a href="http://bit.ly/9cBT4q">http://bit.ly/9cBT4q</a></li>
<li>Data Quality for Operational BI <a href="http://bit.ly/aSIMRm">http://bit.ly/aSIMRm</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/s6GB7-SDyYE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-04-09/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-04-09/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2010-01-25) SQL Server, Data Warehouse, OLAP, Jaspersoft, MySQL, T-SQL, BPM, MDM, SSAS, PowerPivot, DAX</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/E3Hbo3qcEEg/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-25/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[BPM]]></category>

		<category><![CDATA[Data Warehouse]]></category>

		<category><![CDATA[DAX]]></category>

		<category><![CDATA[Jaspersoft]]></category>

		<category><![CDATA[MDM]]></category>

		<category><![CDATA[Microsoft Power Pivot]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[olap]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-25/</guid>
		<description><![CDATA[
Data Warehousing 2.0 and #SQLServer: Architecture and Vision http://bit.ly/5zzQHc #
Microsoft doesn&#8217;t play the (traditional) BI client game http://bit.ly/8pAlEj #
Different Data Warehouses http://bit.ly/7qm9pD #
Business Intelligence is More than #OLAP http://bit.ly/72DNg9 #
Fast-growing #Jaspersoft aims higher with paid BI, http://bit.ly/6tkKgu (via @jgptec) #
Crosstab Query in #MySQL http://bit.ly/55M9rg #
A Genetic Algorithm Sample in T-SQL http://bit.ly/7TeZj7 #SQLServer #
Setting up #Oracle [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Data Warehousing 2.0 and #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a>: Architecture and Vision <a rel="nofollow" href="http://bit.ly/5zzQHc">http://bit.ly/5zzQHc</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7699088333">#</a></li>
<li>Microsoft doesn&#8217;t play the (traditional) BI client game <a rel="nofollow" href="http://bit.ly/8pAlEj">http://bit.ly/8pAlEj</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7699142836">#</a></li>
<li>Different Data Warehouses <a rel="nofollow" href="http://bit.ly/7qm9pD">http://bit.ly/7qm9pD</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7699285530">#</a></li>
<li>Business Intelligence is More than #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23OLAP">OLAP</a> <a rel="nofollow" href="http://bit.ly/72DNg9">http://bit.ly/72DNg9</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7699312983">#</a></li>
<li>Fast-growing #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Jaspersoft">Jaspersoft</a> aims higher with paid BI, <a rel="nofollow" href="http://bit.ly/6tkKgu">http://bit.ly/6tkKgu</a> (via @<a class="aktt_username" href="http://twitter.com/jgptec">jgptec</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7712082836">#</a></li>
<li>Crosstab Query in #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23MySQL">MySQL</a> <a rel="nofollow" href="http://bit.ly/55M9rg">http://bit.ly/55M9rg</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834112890">#</a></li>
<li>A Genetic Algorithm Sample in T-SQL <a rel="nofollow" href="http://bit.ly/7TeZj7">http://bit.ly/7TeZj7</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834147661">#</a></li>
<li>Setting up #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Oracle">Oracle</a> as a Data Source for #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> <a rel="nofollow" href="http://bit.ly/5OgSv4">http://bit.ly/5OgSv4</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834204037">#</a></li>
<li>#BPM Push - 5 Predictions for 2010 and Beyond <a rel="nofollow" href="http://bit.ly/64EfQw">http://bit.ly/64EfQw</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834234787">#</a></li>
<li>Tech Recession is Over: Forrester <a rel="nofollow" href="http://bit.ly/700N9w">http://bit.ly/700N9w</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834273336">#</a></li>
<li>Business Analytics for Troubled Times <a rel="nofollow" href="http://bit.ly/5PyK8o">http://bit.ly/5PyK8o</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834294119">#</a></li>
<li>Back to Basics: 12 Technology Predictions for 2010 <a rel="nofollow" href="http://bit.ly/6Bu5jL">http://bit.ly/6Bu5jL</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834319569">#</a></li>
<li>Normalization is Impractical for Master Data <a rel="nofollow" href="http://bit.ly/5TQUax">http://bit.ly/5TQUax</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834335736">#</a></li>
<li>Master Data Management Success Factors – A Checklist <a rel="nofollow" href="http://bit.ly/8wqXgb">http://bit.ly/8wqXgb</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23MDM">MDM</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834356762">#</a></li>
<li>Master Data Management Checklist 2: Organizational Preparation <a rel="nofollow" href="http://bit.ly/6PJIXH">http://bit.ly/6PJIXH</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23MDM">MDM</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834377268">#</a></li>
<li>Six Ways to Lower Costs with Predictive Analytics <a rel="nofollow" href="http://bit.ly/7ntBin">http://bit.ly/7ntBin</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7834402617">#</a></li>
<li>Seven Options for Better Business Requirements <a rel="nofollow" href="http://bit.ly/6mKSla">http://bit.ly/6mKSla</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23BI">BI</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7923123246">#</a></li>
<li>Next version of Microsoft Business Intelligence is available in BETA! <a rel="nofollow" href="http://goo.gl/fb/JQCe">http://goo.gl/fb/JQCe</a> (via @<a class="aktt_username" href="http://twitter.com/SmartDataCo">SmartDataCo</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7923285120">#</a></li>
<li>Ranet.UILibrary.Olap New #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23OpenSource">OpenSource</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Silverlight">Silverlight</a> UI Component Library for #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> <a rel="nofollow" href="http://bit.ly/7Blzdu">http://bit.ly/7Blzdu</a> (via @<a class="aktt_username" href="http://twitter.com/VidasM">VidasM</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8092447830">#</a></li>
<li>RT @mssqlserver: How Do I: Monitor SQL Server Analysis Services Performance? <a rel="nofollow" href="http://bit.ly/7sBUoy">http://bit.ly/7sBUoy</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8138925420">#</a></li>
<li>RT @powerpivotpro: Over 100 #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23PowerPivot">PowerPivot</a> questions answered already on the #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23PowerPivot">PowerPivot</a> FAQ! <a rel="nofollow" href="http://bit.ly/7psDCu">http://bit.ly/7psDCu</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8138941538">#</a></li>
<li>Top 10 Features of #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> 2008 R2 <a rel="nofollow" href="http://bit.ly/83ynfc">http://bit.ly/83ynfc</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8181220625">#</a></li>
<li>#PowerPivot Management <a rel="nofollow" href="http://bit.ly/6t0WMw">http://bit.ly/6t0WMw</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SharePoint">SharePoint</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8181384226">#</a></li>
<li>#PowerPivot – Creating A Basic Report <a rel="nofollow" href="http://bit.ly/8b1OGV">http://bit.ly/8b1OGV</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8181409926">#</a></li>
<li>#PowerPivot – Basic DAX <a rel="nofollow" href="http://bit.ly/6y5vaJ">http://bit.ly/6y5vaJ</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8181434966">#</a></li>
<li>ABC Analysis in #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23PowerPivot">PowerPivot</a> <a rel="nofollow" href="http://bit.ly/8lZPHy">http://bit.ly/8lZPHy</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8181464056">#</a></li>
<li>Self-Service BI with #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23PowerPivot">PowerPivot</a> for #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Excel">Excel</a> 2010 <a rel="nofollow" href="http://bit.ly/7JUHVd">http://bit.ly/7JUHVd</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/8181597637">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/E3Hbo3qcEEg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-25/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-25/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2010-01-10) SQL Server 2008, Azure, Cloud Computing, SSIS, Report Portal, BI-LA, BI-MX, SQL Sentry</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/WvueYNHDng8/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-10/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 05:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Azure]]></category>

		<category><![CDATA[Business Intelligence Latin America]]></category>

		<category><![CDATA[Business Intelligence Mexico]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[Report Portal]]></category>

		<category><![CDATA[SQL Sentry]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-11/</guid>
		<description><![CDATA[
BI 2010: Evolving to Meet Demands of the Changing Business Landscape http://bit.ly/8gY35X #
Application and Multi-Server Management #SQLServer 2008 http://bit.ly/5jhnN8 #
Microsoft Goes Deeper Into the Cloud with Azure http://bit.ly/65HL3U #CloudComputing #
Q&#38;A: How Agile BI Can Ease Data Access http://bit.ly/8bDizl #
Using #SSIS to zip files and email the zipped files http://bit.ly/8YFANj #
Report Portal, Solución Integral de Business [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>BI 2010: Evolving to Meet Demands of the Changing Business Landscape <a rel="nofollow" href="http://bit.ly/8gY35X">http://bit.ly/8gY35X</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7508577009">#</a></li>
<li>Application and Multi-Server Management #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> 2008 <a rel="nofollow" href="http://bit.ly/5jhnN8">http://bit.ly/5jhnN8</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7508638457">#</a></li>
<li>Microsoft Goes Deeper Into the Cloud with Azure <a rel="nofollow" href="http://bit.ly/65HL3U">http://bit.ly/65HL3U</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7508838323">#</a></li>
<li>Q&amp;A: How Agile BI Can Ease Data Access <a rel="nofollow" href="http://bit.ly/8bDizl">http://bit.ly/8bDizl</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7508851243">#</a></li>
<li>Using #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSIS">SSIS</a> to zip files and email the zipped files <a rel="nofollow" href="http://bit.ly/8YFANj">http://bit.ly/8YFANj</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7508900979">#</a></li>
<li>Report Portal, Solución Integral de Business Intelligence, Descarga Demo 100% Funcional por 60 Días <a rel="nofollow" href="http://bit.ly/7iwjUF">http://bit.ly/7iwjUF</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7509023745">#</a></li>
<li>Business Intelligence Latin America en LinkedIn <a rel="nofollow" href="http://bit.ly/6LPL2P">http://bit.ly/6LPL2P</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7509110978">#</a></li>
<li>Business Intelligence Mexico en LinkedIn <a rel="nofollow" href="http://bit.ly/5WomqO">http://bit.ly/5WomqO</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7509133493">#</a></li>
<li>Top 10 steps to optimize data access in #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a>. Part I (Use Indexing) <a rel="nofollow" href="http://bit.ly/8f6nmC">http://bit.ly/8f6nmC</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7509210270">#</a></li>
<li>Top 10 steps to optimize data access in #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a>. Part II (Re-factor TSQLs and apply best practices) <a rel="nofollow" href="http://bit.ly/6Kka8x">http://bit.ly/6Kka8x</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7509225330">#</a></li>
<li>SQL Sentry Performance Advisor for Analysis Services Named 2009 Editors’ Best Award Winner by SQL Server Magazine <a rel="nofollow" href="http://bit.ly/8hPwpT">http://bit.ly/8hPwpT</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/7509285892">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/WvueYNHDng8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-10/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2010-01-10/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-12-20) BI Predictions 2010, PowerPivot, Cloud Computing, SSMS, SSAS</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/d1OrPFpBSM8/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-20/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 04:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[Microsoft Power Pivot]]></category>

		<category><![CDATA[SSAS]]></category>

		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-20/</guid>
		<description><![CDATA[
RT @ebizq: Top 10 BI Predictions for 2010 http://bit.ly/8Jq5W5 #
#PowerPivot 101 – an Introduction http://bit.ly/4uEHlH #
RT @BISoftwareNews: Increasing Business Intelligence Options for &#8216;10 (ZDNet) http://bit.ly/6pSESo #BI #
Future of the Web and the Cloud: Data Sharing or Data Silos? http://bit.ly/83RlGV #
The Year Ahead: IT in Transition, BI Rising http://bit.ly/8tlp3i #
Cube Storage: Planning Partitions from a SQL [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @ebizq: Top 10 BI Predictions for 2010 <a rel="nofollow" href="http://bit.ly/8Jq5W5">http://bit.ly/8Jq5W5</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6678819227">#</a></li>
<li>#PowerPivot 101 – an Introduction <a rel="nofollow" href="http://bit.ly/4uEHlH">http://bit.ly/4uEHlH</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6685660492">#</a></li>
<li>RT @BISoftwareNews: Increasing Business Intelligence Options for &#8216;10 (ZDNet) <a rel="nofollow" href="http://bit.ly/6pSESo">http://bit.ly/6pSESo</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23BI">BI</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6706749700">#</a></li>
<li>Future of the Web and the Cloud: Data Sharing or Data Silos? <a rel="nofollow" href="http://bit.ly/83RlGV">http://bit.ly/83RlGV</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6707155328">#</a></li>
<li>The Year Ahead: IT in Transition, BI Rising <a rel="nofollow" href="http://bit.ly/8tlp3i">http://bit.ly/8tlp3i</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6788921924">#</a></li>
<li>Cube Storage: Planning Partitions from a SQL Server Management Studio Perspective <a rel="nofollow" href="http://bit.ly/8m5D7i">http://bit.ly/8m5D7i</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSMS">SSMS</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6788938582">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/d1OrPFpBSM8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-20/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-20/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-12-13) OSBI, Cloud Computing, SQL Server, Azure, Data Mining</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/MTGhf94Ppig/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-13/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Azure]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[Data Mining]]></category>

		<category><![CDATA[OPENSOURCE BI]]></category>

		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-13/</guid>
		<description><![CDATA[
Perspectives: Open Source BI&#8217;s Very Bright Future http://bit.ly/8lZYrU #OSBI #
Upstarts Filling BI/DW Gaps http://bit.ly/5mw1HZ #
Q&#38;A: #CloudComputing &#8217;s Pros, Cons, and Potential http://bit.ly/6vKN1J #
SQL Server Management Studio and SQL Azure http://bit.ly/83E36p #SSMS #
A Decision Tree inside out http://bit.ly/6KNMg6 #SQLServer #SSAS #DataMining #
Explore filtered models in #SQLServer 2008 http://bit.ly/6GHGK6 #SSAS #DataMining #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Perspectives: Open Source BI&#8217;s Very Bright Future <a rel="nofollow" href="http://bit.ly/8lZYrU">http://bit.ly/8lZYrU</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23OSBI">OSBI</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6536906484">#</a></li>
<li>Upstarts Filling BI/DW Gaps <a rel="nofollow" href="http://bit.ly/5mw1HZ">http://bit.ly/5mw1HZ</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6536938294">#</a></li>
<li>Q&amp;A: #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> &#8217;s Pros, Cons, and Potential <a rel="nofollow" href="http://bit.ly/6vKN1J">http://bit.ly/6vKN1J</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6538172788">#</a></li>
<li>SQL Server Management Studio and SQL Azure <a rel="nofollow" href="http://bit.ly/83E36p">http://bit.ly/83E36p</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSMS">SSMS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6538207375">#</a></li>
<li>A Decision Tree inside out <a rel="nofollow" href="http://bit.ly/6KNMg6">http://bit.ly/6KNMg6</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DataMining">DataMining</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6538305133">#</a></li>
<li>Explore filtered models in #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> 2008 <a rel="nofollow" href="http://bit.ly/6GHGK6">http://bit.ly/6GHGK6</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DataMining">DataMining</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6538360935">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/MTGhf94Ppig" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-13/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-12-13/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-11-29) SQL Server, SSAS, Azure, BI Mobile, MDM, iPhone</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/gnZ8yvcSbT4/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-29/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Azure]]></category>

		<category><![CDATA[BI Mobile]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[MDM]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-29/</guid>
		<description><![CDATA[
RT @mssqlserver: Comparing cursor vs. WHILE loop performance in SQL Server 2008 http://bit.ly/7zr6hv #
Using the SQL Server Analysis Services #SSAS Deployment Wizard http://bit.ly/6vJQ9V #
Microsoft Business Intelligence Project Booster Kit http://bit.ly/5BgUXI #
Building Windows Azure Cloud Service Applications with Azure Storage and the Azure SDK http://bit.ly/89FwfK #CloudComputing #
#SQLServer Undocumented Extended and Stored Procedures http://bit.ly/77SRa7 #
Not All Mobile [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @mssqlserver: Comparing cursor vs. WHILE loop performance in SQL Server 2008 <a rel="nofollow" href="http://bit.ly/7zr6hv">http://bit.ly/7zr6hv</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6068774247">#</a></li>
<li>Using the SQL Server Analysis Services #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> Deployment Wizard <a rel="nofollow" href="http://bit.ly/6vJQ9V">http://bit.ly/6vJQ9V</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6068832862">#</a></li>
<li>Microsoft Business Intelligence Project Booster Kit <a rel="nofollow" href="http://bit.ly/5BgUXI">http://bit.ly/5BgUXI</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6069116570">#</a></li>
<li>Building Windows Azure Cloud Service Applications with Azure Storage and the Azure SDK <a rel="nofollow" href="http://bit.ly/89FwfK">http://bit.ly/89FwfK</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6069149735">#</a></li>
<li>#SQLServer Undocumented Extended and Stored Procedures <a rel="nofollow" href="http://bit.ly/77SRa7">http://bit.ly/77SRa7</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6069195974">#</a></li>
<li>Not All Mobile BI Applications Are Created Equal <a rel="nofollow" href="http://bit.ly/90vEUP">http://bit.ly/90vEUP</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6069266026">#</a></li>
<li>Top 5 Master Data Management Misconceptions <a rel="nofollow" href="http://bit.ly/57oOoR">http://bit.ly/57oOoR</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23MDM">MDM</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6069281520">#</a></li>
<li>#MDM : Build or Buy? <a rel="nofollow" href="http://bit.ly/5MpriA">http://bit.ly/5MpriA</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6069302283">#</a></li>
<li>Five Key Elements of a Business Analytics Strategy in a Weak Economy <a rel="nofollow" href="http://bit.ly/7fDtJF">http://bit.ly/7fDtJF</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6069318286">#</a></li>
<li>RT @jgptec: Yellowfin launches its Business Intelligence application for the iPhone, <a rel="nofollow" href="http://bit.ly/8XvBqS">http://bit.ly/8XvBqS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6087015543">#</a></li>
<li>RT @joemckendrick: Gartner &#8216;Magic Quadrant for Dummies&#8217;&#8230; hilarous! <a rel="nofollow" href="http://bit.ly/4sdIUL">http://bit.ly/4sdIUL</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6089138807">#</a></li>
<li>Raw Materials - The Cube <a rel="nofollow" href="http://bit.ly/8XDp1T">http://bit.ly/8XDp1T</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/6093900155">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/gnZ8yvcSbT4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-29/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-29/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-11-22) Data Warehouse, Performance, Azure, Cloud Computing, OSLO</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/JL0MvV9vEKU/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-22/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 04:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Azure]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[Data Warehouse]]></category>

		<category><![CDATA[OSLO]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-22/</guid>
		<description><![CDATA[
What a #DataWarehouse is Not http://bit.ly/3eCNKA #
Performance Tuning OLAP Reports http://bit.ly/fk8ue #SSAS #
SQL #Azure TSQL http://bit.ly/2G1bWI #CloudComputing #
How To Differentiate Advanced Data Visualization Solutions http://bit.ly/1RRVIR #
You Still Need Infrastructure for the Cloud http://bit.ly/33340t #CloudComputing #
How Secure Is #CloudComputing? http://bit.ly/1Yufrf #
RT @mssqlserver: SQL Server Modelling - November CTP http://bit.ly/eevm #
RT @mssqlserver: Oslo transforms into the underlying [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>What a #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DataWarehouse">DataWarehouse</a> is Not <a rel="nofollow" href="http://bit.ly/3eCNKA">http://bit.ly/3eCNKA</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5788569133">#</a></li>
<li>Performance Tuning OLAP Reports <a rel="nofollow" href="http://bit.ly/fk8ue">http://bit.ly/fk8ue</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5788606039">#</a></li>
<li>SQL #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Azure">Azure</a> TSQL <a rel="nofollow" href="http://bit.ly/2G1bWI">http://bit.ly/2G1bWI</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5788631762">#</a></li>
<li>How To Differentiate Advanced Data Visualization Solutions <a rel="nofollow" href="http://bit.ly/1RRVIR">http://bit.ly/1RRVIR</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5788677986">#</a></li>
<li>You Still Need Infrastructure for the Cloud <a rel="nofollow" href="http://bit.ly/33340t">http://bit.ly/33340t</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5788694214">#</a></li>
<li>How Secure Is #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a>? <a rel="nofollow" href="http://bit.ly/1Yufrf">http://bit.ly/1Yufrf</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5799169740">#</a></li>
<li>RT @mssqlserver: SQL Server Modelling - November CTP <a rel="nofollow" href="http://bit.ly/eevm">http://bit.ly/eevm</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5816699547">#</a></li>
<li>RT @mssqlserver: Oslo transforms into the underlying application model of the cloud <a rel="nofollow" href="http://bit.ly/i6LOZ">http://bit.ly/i6LOZ</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5816702362">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/JL0MvV9vEKU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-22/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-22/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-11-15) SQL Server, Microsoft OSLO, Cloud Computing, Windows Azure</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/YtGpuBX-pr8/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-15/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 04:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Azure]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[OSLO]]></category>

		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-15/</guid>
		<description><![CDATA[
RT @mssqlserver: SQL Server 2008 R2 November 2009 CTP3 now available - Windows Live http://bit.ly/2V7tXI #
RT @mssqlserver: Microsoft rechristens Oslo modeling platform http://bit.ly/3vH3M0 #
Top tips and tricks for SQL Server database development http://bit.ly/aeEF #SQLServer #DotNet #
Q&#38;A: Moving forward with #SQLServer in the cloud http://bit.ly/kXoPv #Azure #CloudComputing #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @mssqlserver: SQL Server 2008 R2 November 2009 CTP3 now available - Windows Live <a rel="nofollow" href="http://bit.ly/2V7tXI">http://bit.ly/2V7tXI</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5621417415">#</a></li>
<li>RT @mssqlserver: Microsoft rechristens Oslo modeling platform <a rel="nofollow" href="http://bit.ly/3vH3M0">http://bit.ly/3vH3M0</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5621444547">#</a></li>
<li>Top tips and tricks for SQL Server database development <a rel="nofollow" href="http://bit.ly/aeEF">http://bit.ly/aeEF</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DotNet">DotNet</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5653217190">#</a></li>
<li>Q&amp;A: Moving forward with #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> in the cloud <a rel="nofollow" href="http://bit.ly/kXoPv">http://bit.ly/kXoPv</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Azure">Azure</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5653253737">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/YtGpuBX-pr8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-15/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-15/</feedburner:origLink></item>
		<item>
		<title>Microsoft PowerPivot</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/WIUL9RkTfUg/</link>
		<comments>http://www.gravitar.biz/index.php/bi/microsoft-powerpivot/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 05:34:34 +0000</pubDate>
		<dc:creator>Nelica Valero</dc:creator>
		
		<category><![CDATA[Business Intelligence]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[Microsoft Power Pivot]]></category>

		<category><![CDATA[Project Gemini]]></category>

		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/?p=1137</guid>
		<description><![CDATA[ 




Microsoft PowerPivot es un complemento de análisis de datos de Excel 2010, antes conocido como &#8220;Project Gemini&#8221;, que proporciona una potencia computacional sin precedentes directamente dentro de Excel 2010.
PowerPivot proporciona su enlace a los usuarios de negocios de BI, mientras permite a las organizaciones monitorear y manejar la colaboración eficientemente usando SharePoint 2010 y SQL [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: center;"> </p>
<p class="MsoNormal" style="text-align: center;"><img class="size-full wp-image-1145 aligncenter noborder" title="office2010" src="http://www.gravitar.biz/wp-content/uploads/2009/11/office2010.gif" alt="office2010" width="225" height="60" /></p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal" style="text-align: justify;"><strong>Microsoft PowerPivot</strong> es un complemento de análisis de datos de <em>Excel 2010</em>, antes conocido como<em> &#8220;Project Gemini&#8221;</em>, que proporciona una potencia computacional sin precedentes directamente dentro de <em>Excel 2010</em>.</p>
<p class="MsoNormal" style="text-align: justify;"><em><strong>PowerPivot</strong></em> proporciona su enlace a los usuarios de negocios de BI, mientras permite a las organizaciones monitorear y manejar la colaboración eficientemente usando <em>SharePoint 2010</em> y <em>SQL Server 2008</em> basado en herramientas de gestión.</p>
<p class="MsoNormal" style="text-align: center;">Este es un ejemplo de lo que produce <em><strong>PowerPivot</strong></em>, es una imagen tomada directamente de <em>Excel</em>:</p>
<p class="MsoNormal"><img class="aligncenter size-medium wp-image-1138" title="powerpivot" src="http://www.gravitar.biz/wp-content/uploads/2009/11/powerpivot-300x187.gif" alt="powerpivot" width="300" height="187" /></p>
<p class="MsoNormal"><strong>Novedades de BI.</strong></p>
<p class="MsoNormal">La tecnología de <em><strong>PowerPivot</strong></em> redefine a los departamentos de TI el entregar y tener éxito con BI.</p>
<ul>
<li><strong>Dar a los usuarios la mejor herramienta disponible de análisis de datos.</strong> Se basa en la familiaridad con <em>Excel</em> para acelerar la adopción del usuario. Ampliar las capacidades existentes con la compresión basada en columnas y en la memoria del motor BI, fuentes de datos prácticamente ilimitadas, y las nuevas expresiones de análisis de datos en una familiar formula de Sintaxis.</li>
<li><strong>Facilita el compartimiento de conocimientos y colaboración generados por los usuarios de BI.</strong><span> </span>Implementar <em>Sharepoint</em> para proveer la base de colaboración con todas las capacidades escenciales incluyendo seguridad, flujo de trabajo, control de versión y servicios de <em>Excel</em>. Instalar <em>SQL Server 2008 R2</em> para habilitar el soporte de aplicaciones BI en <em>Sharepoint</em>, incluyendo la actualización de datos automática, el procesamiento de datos con el mismo rendimiento que en <em>Exce</em>l y el tablero de manejo de <em>Power Pivot</em>. Sus usuarios pueden acceder a los libros de trabajo en el navegador, sin tener que descargar los libros de trabajo y los datos para cada estación de trabajo.</li>
<li><strong>Aumenta la eficiencia de la Gestion de BI.</strong> Utilizar la interfaz de Gestion <em>Power Pivot</em> para gestionar el rendimiento, la disponibilidad y calidad del servicio. Descubra las aplicaciones de misión critica<span> </span>y asegurese que se asignan los recursos adecuados.</li>
<li><strong>Proporcionar el acceso seguro a los datos de confianza.</strong> Aprovecha la alimentación de datos de <em>SQL Server Reporting Services</em> para encapsular los sistemas de la empresa y reusar los libros compartidos como fuentes de datos en nuevos análisis.</li>
</ul>
<p style="text-align: center; ">Muestra de <em>Power Pivot</em> usando <em>Silverlight</em>.</p>
<p><img class="aligncenter size-medium wp-image-1139" title="powerpivotsilverlight" src="http://www.gravitar.biz/wp-content/uploads/2009/11/powerpivotsilverlight-300x173.gif" alt="powerpivotsilverlight" width="300" height="173" /></p>
<p class="MsoNormal"><strong>Power Pivot para Excel 2010.</strong></p>
<p><span>Es un complemento de </span><em>Microsoft Excel 2010</em><span> que permite crear poderosos análisis mediante una rápida manipulación de millones de filas de datos dentro de un libro de trabajo de </span><em>Excel</em><span> y utilizar </span><em>Microsoft Office 2010</em><span> para compartir y colaborar en tus ideas con tu equipo.</span></p>
<p><span><img class="aligncenter size-medium wp-image-1140" title="powerpivotexcel" src="http://www.gravitar.biz/wp-content/uploads/2009/11/powerpivotexcel-300x186.gif" alt="powerpivotexcel" width="300" height="186" /></span></p>
<p class="MsoNormal">
<p class="MsoNormal">Usted puede combinar la funcionalidad nativa de <em>Excel 2010</em> con <em><strong>PowerPivot</strong></em> en el motor de memoria para permitir a los usuarios explorar interactivamente y realizar cálculos en grandes conjuntos<span> </span>de datos. Además, es fácil racionalizar el proceso de integración de datos de múltiples fuentes, incluyendo bases de datos corporativas, hojas de cálculo, informes y alimentación de datos.</p>
<p class="MsoNormal">Compartir y colaborar con la confianza de fácilmente poder publicar su análisis a <em>SharePoint 2010</em> y otros usuarios poder disfrutar las capacidades de la misma corta y rápida consulta cuando trabaja con su Servicio de Reportes <em>Excel</em>.</p>
<p class="MsoNormal"><strong>PowerPivot para SharePoint 2010</strong></p>
<p class="MsoNormal"><em>Sharepoint</em> proporciona una gran plataforma que es fundamental para lograr el objetivo primordial de extender la tecnología de BI a una organizacion.</p>
<p class="MsoNormal"><img class="aligncenter size-medium wp-image-1142" title="sharepointgallery" src="http://www.gravitar.biz/wp-content/uploads/2009/11/sharepointgallery-300x144.gif" alt="sharepointgallery" width="300" height="144" /></p>
<ul style="text-align: justify;">
<li><strong>Gran conjunto de características para la colaboración.</strong> Dado que los datos de <em><strong>PowerPivot</strong></em> se almacenan en un libro de <em>Excel</em>, S<em>harepoint</em> proporciona todo el apoyo para el intercambio de documentos, el control de versiones, flujos de trabajo, gestiona la seguridad mas fácil, la flexibilidad en la creación de sitios, sub sitios y librerías de documentos, personalización de portales, etc. Esta automaticante disponible para los usuarios de <em><strong>PowerPivot</strong></em>.</li>
<li><strong>Aumento de la capacidad de penetración.</strong> Como <em>Sharepoint</em> es desplegado en mas organizaciones, los usuarios de negocios y de TI son cada vez mas familiarizados con la herramienta, asi como las mejores prácticas de cómo usarlo. <em><strong>PowerPivot</strong></em> extenderá las herramientas, procesos y aprendizajes en lugar de reemplazarlas.</li>
<li><strong>Recursos centralizados.</strong> Los usuarios de negocios pueden depender de una infraestructura alrededor, donde pueden programar el trabajo a suceder, en los que no tienen que preocuparse por las copias de seguridad o de gestión de servidores. La separación de funciones que permite <em>SharePoint</em><span> </span>se centra en la infraestructura y el cumplimiento, mientras que los usuarios de negocios se centran en el contenido es perfecto para habilitar el manejo de <em>Self Service Bussines Intelligence</em>.</li>
</ul>
<p style="text-align: center;"><img class="size-medium wp-image-1141 aligncenter" title="powerpivotsilverlight2" src="http://www.gravitar.biz/wp-content/uploads/2009/11/powerpivotsilverlight2-300x175.gif" alt="powerpivotsilverlight2" width="300" height="175" /></p>
<p style="text-align: center;">
<p style="text-align: left;"><strong>Referencias:</strong></p>
<p style="text-align: left;">
<p class="MsoNormal"><a href="http://www.powerpivot.com/">http://www.powerpivot.com</a></p>
<p class="MsoNormal"><a href="http://powerpivotpro.com/what-is-powerpivot/">http://powerpivotpro.com/what-is-powerpivot/</a></p>
<p class="MsoNormal"><a href="http://blogs.msdn.com/excel/archive/2009/10/23/using-powerpivot-with-excel-2010.aspx">http://blogs.msdn.com/excel/archive/2009/10/23/using-powerpivot-with-excel-2010.aspx</a></p>
<p class="MsoNormal"><a href="http://blogs.msdn.com/excel/archive/2009/10/29/powerpivot-for-sharepoint-2010-the-business-user-s-perspective.aspx">http://blogs.msdn.com/excel/archive/2009/10/29/powerpivot-for-sharepoint-2010-the-business-user-s-perspective.aspx</a></p>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/WIUL9RkTfUg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi/microsoft-powerpivot/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi/microsoft-powerpivot/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-11-08) SQL Server, SAP, SSAS, Cloud Computing, Panorama, SSRS</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/jicrTO2ONIo/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-08/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 04:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[Panorama]]></category>

		<category><![CDATA[SAP]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[SSAS]]></category>

		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-08/</guid>
		<description><![CDATA[
An Introduction to CouchDB &#8220;document-oriented database&#8221; http://bit.ly/2YNTj3 #
Using SQL Server 2008 Reporting Services with #SAP NetWeaver Business Intelligence http://bit.ly/3j0QtV #SSRS #
DBA career paths could lead to business intelligence http://bit.ly/2CRoUH #
Improving Cube Performance with Precalculated Aggregations http://bit.ly/4kZ3iy #SQLServer #SSAS #
Moving Data to Enterprise Clouds http://bit.ly/3fpEtA #CloudComputing #
RT @VidasM: Panorama software to support #PowerPivot: http://bit.ly/KWzUj #
RT @FlexMonster: [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>An Introduction to CouchDB &#8220;document-oriented database&#8221; <a rel="nofollow" href="http://bit.ly/2YNTj3">http://bit.ly/2YNTj3</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5375450298">#</a></li>
<li>Using SQL Server 2008 Reporting Services with #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SAP">SAP</a> NetWeaver Business Intelligence <a rel="nofollow" href="http://bit.ly/3j0QtV">http://bit.ly/3j0QtV</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSRS">SSRS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5375484815">#</a></li>
<li>DBA career paths could lead to business intelligence <a rel="nofollow" href="http://bit.ly/2CRoUH">http://bit.ly/2CRoUH</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5453747277">#</a></li>
<li>Improving Cube Performance with Precalculated Aggregations <a rel="nofollow" href="http://bit.ly/4kZ3iy">http://bit.ly/4kZ3iy</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5453778870">#</a></li>
<li>Moving Data to Enterprise Clouds <a rel="nofollow" href="http://bit.ly/3fpEtA">http://bit.ly/3fpEtA</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5454036333">#</a></li>
<li>RT @VidasM: Panorama software to support #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23PowerPivot">PowerPivot</a>: <a rel="nofollow" href="http://bit.ly/KWzUj">http://bit.ly/KWzUj</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5455797054">#</a></li>
<li>RT @FlexMonster: RT @DM2009DM: OLAP market share: <a rel="nofollow" href="http://bit.ly/4dwPBh">http://bit.ly/4dwPBh</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5510307327">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/jicrTO2ONIo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-08/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-08/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-11-01) SQL Server, Oracle, Data Warehouse, MySql, Cloud Computing, OSLO, SSAS, Power Pivot</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/MwjlNFdFJcs/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-01/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 04:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[Data Warehouse]]></category>

		<category><![CDATA[Microsoft Power Pivot]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[ORACLE]]></category>

		<category><![CDATA[OSLO]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-01/</guid>
		<description><![CDATA[
#SQLServer Introduction to Indexes http://bit.ly/5z5SW #
#SQLserver The Query Optimizer: Date Correlation Optimisation http://bit.ly/10zNJL #
#SQLServer Database Space Capacity Planning http://bit.ly/2e7rf1 #
#SQL Server Cross Tabs and Pivots, Part 1 – Converting Rows to Columns http://bit.ly/397odX #
The Five Challenges Facing #Oracle http://bit.ly/147hnc #
Are data warehouses made for the cloud? http://bit.ly/HbQ0u #DW #CloudComputing #
Visualizing Parallelism and Concurrency in Visual [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>#SQLServer Introduction to Indexes <a rel="nofollow" href="http://bit.ly/5z5SW">http://bit.ly/5z5SW</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5178466261">#</a></li>
<li>#SQLserver The Query Optimizer: Date Correlation Optimisation <a rel="nofollow" href="http://bit.ly/10zNJL">http://bit.ly/10zNJL</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5178501773">#</a></li>
<li>#SQLServer Database Space Capacity Planning <a rel="nofollow" href="http://bit.ly/2e7rf1">http://bit.ly/2e7rf1</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5178579358">#</a></li>
<li>#SQL Server Cross Tabs and Pivots, Part 1 – Converting Rows to Columns <a rel="nofollow" href="http://bit.ly/397odX">http://bit.ly/397odX</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355296075">#</a></li>
<li>The Five Challenges Facing #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Oracle">Oracle</a> <a rel="nofollow" href="http://bit.ly/147hnc">http://bit.ly/147hnc</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355329581">#</a></li>
<li>Are data warehouses made for the cloud? <a rel="nofollow" href="http://bit.ly/HbQ0u">http://bit.ly/HbQ0u</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DW">DW</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355399034">#</a></li>
<li>Visualizing Parallelism and Concurrency in Visual Studio 2010 Beta 2 <a rel="nofollow" href="http://bit.ly/4fKRHi">http://bit.ly/4fKRHi</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355428411">#</a></li>
<li>Amazon Web Services Announces Relational DB Service <a rel="nofollow" href="http://bit.ly/19OZd3">http://bit.ly/19OZd3</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355782162">#</a></li>
<li>#MySQL gets cloudy with Amazon&#8217;s new database service <a rel="nofollow" href="http://bit.ly/3I1Mf2">http://bit.ly/3I1Mf2</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355829771">#</a></li>
<li>How to Create a Data Warehouse Success Strategy <a rel="nofollow" href="http://bit.ly/18L7Aa">http://bit.ly/18L7Aa</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DW">DW</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355965584">#</a></li>
<li>Data Cleansing in the Cloud <a rel="nofollow" href="http://bit.ly/1DOh2Q">http://bit.ly/1DOh2Q</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5355997272">#</a></li>
<li>What is Microsoft &#8220;Oslo&#8221;? <a rel="nofollow" href="http://bit.ly/kLLr3">http://bit.ly/kLLr3</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5356037660">#</a></li>
<li>InstantCube - Creates cubes quickly by auto-generating the underlying code <a rel="nofollow" href="http://bit.ly/4ghqvK">http://bit.ly/4ghqvK</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSAS">SSAS</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23OSLO">OSLO</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5356096846">#</a></li>
<li>Using #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Oslo">Oslo</a> to Speed Up Database Development <a rel="nofollow" href="http://bit.ly/CsZnu">http://bit.ly/CsZnu</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5356134504">#</a></li>
<li>Using #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23PowerPivot">PowerPivot</a> with #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Excel">Excel</a> 2010 <a rel="nofollow" href="http://bit.ly/V2Vl6">http://bit.ly/V2Vl6</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5356182196">#</a></li>
<li>#PowerPivot for #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SharePoint">SharePoint</a> 2010 – The Business User’s Perspective <a rel="nofollow" href="http://bit.ly/2n9r87">http://bit.ly/2n9r87</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5356261718">#</a></li>
<li>RT @powerpivotpro: @<a class="aktt_username" href="http://twitter.com/_gravitar">_gravitar</a> Check out <a rel="nofollow" href="http://powerpivotpro.com">http://powerpivotpro.com</a> for more posts on #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23powerpivot">powerpivot</a>, an ongoing demo series, and discussions&#8230; <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5356348493">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/MwjlNFdFJcs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-01/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-11-01/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-10-25) SQL Server, Project Gemini, Microsoft Power Pivot, SSAS, SSRS, Cloud Computing, SaaS, ETL, PerformancePoint</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/SMiez2FISNw/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-25/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[Cloud Computing]]></category>

		<category><![CDATA[ETL]]></category>

		<category><![CDATA[Microsoft Power Pivot]]></category>

		<category><![CDATA[PerformancePoint]]></category>

		<category><![CDATA[Project Gemini]]></category>

		<category><![CDATA[SaaS]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[SSAS]]></category>

		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-25/</guid>
		<description><![CDATA[
RT @pinaldave: #sqlauthority #sql SQL SERVER – Introduction to Business Intelligence – Important Terms &#38; Def.. http://bit.ly/2Ok1Ow #
RT @titokapotito: Project Gemini have a name now Microsoft Power Pivot http://bit.ly/2LcP16 #
Microsoft offers second beta for Visual Studio Express http://bit.ly/TS8uf #
Project Gemini name officially revealed as Microsoft SQL Server PowerPivot for Excel http://bit.ly/1jlel0 #
#SQLServer Difference Between Candidate [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @pinaldave: #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23sqlauthority">sqlauthority</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23sql">sql</a> SQL SERVER – Introduction to Business Intelligence – Important Terms &amp; Def.. <a rel="nofollow" href="http://bit.ly/2Ok1Ow">http://bit.ly/2Ok1Ow</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5034287539">#</a></li>
<li>RT @titokapotito: Project Gemini have a name now Microsoft Power Pivot <a rel="nofollow" href="http://bit.ly/2LcP16">http://bit.ly/2LcP16</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5034295867">#</a></li>
<li>Microsoft offers second beta for Visual Studio Express <a rel="nofollow" href="http://bit.ly/TS8uf">http://bit.ly/TS8uf</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150032383">#</a></li>
<li>Project Gemini name officially revealed as Microsoft SQL Server PowerPivot for Excel <a rel="nofollow" href="http://bit.ly/1jlel0">http://bit.ly/1jlel0</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150055416">#</a></li>
<li>#SQLServer Difference Between Candidate Keys and Primary Key <a rel="nofollow" href="http://bit.ly/1BdF4p">http://bit.ly/1BdF4p</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150144928">#</a></li>
<li>#SQLServer Understanding INNER join in detail <a rel="nofollow" href="http://bit.ly/Rs2P3">http://bit.ly/Rs2P3</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150194196">#</a></li>
<li>#SSAS Cube Storage: Introduction to Partitions <a rel="nofollow" href="http://bit.ly/18vqq1">http://bit.ly/18vqq1</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150252013">#</a></li>
<li>Parallelism and the Cloud <a rel="nofollow" href="http://bit.ly/F0k3W">http://bit.ly/F0k3W</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SaaS">SaaS</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23CloudComputing">CloudComputing</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150303748">#</a></li>
<li>Getting started with SQL Azure <a rel="nofollow" href="http://bit.ly/3v7hgf">http://bit.ly/3v7hgf</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150348917">#</a></li>
<li>Enabling the Dedicated Administrator Connection (DAC) in #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> Express <a rel="nofollow" href="http://bit.ly/1xP5RH">http://bit.ly/1xP5RH</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150402351">#</a></li>
<li>Using SqlBulkCopy To Perform Efficient Bulk SQL Operations <a rel="nofollow" href="http://bit.ly/3eOdnS">http://bit.ly/3eOdnS</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DOTNET">DOTNET</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150461191">#</a></li>
<li>Avoid Exposing Concurrency: Hide It Inside Synchronous Methods <a rel="nofollow" href="http://bit.ly/Q5I3e">http://bit.ly/Q5I3e</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150546225">#</a></li>
<li>Distributed and Scalable Non-Relational Database Systems <a rel="nofollow" href="http://bit.ly/2GcekQ">http://bit.ly/2GcekQ</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150575771">#</a></li>
<li>#SQLServer Index Management <a rel="nofollow" href="http://bit.ly/2iAHSq">http://bit.ly/2iAHSq</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150630183">#</a></li>
<li>Kimball University: Six Key Decisions for ETL Architectures <a rel="nofollow" href="http://bit.ly/2EXwt9">http://bit.ly/2EXwt9</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150664383">#</a></li>
<li>#SQLServer Using XML to pass and return values to procs <a rel="nofollow" href="http://bit.ly/1tLmOZ">http://bit.ly/1tLmOZ</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150801057">#</a></li>
<li>#SQLServer 2008 Change Data <a rel="nofollow" href="http://bit.ly/J6di8">http://bit.ly/J6di8</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150818141">#</a></li>
<li>PerformancePoint Server (PPS) 2007 SP3 is available <a rel="nofollow" href="http://bit.ly/2uQ0Ya">http://bit.ly/2uQ0Ya</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5150842246">#</a></li>
<li>Considering surrogate keys for Unknown members <a rel="nofollow" href="http://bit.ly/2Vnkv7">http://bit.ly/2Vnkv7</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DataWarehouse">DataWarehouse</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5151224350">#</a></li>
<li>Sixth pillar – Well Performing <a rel="nofollow" href="http://bit.ly/zA8v9">http://bit.ly/zA8v9</a> Data Design, Concurrency, Indexing, Hardware, Good Code, Design Optimization <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5151333109">#</a></li>
<li>#SQLServer Bad habits to kick : making assumptions about IDENTITY <a rel="nofollow" href="http://bit.ly/inQCB">http://bit.ly/inQCB</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5151374759">#</a></li>
<li>#SQLServer Bad habits to kick : choosing the wrong data type <a rel="nofollow" href="http://bit.ly/4xWIY">http://bit.ly/4xWIY</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5151392022">#</a></li>
<li>#SQLServer Bad habits to kick : abusing triggers <a rel="nofollow" href="http://bit.ly/VzYLh">http://bit.ly/VzYLh</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5151472970">#</a></li>
<li>#SQLServer Table Variables Are Only in Memory: Fact or Myth <a rel="nofollow" href="http://bit.ly/28Frph">http://bit.ly/28Frph</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5151502858">#</a></li>
<li>Ten Common #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> Reporting Services Challenges and Solutions <a rel="nofollow" href="http://bit.ly/he7zJ">http://bit.ly/he7zJ</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSRS">SSRS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/5151527850">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/SMiez2FISNw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-25/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-25/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-10-18) Pentaho, Infobright, JasperSoft, BPM, Netezza, SSRS</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/Mn5a_jF1EMo/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-18/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 05:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[BPM]]></category>

		<category><![CDATA[Infobright]]></category>

		<category><![CDATA[Jaspersoft]]></category>

		<category><![CDATA[Netezza]]></category>

		<category><![CDATA[PENTAHO]]></category>

		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-18/</guid>
		<description><![CDATA[
Open Source Decision Time for Pentaho BI http://bit.ly/MPoKa #BI #opensource (via @SethGrimes) #
RT @jamespentaho: @_gravitar No open source decision needed for Pentaho - http://bit.ly/xLub4 #
Virtual Machine #Infobright and #JasperSoft http://bit.ly/1HxiW0 #OSDW #OSBI #
Big data, Big challenges http://url4.eu/d0op (via @SmartDataCo) #
RT @jcurto: Nuevo artículo en BeyeNETWORK Spain - Entrevista a Patrick Beaucamp de BPM Conseil: http://www.beyenetwork.es/view/11694 [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Open Source Decision Time for Pentaho BI <a rel="nofollow" href="http://bit.ly/MPoKa">http://bit.ly/MPoKa</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23BI">BI</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23opensource">opensource</a> (via @<a class="aktt_username" href="http://twitter.com/SethGrimes">SethGrimes</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4824907856">#</a></li>
<li>RT @jamespentaho: @<a class="aktt_username" href="http://twitter.com/_gravitar">_gravitar</a> No open source decision needed for Pentaho - <a rel="nofollow" href="http://bit.ly/xLub4">http://bit.ly/xLub4</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4827574394">#</a></li>
<li>Virtual Machine #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Infobright">Infobright</a> and #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23JasperSoft">JasperSoft</a> <a rel="nofollow" href="http://bit.ly/1HxiW0">http://bit.ly/1HxiW0</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23OSDW">OSDW</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23OSBI">OSBI</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4871646778">#</a></li>
<li>Big data, Big challenges <a rel="nofollow" href="http://url4.eu/d0op">http://url4.eu/d0op</a> (via @<a class="aktt_username" href="http://twitter.com/SmartDataCo">SmartDataCo</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4891640346">#</a></li>
<li>RT @jcurto: Nuevo artículo en BeyeNETWORK Spain - Entrevista a Patrick Beaucamp de BPM Conseil: <a rel="nofollow" href="http://www.beyenetwork.es/view/11694">http://www.beyenetwork.es/view/11694</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4891686046">#</a></li>
<li>Finding Data Corruption <a rel="nofollow" href="http://bit.ly/1nRKZs">http://bit.ly/1nRKZs</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DBA">DBA</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4893221208">#</a></li>
<li>Parallel Processing <a rel="nofollow" href="http://bit.ly/yG4XV">http://bit.ly/yG4XV</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4893324690">#</a></li>
<li>RT @timoelliott: SAP’s Gravity Prototype: Business Collaboration Using Google Wave: <a rel="nofollow" href="http://bit.ly/46j0up">http://bit.ly/46j0up</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4893336571">#</a></li>
<li>#Netezza Turns a Corner <a rel="nofollow" href="http://bit.ly/hcUnH">http://bit.ly/hcUnH</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4893369663">#</a></li>
<li>Speed up reports in SQL Server Reporting Services with caching <a rel="nofollow" href="http://bit.ly/4thGvI">http://bit.ly/4thGvI</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SSRS">SSRS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4893433787">#</a></li>
<li>The #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Pentaho">Pentaho</a> BI Suite 3.5 Community Edition is posted to SourceForge. <a rel="nofollow" href="http://bit.ly/1qC9Fz">http://bit.ly/1qC9Fz</a> (via @<a class="aktt_username" href="http://twitter.com/doug_moran">doug_moran</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4929230637">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/Mn5a_jF1EMo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-18/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-18/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-10-11) Pentaho, LucidEra, SaaS, TIBCO</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/hrfB2yiWKWw/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-11/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 05:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[LucidEra]]></category>

		<category><![CDATA[PENTAHO]]></category>

		<category><![CDATA[SaaS]]></category>

		<category><![CDATA[TIBCO]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-11/</guid>
		<description><![CDATA[
@pentaho has acquired Clearview from LucidEra, an improve in usability to analyze data http://bit.ly/44DfjQ #SaaS (via @darenasc) in reply to darenasc #
DataCleaner is an Open Source application for profiling, validating and comparing data http://bit.ly/Pfjh0 #DW #MDM #ETL #
How Today&#8217;s Economy Affects Current and Future Trends http://bit.ly/3FdYcO #
RT @julianhyde: Pentaho Analyzer: Pentaho today announced a new [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>@<a class="aktt_username" href="http://twitter.com/pentaho">pentaho</a> has acquired Clearview from LucidEra, an improve in usability to analyze data <a rel="nofollow" href="http://bit.ly/44DfjQ">http://bit.ly/44DfjQ</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SaaS">SaaS</a> (via @<a class="aktt_username" href="http://twitter.com/darenasc">darenasc</a>) <a class="aktt_tweet_reply" href="http://twitter.com/darenasc/statuses/4636985304">in reply to darenasc</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4641816717">#</a></li>
<li>DataCleaner is an Open Source application for profiling, validating and comparing data <a rel="nofollow" href="http://bit.ly/Pfjh0">http://bit.ly/Pfjh0</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23DW">DW</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23MDM">MDM</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23ETL">ETL</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4643595247">#</a></li>
<li>How Today&#8217;s Economy Affects Current and Future Trends <a rel="nofollow" href="http://bit.ly/3FdYcO">http://bit.ly/3FdYcO</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4647233168">#</a></li>
<li>RT @julianhyde: Pentaho Analyzer: Pentaho today announced a new OLAP viewer, called Pentaho Analyzer Enterprise Edition <a rel="nofollow" href="http://bit.ly/3FKMMx">http://bit.ly/3FKMMx</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4647249372">#</a></li>
<li>What in-memory BI revolution? <a rel="nofollow" href="http://bit.ly/41eN1X">http://bit.ly/41eN1X</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4647320012">#</a></li>
<li>TIBCO Brings the Power of Next Generation Real-Time #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23BI">BI</a> to #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23BPM">BPM</a> <a rel="nofollow" href="http://bit.ly/BcaB2">http://bit.ly/BcaB2</a> (via @<a class="aktt_username" href="http://twitter.com/ebizq">ebizq</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4685704663">#</a></li>
<li>RT @BaselineConsult: Download the Washington Post BI special report distributed on 9/23/09. No registration required. <a rel="nofollow" href="http://ow.ly/t48M">http://ow.ly/t48M</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4686817850">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/hrfB2yiWKWw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-11/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-11/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-10-04) MDM, CIO, Google, SQL Server, SaaS, Oracle, MySQL, BIDS, Microstrategy, Excel, Dashboard</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/7or-e3OOOT8/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-04/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 05:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[BIDS]]></category>

		<category><![CDATA[CIO]]></category>

		<category><![CDATA[Dashboard]]></category>

		<category><![CDATA[Excel]]></category>

		<category><![CDATA[MDM]]></category>

		<category><![CDATA[MicroStrategy]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[ORACLE]]></category>

		<category><![CDATA[SaaS]]></category>

		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-04/</guid>
		<description><![CDATA[
RT @tamaradull : SELECT SUM(blessings) FROM working_in_bi &#124; Great blog post about BI industry http://ow.ly/rce3 #
RT @BaselineConsult : Are Your Business Analysts Ready for BI and MDM? (featuring Evan Levy) &#124; @ITBusinessEdge http://ow.ly/rckM #
CIO Priorities for 2010 - CIO Insight http://bit.ly/Rpxfo (via @PanoramaSW @CIOview ) #
How to use a Google Spreadsheet as data in R [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @<a class="aktt_username" href="http://twitter.com/tamaradull">tamaradull</a> : SELECT SUM(blessings) FROM working_in_bi | Great blog post about BI industry <a rel="nofollow" href="http://ow.ly/rce3">http://ow.ly/rce3</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4461171782">#</a></li>
<li>RT @<a class="aktt_username" href="http://twitter.com/BaselineConsult">BaselineConsult</a> : Are Your Business Analysts Ready for BI and MDM? (featuring Evan Levy) | @<a class="aktt_username" href="http://twitter.com/ITBusinessEdge">ITBusinessEdge</a> <a rel="nofollow" href="http://ow.ly/rckM">http://ow.ly/rckM</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4461223349">#</a></li>
<li>CIO Priorities for 2010 - CIO Insight <a rel="nofollow" href="http://bit.ly/Rpxfo">http://bit.ly/Rpxfo</a> (via @<a class="aktt_username" href="http://twitter.com/PanoramaSW">PanoramaSW</a> @<a class="aktt_username" href="http://twitter.com/CIOview">CIOview</a> ) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4461264863">#</a></li>
<li>How to use a Google Spreadsheet as data in R <a rel="nofollow" href="http://url4.eu/XnAM">http://url4.eu/XnAM</a> (via @<a class="aktt_username" href="http://twitter.com/SmartDataCo">SmartDataCo</a> ) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4461987623">#</a></li>
<li>Fast and Reliable Backup and Restore of Multi-Terabytes Database over the Network <a rel="nofollow" href="http://bit.ly/1Kk43c">http://bit.ly/1Kk43c</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4462747465">#</a></li>
<li>Multi-Tenant Data Architecture <a rel="nofollow" href="http://bit.ly/17uhRb">http://bit.ly/17uhRb</a> #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SaaS">SaaS</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4463060809">#</a></li>
<li>Performance Improvement: Understanding (NLB, Memory, Disk, Network, Load Testing, Stress Testing ) <a rel="nofollow" href="http://bit.ly/54rlM">http://bit.ly/54rlM</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4463153047">#</a></li>
<li>The Evolution and Future of Business Intelligence <a rel="nofollow" href="http://bit.ly/J2zWo">http://bit.ly/J2zWo</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4463261719">#</a></li>
<li>RT @<a class="aktt_username" href="http://twitter.com/informationweek">informationweek</a> : More #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SaaS">SaaS</a> IT Service Management Options <a rel="nofollow" href="http://ff.im/-8VTvb">http://ff.im/-8VTvb</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4480717672">#</a></li>
<li>#Oracle and #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23MySQL">MySQL</a> : It&#8217;s all about #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23Microsoft">Microsoft</a> <a rel="nofollow" href="http://bit.ly/S3c2f">http://bit.ly/S3c2f</a> (via @<a class="aktt_username" href="http://twitter.com/mssqlserver">mssqlserver</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4534862255">#</a></li>
<li>BIDS Helper : Extend and enhance the functionality of the #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23SQLServer">SQLServer</a> 2005/2008 BI Development Studio <a rel="nofollow" href="http://bit.ly/6mUDi">http://bit.ly/6mUDi</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4543785298">#</a></li>
<li>RT @<a class="aktt_username" href="http://twitter.com/microstrategy">microstrategy</a> : Ready to implement departmental reporting sw, without a budget? Reporting Suite completely free <a rel="nofollow" href="http://bit.ly/free-bi">http://bit.ly/free-bi</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4543853002">#</a></li>
<li>RT @PushBI: Dashboards in excel 2010 <a rel="nofollow" href="http://bit.ly/399c07">http://bit.ly/399c07</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4555575011">#</a></li>
<li>RT @darenasc: Data Feed Query Explorer,demo to get data from Google Analytics <a rel="nofollow" href="http://bit.ly/gIFpq">http://bit.ly/gIFpq</a> quite simple and nice,thanks @<a class="aktt_username" href="http://twitter.com/sergioseguel">sergioseguel</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4564222038">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/7or-e3OOOT8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-04/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-10-04/</feedburner:origLink></item>
		<item>
		<title>BI Tweets (Semana 2009-09-27) BI FAIL, Google, BI Product Directory, MySQL Performance</title>
		<link>http://feedproxy.google.com/~r/gravitar/~3/_dOWKtZEzng/</link>
		<comments>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-09-27/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:00:00 +0000</pubDate>
		<dc:creator>Eliezer Cavazos</dc:creator>
		
		<category><![CDATA[BI Tweets]]></category>

		<category><![CDATA[BI FAIL]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-09-27/</guid>
		<description><![CDATA[
RT @timoelliott: Government + Google API = analytic ouch. BI Fail #2: http://bit.ly/hVeDs #
Google uses R to predict economic activity http://url4.eu/UMBl (via @SmartDataCo) #
Business Intelligence Product Directory 2009 http://bit.ly/2JXOVM #
RT @DatabaseJournal : Maximizing Query Performance through Column Indexing in #MySQL http://bit.ly/15LOlb #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @timoelliott: Government + Google API = analytic ouch. BI Fail #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%232">2</a>: <a rel="nofollow" href="http://bit.ly/hVeDs">http://bit.ly/hVeDs</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4148579796">#</a></li>
<li>Google uses R to predict economic activity <a rel="nofollow" href="http://url4.eu/UMBl">http://url4.eu/UMBl</a> (via @<a class="aktt_username" href="http://twitter.com/SmartDataCo">SmartDataCo</a>) <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4148621656">#</a></li>
<li>Business Intelligence Product Directory 2009 <a rel="nofollow" href="http://bit.ly/2JXOVM">http://bit.ly/2JXOVM</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4158340702">#</a></li>
<li>RT @<a class="aktt_username" href="http://twitter.com/DatabaseJournal">DatabaseJournal</a> : Maximizing Query Performance through Column Indexing in #<a class="aktt_hashtag" href="http://search.twitter.com/search?q=%23MySQL">MySQL</a> <a rel="nofollow" href="http://bit.ly/15LOlb">http://bit.ly/15LOlb</a> <a class="aktt_tweet_time" href="http://twitter.com/_gravitar/statuses/4370512677">#</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/gravitar/~4/_dOWKtZEzng" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-09-27/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.gravitar.biz/index.php/bi-tweets/bi-tweets-semana-2009-09-27/</feedburner:origLink></item>
	</channel>
</rss>
