<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Arquivos Virtual PASS BR - Diego Nogare</title>
	<atom:link href="https://diegonogare.net/categorias/virtual-pass-br/feed/" rel="self" type="application/rss+xml" />
	<link>https://diegonogare.net/categorias/virtual-pass-br/</link>
	<description>Consultor Executivo de IA &#38; ML</description>
	<lastBuildDate>Mon, 29 Jan 2024 12:19:02 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/diegonogare.net/wp-content/uploads/2025/06/cropped-cropped-DN-Black-300x300-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>Arquivos Virtual PASS BR - Diego Nogare</title>
	<link>https://diegonogare.net/categorias/virtual-pass-br/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">247556142</site>	<item>
		<title>Algoritmo de Regras Associativas (Association Rules) no Data Mining do SQL Server 2014</title>
		<link>https://diegonogare.net/2014/08/algoritmo-de-regras-associativas-association-rules-no-data-mining-do-sql-server-2014/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Thu, 14 Aug 2014 13:11:45 +0000</pubDate>
				<category><![CDATA[Artigo]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[MVTech]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tech Ed Brasil]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[association rules]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[BigData]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[inteligencia artificial]]></category>
		<category><![CDATA[regras associativas]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=960</guid>

					<description><![CDATA[<p>Fala galera, como prometido neste post e iniciado pela Árvore de Decisão, hoje continuo a série de posts falando sobre os algoritmos de Data Mining existentes no SQL Server 2014. Este segundo algoritmo que vamos falar é de Regras Associativas. Voltando ao primeiro post, as Regras Associativas apresentam uma estrutura combinatória dentro de um DataSet a partir...</p>
<p>O post <a href="https://diegonogare.net/2014/08/algoritmo-de-regras-associativas-association-rules-no-data-mining-do-sql-server-2014/">Algoritmo de Regras Associativas (Association Rules) no Data Mining do SQL Server 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: black;"><span style="font-family: Segoe UI; font-size: 10pt; background-color: white;">Fala galera, como <a href="https://diegonogare.net/2014/06/data-mining-com-sql-server-2014/" target="_blank" rel="noopener noreferrer">prometido </a></span>neste post<span style="font-family: Segoe UI; font-size: 10pt; background-color: white;"> e iniciado pela <a href="https://diegonogare.net/2014/08/algoritmo-de-arvore-de-decisao-decision-tree-no-data-mining-do-sql-server-2014/" target="_blank" rel="noopener noreferrer">Árvore de Decisão</a>, hoje continuo a série de posts falando sobre os algoritmos de Data Mining existentes no SQL Server 2014.<br />
</span></span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Este segundo algoritmo que vamos falar é de Regras Associativas. Voltando ao primeiro post, as Regras Associativas apresentam uma estrutura combinatória dentro de um DataSet a partir de itens similares que estão sendo processados. A maioria dos sistemas inteligentes que utilizam este algoritmo são criados para recomendar um produto para o usuário, normalmente em e-commerce. Já reparou que quando acessa o site da Amazon e procura o livro <a href="http://www.amazon.com.br/Banco-Dados-Relacional-Tomada-Decis%C3%A3o-ebook/dp/B00JPR5NLU/" target="_blank" rel="noopener noreferrer">Do Banco de Dados Relacional à Tomada de Decisão</a>, e vários outros livros de Business Intelligence e BigData são apresentados? Então, não existe um <em>Oompa-Loompa</em> colocando isso aleatoriamente para você. Por trás, existe um sistema de recomendação completo, provavelmente utilizando a categoria &#8220;<em>Computação, Informática e Mídias Digitais</em>&#8221; como um parametro de entrada para este item. Como sempre, é importante conhecer a base e saber quais segmentações você quer aplicar para a recomendação. Neste caso, quando se coloca a categoria como um parametro de entrada, sempre serão recomendados itens similares dentro desta categoria, mas se todos os compradores do meu livro também comprassem um livro de culinária, ele não apareceria na recomendação pois está em outra categoria.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode1-2.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p>&nbsp;</p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Bom, já entendemos a aplicabilidade e como ele funciona, agora vamos criar um exemplo para o Adventure Works?<br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Primeira coisa é necessário criar um novo projeto do tipo SSAS com Data Mining. Mais uma vez vou acreditar que você sabe criar um <strong>Data Source</strong> apontando para o <em>AdventureWorksDW2012</em> e um <strong>Data Source View</strong> apontando para a <em>vAssocSeqLineItems</em> e <em>vAssocSeqOrders</em>. Esta estrutura basicamente é um relacionamento entre pedidos e produtos. Onde uma view tem os pedidos que foram feitos, e na outra view tem a lista de produtos que estão associadas àquele pedido. Consegue ver um relacionamento entre essas views? E a aplicabilidade desse relacionamento na nossa recomendação de conteúdo? Caso não tenha conseguido descobrir essa associação, a idéia é encontrar na lista de itens os produtos que também são comprados (com base na outra view de pedido) quando ao menos um daqueles itens é o que está no meu carrinho. Ficou mais claro? Não? Ok, vamos continuar e ver se conseguimos explicar&#8230; Voltando pra Amazon, e olhando a categoria do meu livro. Diversas pessoas olham meu livro e alguns outros livros na mesma visita à pagina, não importa a ordem, pode ser que vejam outros livros e depois o meu (<em>a ordem de visualização vai importar quando estivermos falando de algoritmo de Sequence Cluster, mas isso é pra outro post</em>). O importante é que existe uma ligação entre a visita e os produtos que foram vistos, no caso estes livros. Depois de algum tempo, estes livros passam a ter um relacionamento mais preciso, pois tem mais gente visualizando os livros. Não significa que em todos os acessos os visitantes visualizam todos os livros, estes que estão recomendados são os 5 livros que mais se relacionam com o meu no momento do processamento e dentro naquela categoria que está sendo processada. Pode ser que no futuro um outro livro passe a ser visualizado sempre que alguém buscar o meu livro, isso fará com que o 5º livro da ordem, que seria representado por uma ligação mais fraca, pare de aparecer na recomendação e entre esse outro livro&#8230; Tudo isso automaticamente, sem a intervenção daquele <em>Oompa-Loompa</em> comentado lá em cima.<br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Voltando ao exemplo, depois de incluir o <strong>Data Source View</strong>, é preciso relacionar as views, arrastando o campo <em>OrderNumber</em> da view <em>vAssocSeqLineItems</em> para cima do campo <em>vAssocSeqOrders</em>.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode2-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Próximo passo é hora de criar o Mining Model para as regras associativas, faça isso clicando com o botão dirento em <em>Mining Structure</em> e criando um novo a partir do <em>From existing relational database or data warehouse</em> e escolhendo <strong>Microsoft Association Rules</strong>.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode3-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Ao avançar para as próximas telas, deve-se informar qual view é <strong>Case</strong> e qual é <strong>Nested</strong>. Neste caso, a estrutura de CASE é onde temos a informação principal que será usada para segmentar os dados. Fazendo uma analogia ao livro, é onde se encontra a categoria de &#8220;<em>Computação, Informática e Mídias Digitais</em>&#8221; e não os livros que foram visualizados juntos. Já a tabela NESTED é onde se encontram estes livros que foram visualizados juntos. Então selecione <em>vAssocSeqOrders</em> para <strong>Case</strong> e <em>vAssocSeqLineItens</em> para <strong>Nested</strong>.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode4-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Ao avançar para a tela seguinte, é solicitado para informar quais campos serão tratados como <em>Key</em>, <em>Input</em> e <em>Predictable</em>. A seleção destas colunas é baseada na mesma explicação que foi feita no post sobre <a href="https://diegonogare.net/2014/08/algoritmo-de-arvore-de-decisao-decision-tree-no-data-mining-do-sql-server-2014/" target="_blank" rel="noopener noreferrer">Árvores de Decisão</a>, então dê um pulinho lá e veja o que é. Desmarque todas as opções que vierem marcadas, e selecione as caixas de <strong>OrderNumber</strong> como chave (coluna key) e as três colunas da <strong>Model</strong>. Sua seleção ficará assim:<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode5-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Quando avançar para a próxima tela, garanta que ambas colunas selecionadas estejam marcadas como <strong>Key</strong>, no <em>Content Type</em>.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode6-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Só pra lembrar, como neste caso é importante a acertividade na recomendação dos itens similares, altere de 30 para 0 o valor do campo &#8220;<em>Percentage of Data for Testing</em>&#8220;. Avance até finalizar o processo.<br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Se tudo ocorreu direito, seu Mining Structure ficará assim:<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode7-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Antes de processar seu projeto, lembre-se de informar qual é o servidor que tem o <strong>SQL Server Analysis Services</strong> instalado e configurado. Após este pequeno detalhe, faça o processamento.<br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Após processar, mude a aba do seu Mining para <em>Mining Model View</em>, e então, dentro desta aba, vá até o item <em>Dependency Network</em>.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode8-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Aqui dentro é possível ver os nós de associação que foram criados.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode9-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Parece pouca associação (mas por trás não é), isso acontece pela parametrização da quantidade mínima de ocorrências similares dos objetos. Para aumentar isso, volte até a aba <em>Mining Model</em>, clique com o botão direito em <em>Set Algorithm Parameters.</em><br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode10-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;">Altere os parametros de <em>Minimum_Support</em> para <strong>0.01</strong> e de <em>Minimum_Probability</em> para <strong>0.1</strong>, ao terminar esta alteração, processe novamente seu modelo e em seguida volte a visualizar as associacões (aba <em>Dependency Network</em> do seu <em>Mining Model View</em>). Veja que agora está bem mais completo e bonito de ver.<br />
</span></p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/081414_1309_Algoritmode11-1.png" alt="" /><span style="color: black; font-family: Segoe UI; font-size: 10pt; background-color: white;"><br />
</span></p>
<p><span style="color: black; font-size: 10pt;"><span style="font-family: Segoe UI; background-color: white;">Para consumir as associações, é possível escrever códigos <strong>DMX</strong> (<em>Data Mining Extentions</em>) passando como parâmetro o nome de um dos produtos, e recebendo uma lista dos outros itens que são associados à ele nas compras. Está no meu <em>pipe</em> pra escrever uma app em .Net que consuma esses dados via DMX, e claro, postar aqui como foi feito </span><span style="font-family: Wingdings; background-color: white;">J</span></span></p>
<p>O post <a href="https://diegonogare.net/2014/08/algoritmo-de-regras-associativas-association-rules-no-data-mining-do-sql-server-2014/">Algoritmo de Regras Associativas (Association Rules) no Data Mining do SQL Server 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2181</post-id>	</item>
		<item>
		<title>Algoritmo de Árvore de Decisão (Decision Tree) no Data Mining do SQL Server 2014</title>
		<link>https://diegonogare.net/2014/08/algoritmo-de-arvore-de-decisao-decision-tree-no-data-mining-do-sql-server-2014/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Wed, 06 Aug 2014 01:34:32 +0000</pubDate>
				<category><![CDATA[Artigo]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[MVTech]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tech Ed Brasil]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[arvore de decisao]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[BigData]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[decision tree]]></category>
		<category><![CDATA[inteligencia artificial]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=946</guid>

					<description><![CDATA[<p>Fala galera, como prometido algumas semanas atrás vou escrever uma série de posts falando sobre os algoritmos de Data Mining existentes no SQL Server 2014. Hoje vamos cobrir o uso do algoritmo de Árvore de Decisão, que implementa o algoritmo Microsft Decision Tree. Como já foi falado no primeiro post, este algoritmo de classificação é...</p>
<p>O post <a href="https://diegonogare.net/2014/08/algoritmo-de-arvore-de-decisao-decision-tree-no-data-mining-do-sql-server-2014/">Algoritmo de Árvore de Decisão (Decision Tree) no Data Mining do SQL Server 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, como <a href="https://diegonogare.net/2014/06/data-mining-com-sql-server-2014/">prometido algumas semanas atrás</a> vou escrever uma série de posts falando sobre os algoritmos de Data Mining existentes no SQL Server 2014. Hoje vamos cobrir o uso do algoritmo de Árvore de Decisão, que implementa o algoritmo Microsft Decision Tree.</p>
<p>Como já foi falado no primeiro post, este algoritmo de classificação é responsável por criar uma representação visual que chamamos de árvore por contem um nó raíz, nós intermediários que são as ramificações e os últimos nós representados que são as folhas.</p>
<p>É importante conhecer os dados que serão trabalhados para poder definir o que são atributos de entrada e o que são atributos preditivos. Basicamente, os atributos de entradas são colunas do banco de dados que podem influenciar o resultado final, e o resultado final é a coluna preditiva. Imagine um cenário onde o objetivo é classificar pessoas que são possíveis compradores do livro <a href="http://www.livrariasaraiva.com.br/produto/7697935">Do Banco de Dados Relacional à Tomada de Decisão</a>. Então neste caso a coluna preditiva do banco é se o cara comprou ou não o livro. As colunas de input são as colunas que tem alguma influência sobre a compra do livro, por exemplo, o idioma, a área de atuação, interesse técnico, etc. O algoritmo, com base nestas informações de input e predição, estrutura os nós da árvore classificando o que é relevante nas ramificações e entregando um (ou mais) caminhos ideais para chegar até as folhas. Pensando por esse lado, foi constatado que das 10 vendas que o livro teve, 8 falam idioma Português, 7 trabalham na área de Banco de Dados e somente 3 tem interesse técnico. Quando estes dados são processados pelo algoritmo e apresentado através da Árvore de Decisão, é possível ver claramente qual é o melhor caminho para segmentar o público que compraria o livro. São profissionais que falam Português e que trabalham na área de Banco de Dados, mas o interesse técnico não importa. Se fizer uma campanha de marketing direcionada para este público, a chance de vender o livro é muito maior do que enviar para um grupo de pessoas que falam Inglês e trabalham na área de Nutrição.</p>
<p>Bom, depois desse exemplo para entender o funcionamento do algoritmo, vamos começar um exemplo utilizando o Adventure Works.</p>
<p>Primeira coisa é necessário criar um novo projeto do tipo SSAS com Data Mining. Vou levar em conta que você sabe criar um <strong>Data Source</strong> apontando para o <em>AdventureWorksDW2012</em> e um <strong>Data Source View</strong> apontando para a <em>vTargetMail</em>.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode1-1.png" alt="" /></p>
<p>O próximo passo é onde começa a mineração de dados, procure na Solution Explorer o item de Mining Structure e clique com o botão direito do mouse, em seguida, aponte para New Mining Structure.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode2-1.png" alt="" /></p>
<p>Neste momento uma tela de abre e permite que você informe onde estão os dados de origem. Como utilizaremos o Data Warehouse para consumir os dados, deixe marcada a opção que é apresentada.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode3-1.png" alt="" /></p>
<p>Ao avançar para a próxima tela, você deve escolher qual algoritmo vai utilizar para sua mineração. No caso deste exemplo, mantenha escolhido o default, que é Decision Tree.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode4-1.png" alt="" /></p>
<p>Na tela seguinte, você informa qual é o Data Source View que possui a conexão com sua base de dados de origem. Como foi criado somente um Data Source View, somente ele é apresentado.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode5-1.png" alt="" /></p>
<p>Ao avançar, o wizard pergunta quais tabelas são Case e quais são Nested. Mantenha a tabela (eu sei que é uma view!!!!) vTargetMail marcada como Case e avance.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode6-1.png" alt="" /></p>
<p>Neste momento é hora de selecionar quais colunas são de entrada e quais são preditivas. Ao bater o olho na tela, é intuitivo marcar as linhas definidas para cada coluna. Garanta que seu ambiente está marcado com:</p>
<p>Key <span style="font-family: Wingdings;">à</span> CustomerKey</p>
<p>Input <span style="font-family: Wingdings;">à</span> Age e CommuteDistance</p>
<p>Predictable <span style="font-family: Wingdings;">à</span> BikeBuyer</p>
<p>Como apresentado a seguir</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode7-1.png" alt="" /></p>
<p>Avance para a próxima tela, e informe quais são valores Continuous ou então Discrete. Lembrando que valores contínuos apresentam uma grande variação de ocorrencias dentro da coluna e os discretos variam pouco. Por exemplo um campo do tipo CPF é um valor contínuo (varia muito de individuo para individuo) e uma coluna do tipo sexo é discreto (varia só um pouco). Caso não esteja a vontade, ou não conhece a base, pode clicar em Detect e o SQL Server analisa e lhe dá o resultado.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode8-1.png" alt="" /></p>
<p>O próximo passo é finalizar e informar o nome. Como não estou com criatividade hoje, vou deixar o nome sugerido pelo SQL Server e vou manter <strong>v Target Mail</strong>.</p>
<p>Um novo item é criado dentro da Solution Explorer, e é neste objeto que a Mineração de Dados ocorre. Para encontrar a Árvore de Decisão, é preciso processar os dados. É possível processar somente o modelo ou então o projeto como um todo. No caso, vamos processar todo o projeto. Para isso, vá na Solution Explorer, clique com o botão direito no projeto e aponte para Process. Lembrando de apontar para o <em>deploy</em> para o servidor correto.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode9-2.png" alt="" /></p>
<p>Se tudo ocorrer bem ao processamento, será apresenta o status Process Succeeded.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode10-2.png" alt="" /></p>
<p>Para encontrar a <strong>Árvore de Decisão</strong>, vá até a área central do <em>SQL Server Data Tools</em> no objeto <strong>v Target Mail</strong>, e abra a aba <em>Mining Model Viewer</em>.</p>
<p><img decoding="async" src="/wp-content/uploads/2014/08/080614_0131_Algoritmode11-2.png" alt="" /></p>
<p>Reparem que os nós Raiz [1], Ramificações [2] e Folha [3] são apresentados, e pode-se seguir o caminho da predição com base nas variáveis de entrada. Um ponto importante para seguir com a análise, é entender essa graduação de cores, na qual o item mais escuro representa o resultado mais impactante com base na predição esperada. A base do AdventureWorks é de uma empresa fictícia de venda de acessórios para bicicletas, então, olhando esta árvore, é possível predizer que os melhores clientes para realizar possíveis compras futuras seguindo o fluxo com as cores mais escuras.</p>
<p>Agora é com vocês, apliquem estas técnicas de mineração de dados em seu ambiente e façam com que seus resultados sejam mais assertivos!</p>
<p>O post <a href="https://diegonogare.net/2014/08/algoritmo-de-arvore-de-decisao-decision-tree-no-data-mining-do-sql-server-2014/">Algoritmo de Árvore de Decisão (Decision Tree) no Data Mining do SQL Server 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2178</post-id>	</item>
		<item>
		<title>Data Mining do SQL Server 2014 no Excel 2013</title>
		<link>https://diegonogare.net/2014/06/data-mining-do-sql-server-2014-no-excel-2013/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Wed, 25 Jun 2014 19:20:07 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[MVTech]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tech Ed Brasil]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=923</guid>

					<description><![CDATA[<p>Fala galera, uma forma simples para se começar a trabalhar com mineração de dados é utilizar o Add-In de Data Mining para Excel conectado ao SQL Server. Para isso, basta baixar o Add-In, fazer a instalação e apontar para o servidor do SQL Server Analysis Services que você tenha acesso. Para baixar o Add-In, acesse...</p>
<p>O post <a href="https://diegonogare.net/2014/06/data-mining-do-sql-server-2014-no-excel-2013/">Data Mining do SQL Server 2014 no Excel 2013</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, uma forma simples para se começar a trabalhar com mineração de dados é utilizar o Add-In de Data Mining para Excel conectado ao SQL Server. Para isso, basta baixar o Add-In, fazer a instalação e apontar para o servidor do SQL Server Analysis Services que você tenha acesso.</p>
<p><a href="http://www.microsoft.com/en-us/download/details.aspx?id=43341" target="_blank" rel="noopener noreferrer">Para baixar o Add-In, acesse este link e escolha a versão x86 ou x64</a>. No meu caso foi o x64.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062514_1913_DataMiningd1-2.png?w=640" alt="" /></p>
<p>Depois de fazer a instalação, o Wizard pergunta se quer abrir uma planilha de exemplos. Fique a vontade para abrir e ver o que tem para &#8220;brincar&#8221; de mineração de dados.</p>
<p>Abrindo esta planilha de exemplo ou não, é necessário vincular o Add-In do Excel com o seu SSAS. Para isso, vá até a Ribbon <strong>DATA MINING</strong> e clique no botão &lt;&lt; <strong>No Connection </strong>&gt;&gt;.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062514_1913_DataMiningd2-2.png?w=640" alt="" /></p>
<p>Uma tela se abre pedindo para conectar no SSAS, clique no botão <strong>New</strong> e em seguida preencha os dados de autenticação ao seu servidor. Depois de configurado, a conexão aparece na lista da esquerda.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062514_1913_DataMiningd3-2.png?w=640" alt="" /></p>
<p>Por fim, o botão da Ribbon que estava com &lt;&lt; <strong>No Connection</strong> &gt;&gt; já está alterado e apontando para o servidor que você configurou.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062514_1913_DataMiningd4-2.png?w=640" alt="" /></p>
<p>A partir de agora é possível trabalhar com mineração de dados de dentro do Excel.</p>
<p>O post <a href="https://diegonogare.net/2014/06/data-mining-do-sql-server-2014-no-excel-2013/">Data Mining do SQL Server 2014 no Excel 2013</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2177</post-id>	</item>
		<item>
		<title>Atualizando o SQL Server Data Tools – SSDT – para o Visual Studio 2013 e controlando versionamento de código com TFS</title>
		<link>https://diegonogare.net/2014/06/atualizando-o-sql-server-data-tools-ssdt-para-o-visual-studio-2013-e-controlando-versionamento-de-codigo-com-tfs/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Tue, 24 Jun 2014 15:22:28 +0000</pubDate>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Informativo]]></category>
		<category><![CDATA[MVTech]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tech Ed Brasil]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server data tools]]></category>
		<category><![CDATA[ssdt]]></category>
		<category><![CDATA[versionamento]]></category>
		<category><![CDATA[visual studio]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=916</guid>

					<description><![CDATA[<p>Fala galera, como já havia feito com o SQL Server Data Tools (SSDT) 2012 para o SQL Server 2012 (que pode ser lido aqui), vou explicar como atualizar seu SSDT para a versão 2013 do Visual Studio, e também como colocar seu controle de versão com o Team Explorer 2013. Isso funciona independente do seu...</p>
<p>O post <a href="https://diegonogare.net/2014/06/atualizando-o-sql-server-data-tools-ssdt-para-o-visual-studio-2013-e-controlando-versionamento-de-codigo-com-tfs/">Atualizando o SQL Server Data Tools – SSDT – para o Visual Studio 2013 e controlando versionamento de código com TFS</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, como já havia feito com o SQL Server Data Tools (SSDT) 2012 para o SQL Server 2012 (<a href="https://diegonogare.net/2013/03/atualizando-o-ssdt-do-sql-2012-para-usar-o-vs2012-e-controlando-versionamento-de-cdigo-com-o-tfs/" target="_blank" rel="noopener noreferrer">que pode ser lido aqui</a>), vou explicar como atualizar seu SSDT para a versão 2013 do Visual Studio, e também como colocar seu controle de versão com o Team Explorer 2013. Isso funciona independente do seu SQL Server ser o 2012 ou 2014. O que importa neste momento é a atualização da IDE de desenvolvimento para seus projetos de Business Intelligence.</p>
<p>A primeira coisa a ser feita é baixar o SSDT 2013, que tem por volta de 1GB de tamanho. <a href="http://www.microsoft.com/en-us/download/details.aspx?id=42313" target="_blank" rel="noopener noreferrer">Faça o download a partir desta página</a>. Não se preocupe de aparecer X86 no nome, ele suporta tanto o x86 quanto o x64. Depois de terminado do Download, abra o arquivo .EXE e informe onde ele será descompactado. Quando terminar de decompactar, procure o Setup dentro da pasta. Abra e siga os passos de instalação.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062414_1516_Atualizando1-2.png?w=640" alt="" /></p>
<p>&nbsp;</p>
<p>Depois de instalado o SQL Server Data Tools 2013, é hora de baixar e instalar o Team Explorer, que possui 2 arquivos: um de 130MB e outro de 900Kb. Baixe ambos. <a href="http://www.microsoft.com/en-us/download/details.aspx?id=40776" target="_blank" rel="noopener noreferrer">Faça o download a partir desta página</a>. Depois de baixar os arquivos, instale a partir do arquivo de 900Kb.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062414_1516_Atualizando2-1.png?w=640" alt="" /></p>
<p>&nbsp;</p>
<p>Quando terminar a instalação, abra o SSDT 2013 e vá até o menu TEAM e em seguida, Connect to Team Foundation Server&#8230;</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062414_1516_Atualizando3-2.png?w=640" alt="" /></p>
<p>&nbsp;</p>
<p>Forneça os dados de autenticação, e a partir deste momento, tenha todos seus projetos disponíveis para baixar e trabalhar novamente.</p>
<p><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/062414_1516_Atualizando4-2.png?w=640" alt="" /></p>
<p>&nbsp;</p>
<p>Pronto, com estes poucos passos você pode ter seu ambiente atualizado e seu código versionado!</p>
<p>O post <a href="https://diegonogare.net/2014/06/atualizando-o-sql-server-data-tools-ssdt-para-o-visual-studio-2013-e-controlando-versionamento-de-codigo-com-tfs/">Atualizando o SQL Server Data Tools – SSDT – para o Visual Studio 2013 e controlando versionamento de código com TFS</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2176</post-id>	</item>
		<item>
		<title>Quero trabalhar com Big Data, como faço?</title>
		<link>https://diegonogare.net/2014/06/quero-trabalhar-com-big-data-como-fao/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Thu, 19 Jun 2014 17:44:23 +0000</pubDate>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Eventos]]></category>
		<category><![CDATA[Informativo]]></category>
		<category><![CDATA[MVTech]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[big data analytics]]></category>
		<category><![CDATA[business analysis]]></category>
		<category><![CDATA[cloud computing]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=900</guid>

					<description><![CDATA[<p>Quero trabalhar com Big Data como faço para começar? Fala galera, nestas últimas semanas mais algumas pessoas me disseram que querem trabalhar com Big Data e tem duvidas de como fazem para aprender mais aqui no Brasil. Bom, venho estudando e lendo sobre Big Data desde antes de entrar no time de especialistas da Microsoft...</p>
<p>O post <a href="https://diegonogare.net/2014/06/quero-trabalhar-com-big-data-como-fao/">Quero trabalhar com Big Data, como faço?</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Quero trabalhar com Big Data</h1>
<h2>como faço para começar?</h2>
<p>Fala galera, nestas últimas semanas mais algumas pessoas me disseram que querem trabalhar com Big Data e tem duvidas de como fazem para aprender mais aqui no Brasil. Bom, venho estudando e lendo sobre Big Data desde antes de entrar no time de especialistas da Microsoft em 2012, e continuo estudando esta área no Portal Minha Vida desde que saí da Microsoft. Contudo posso dizer que consigo ter uma visão um pouco mais ampla do assunto hoje, do que quando ví o Hadoop no Keynote do SQL PASS Summit 2011 em Seattle/WA.</p>
<p>Em primeiro lugar tive sorte, e somado com um pouco de interesse pessoal, acompanhei diversos eventos relacionados à Big Data dos principais players globais do mercado. Pude fazer isso tanto presencialmente quanto online, fosse no Brasil ou lá fora.</p>
<p>Infelizmente no Brasil a maioria dos eventos sobre esta ciência ainda apresentam soluções para se trabalhar quase que exclusivamente com <em>Social Media.</em> Fica a impressão que Big Data se aplica somente à esta área e isso é uma grande falácia! Ignorar a aplicação em outros segmentos como Saúde, Transporte, Financeiro, Educação é manter uma visão rasa e superficial sobre o assunto. Inclusive falei sobre isso no evento de lançamento do SQL Server 2014, na Microsoft, e você pode ver os slides abaixo:</p>
<p>&nbsp;</p>
<p><iframe style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="https://www.slideshare.net/slideshow/embed_code/key/4Ly0nGgkIYvd7t?startSlide=1" width="597" height="486" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe></p>
<div style="margin-bottom: 5px;"><strong><a title="Lançamento do SQL Server 2014 - Descobrindo BigData com HDInsight" href="https://pt.slideshare.net/DiegoNogare/lanamento-do-sql-server-2014-descobrindo-bigdata-com-hdinsight" target="_blank" rel="noopener">Lançamento do SQL Server 2014 &#8211; Descobrindo BigData com HDInsight</a></strong> from <strong><a href="https://pt.slideshare.net/DiegoNogare" target="_blank" rel="noopener">Diego Nogare</a></strong></div>
<h2>Tecnologias para se trabalhar com Big Data</h2>
<p>Uma coisa importante é entender o funcionamento e aplicabilidade desta tecnologia para seu cenário. Nem sempre uma solução implementada para um concorrente da sua empresa será aplicada fielmente à sua. Por outro lado, o entendimento do propósito é bem importante, e você pode usar a solução da concorrência para lhe ajudar com exemplos desta visão.</p>
<p>As técnicas que serão usadas para processar os dados, cruzar as informações, e analisar os resultados devem ser exploradas e ver o que melhor se aplica à sua necessidade. Por exemplo, usar o Hadoop com Hive e Pig pode resolver um problema. Contudo, em uma outra necessidade, pode-se adicionar o Mahout para trabalhar com aprendizado de máquina. Uma outra solução seria utilizar o Prediction IO ou até o <a href="https://diegonogare.net/2014/06/aprendizado-de-mquina-azure-machine-learning/" target="_blank" rel="noopener noreferrer">Azure Machine Learning</a> (quando for lançado, no próximo mês). As análises podem ser feitas, acima de tudo, no Excel pela facilidade que os usuários possuem em operá-lo. Mas também pode ser necessário ir para uma plataforma mais especializada para Data Science como o MatLab ou então para foco nos profissionais de estatística como o R. Enfim, cada aplicação deve ser entendida como um cenário novo, completo e complexo, e sua resolução precisa ser entendida como tal.</p>
<h2>Um panorama mais amplo de Big Data</h2>
<p>Caso queira ver um pouco o cenário sobre ferramentas Open Source para se trabalhar com Hadoop, assista esse vídeo sobre conceitos e ferramentas:<br />
<iframe title="YouTube video player" src="https://www.youtube.com/embed/ByHJTRyP4_A?si=2Qge_M_XTtAI1pSm" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Outra necessidade que é bastante buscada para os profissionais que trabalham ou querem trabalhar com Big Data é o que os americanos chamam de Data Scientist. Este é o profissional que conseguirá analisar os dados estruturados e não estruturados, através de modelos estatísticos e matemáticos, para separar o “sinal” (informação útil) do “ruído” (informação desnecessária, ou sujeira). Este profissional é o novo talismã das empresas que querem minerar grandes volumes de dados.</p>
<p>Para se aprofundar nestes assuntos, existem alguns cursos online, de universidades e institutos renomados ao redor do mundo, que podem lhe dar mais uma base sólida e detalhada sobre este novo paradigma (<em>várias pessoas usam esse termo, achei válido usar aqui também. rss</em>) da área de exploração de dados. Veja uma lista de alguns deles:</p>
<h2>Alguns cursos extras sobre Big Data</h2>
<p>A Caixa de Ferramentas do Cientista de Dados: <a title="https://www.coursera.org/course/datascitoolbox" href="https://www.coursera.org/course/datascitoolbox" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/datascitoolbox</a></p>
<p>Inteligência Web e Big Data: <a title="https://www.coursera.org/course/bigdata" href="https://www.coursera.org/course/bigdata" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/bigdata</a></p>
<p>Conceitos chaves da Análise de Dados: <a title="https://www.coursera.org/course/datan" href="https://www.coursera.org/course/datan" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/datan</a></p>
<p>Gerenciamento de Dados para Pesquisa Clínica: <a title="https://www.coursera.org/course/datamanagement" href="https://www.coursera.org/course/datamanagement" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/datamanagement</a></p>
<p>Análise de Dados: <a title="https://www.coursera.org/course/dataanalysis" href="https://www.coursera.org/course/dataanalysis" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/dataanalysis</a></p>
<p>Estatística. Compreendendo os Dados: <a title="https://www.coursera.org/course/introstats" href="https://www.coursera.org/course/introstats" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/introstats</a></p>
<p>Análise Exploratória de Dados: <a title="https://www.coursera.org/course/exdata" href="https://www.coursera.org/course/exdata" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/exdata</a></p>
<p>Obtenção Limpeza de Dados: <a title="https://www.coursera.org/course/getdata" href="https://www.coursera.org/course/getdata" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/getdata</a></p>
<p>Métodos computacionais para Análise de Dados: <a title="https://www.coursera.org/course/compmethods" href="https://www.coursera.org/course/compmethods" target="_blank" rel="noopener noreferrer">https://www.coursera.org/course/compmethods</a></p>
<p>Caso tenham alguma dúvida, ou sugestão sobre o assunto, fique a vontade para comentar aqui no blog…</p>
<p>Por fim, se você tem a pergunta &#8220;Quero trabalhar com Big Data&#8221;, segue as dicas aqui. Desejo bons estudos e análises!!!</p>
<p>O post <a href="https://diegonogare.net/2014/06/quero-trabalhar-com-big-data-como-fao/">Quero trabalhar com Big Data, como faço?</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2171</post-id>	</item>
		<item>
		<title>Aprendizado de Máquina &#8211; Azure Machine Learning</title>
		<link>https://diegonogare.net/2014/06/aprendizado-de-mquina-azure-machine-learning/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Mon, 16 Jun 2014 20:03:32 +0000</pubDate>
				<category><![CDATA[Artigo]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[MVTech]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[Aprendizado de Máquina]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=897</guid>

					<description><![CDATA[<p>Fala galera, hoje (16/Junho) a Microsoft anunciou o Azure Machine Learning, a oferta para trabalhar com Aprendizado de Máquinas diretamente dentro do Azure. Mesmo com o anuncio de hoje, a ferramenta só estará disponível para teste a partir de 14/Julho. Como o foco da Microsoft é estar cada vez mais estar presente em soluções de...</p>
<p>O post <a href="https://diegonogare.net/2014/06/aprendizado-de-mquina-azure-machine-learning/">Aprendizado de Máquina &#8211; Azure Machine Learning</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, hoje (16/Junho) a Microsoft anunciou o Azure Machine Learning, a oferta para trabalhar com Aprendizado de Máquinas diretamente dentro do Azure. Mesmo com o anuncio de hoje, a ferramenta só estará disponível para teste a partir de 14/Julho.</p>
<p>Como o foco da Microsoft é estar cada vez mais estar presente em soluções de nuvem, esta nova feature do Azure é altamente importante. Também faz todo sentido para os negócios que se baseiam em Big Data, visto que algoritmos de Machine Learning precisam de dados para realizar suas análises preditivas. Quem encabeçou este projeto na Microsoft é Joseph Sirosh, que estava a 8 anos na Amazon e veio pra Microsoft à pedido do novo CEO, Satya Nadella, em Outubro/2013.</p>
<p>Veja o que dá pra fazer, já legendado em ptBR.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:17d8c5b3-168b-438a-ba07-d2fe7757f422" class="wlWriterEditableSmartContent" style="float: none; padding-bottom: 0px; padding-top: 0px; padding-left: 0px; margin: 0px; display: inline; padding-right: 0px">
<div><object width="448" height="252"><param name="movie" value="http://www.youtube.com/v/w3nD97GsfFA?hl=en&amp;hd=1"></param></object></div>
<div style="width:448px;clear:both;font-size:.8em">Microsoft Azure Machine Learning</div>
</div>
<p>&nbsp;</p>
<p>Ainda não tenho detalhes de quais algoritmos de aprendizado de máquina está por trás do Microsoft Azure Machine Learning, nem qual é o tipo de aprendizado que está sendo suportado. Mas não vejo a hora de chegar logo 14/Julho para poder brincar com alguns dados e ver o resultado.</p>
<p>O post <a href="https://diegonogare.net/2014/06/aprendizado-de-mquina-azure-machine-learning/">Aprendizado de Máquina &#8211; Azure Machine Learning</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2170</post-id>	</item>
		<item>
		<title>Data Mining com SQL Server 2014</title>
		<link>https://diegonogare.net/2014/06/data-mining-com-sql-server-2014/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Wed, 04 Jun 2014 13:39:06 +0000</pubDate>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[MVTech]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tech Ed Brasil]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=892</guid>

					<description><![CDATA[<p>Fala galera, Data Mining é uma área de pesquisa atrelada à Ciência da Computação, mais especificamente à Inteligência Artificial, com muita influência de Estatística e Matemática. No SQL Server existem alguns (9, pra ser exato) algoritmos implementados nativamente que permitem analisar e aplicar estas técnicas de Mineração de Dados. A idéia deste post é mostrar...</p>
<p>O post <a href="https://diegonogare.net/2014/06/data-mining-com-sql-server-2014/">Data Mining com SQL Server 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, Data Mining é uma área de pesquisa atrelada à Ciência da Computação, mais especificamente à Inteligência Artificial, com muita influência de Estatística e Matemática. No SQL Server existem alguns (9, pra ser exato) algoritmos implementados nativamente que permitem analisar e aplicar estas técnicas de Mineração de Dados.</p>
<p>A idéia deste post é mostrar e explicar os tipos de algoritmos existentes na nova release do SQL Server 2014, e em posts seguintes serão criados exemplos práticos com cada um destes algoritmos.</p>
<p>Olhando pro lado acadêmico Data Mining é estudado na matéria de Inteligência Artificial, onde é possível, através de modelos matemáticos e estatísticos, retirar informação útil da massa de dados que está sendo analisada. Este estudo puxa um gancho para os métodos de pesquisa ciêntifica, onde é necessário entender o que são variáveis dependentes e independentes; O que é uma informação preditiva; O que são métodos estocásticos… Estes termos ficam transparentes para os usuários avançados de Mineração de Dados, mas pra quem está começando a olhar pra estes termos só agora, é importante saber o que é cada um e onde serão utilizados dentro desta ciência maluca!</p>
<p>Pra começar, vamos entender o que cada algoritmo faz, e onde podem ser aplicados no SQL Server 2014.</p>
<p><a href="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/image-2.png"><img data-recalc-dims="1" fetchpriority="high" decoding="async" style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="https://i0.wp.com/blogdiegonogare.azurewebsites.net/wp-content/uploads/2014/06/image_thumb-1.png?resize=550%2C486" alt="image" width="550" height="486" border="0" /></a></p>
<p>&nbsp;</p>
<h2>Association Rules (REGRAS associativas)</h2>
<p>Este algoritmo é usado para os “carrinhos de compras”, onde o algoritmo define um item à partir da combinação deste ítem com outros na transação. O algoritmo percorre a base de dados à procura deste item e faz uma contagem das aparições. Este algoritmo retorna itens que aparecem associados ao item que foi procurado. Você deve usar este algoritmo em oportunidade de <em>cross-selling</em>, para recomendação de novos produtos ao usuário. É como aqueles produtos que aparecem nos e-commerces quando você está fechando uma compra e o site diz: “<em>Pessoas que compraram o produto ABC, também compraram XYZ</em>”.</p>
<h2>Clustering</h2>
<p>Algoritmos de Clustering agrupam itens da base de dados analisada dentro de grupos que possuam caracteristicas similares. Com os clusters criados é possível explorar e entender os relacionamentos entre os dados. Este tipo de algoritmo permite analisar o universo de dados e encontrar itens que não seguem um padrão. Este item que está fora dos padrões pode conter algo especial, que merece uma atenção extra. Pode ser um comportamento que lhe dá <em>insights</em> para navegar em novos mares, ou então pode ser uma tentativa de fraude.</p>
<h2>Decision Trees (árvore de decisão)</h2>
<p>O mais comum, e também o algoritmo padrão na tela de Wizard do Data Mining no SSAS 2014. A árvore de decisão permite uma análise preditiva discreta com uma variável contínua. O resultado é fácil de entender, seguindo a expansão a partir das separações realizadas na raíz, passando às ramificações e finalmente chegando às folhas. Quando o algoritmo analisa aquele grupo (o grupo pode ser uma coluna do database) e divide em ramificações, é possível encontrar facilmente o melhor resultado.</p>
<h2>Linear Regression (regressão linear)</h2>
<p>A regressão linear é um algoritmo que trabalha apenas com variáveis contínuas e preditivas. É praticamente como a árvore de decisão, mas sem as separações das colunas em raiz, ramificação e folhas.</p>
<h2>Logistic Regression (regressão logistica)</h2>
<p>Este algoritmo também é uma simples árvore de regressão, como uma rede neural, mas sem nenhuma camada intermediária escondida.</p>
<h2>Naïve Bayes</h2>
<p>A partir de cada estado preditivo do parametro de entrada, a Naïve Bayes calcula as possibilidades para cada um destes <em>inputs</em>. Você pode utilizar estas probabilidades para definir os objetivos preditivos, com base nas entradas. Como é um algoritmo relativamente simples, a montagem do modelo é bem rápida.</p>
<h2>Neural Network (rede neural)</h2>
<p>Este algoritmo é o mais próximo da área de Inteligencia Artificial, simulando um cérebro humano, com seus neurônios e sinapses. A rede neural é utilizada para encontrar funções lineares dependentes, através de métodos não lineares intermediários (que podem estar escondidos). Pela complexidade de interpretar algoritmos lineares, como árvore de decisão, este algoritmo não é tão amplamente utilizado para encontrar dependencias lineares.</p>
<h2>Sequence Clustering</h2>
<p>É o algoritmo mais usando quando é necessário encontrar correlação baseada em similaridade. Este algoritmo cria uma matriz combinando todos os estados conhecidos e então cria as arestas (arcos) de relacionamento entre estes estados. Com isso, é possível calcular probabilidades de ocorrências baseada em sequências, elos, transições, etc. Cada nó do cluster representa um item significativo desta matriz, e seus relacionamentos com outros itens significativos. É uma “extensão” ao algoritmo de clustering.</p>
<h2>Time Series (séries temporais)</h2>
<p>Algoritmo de séries temporais são usados, em sua maioria, para criação de forecast. Internamente são usados 2 algoritmos: ART – Auto-Regression Trees, e ARIMA – Auto-Regressive Integrated Moving Average. A utilização de um algoritmo interno ou outro é baseado na necessidade, seja para um termo curto ou longo de forecast, respectivamente.</p>
<p>&nbsp;</p>
<p>Bom, agora que já se sabe, por cima, o que cada algoritmo faz, vou aplicar estas técnicas de Mineração de Dados com exemplos práticos e possíveis resultados em cada um deles.</p>
<p>O post <a href="https://diegonogare.net/2014/06/data-mining-com-sql-server-2014/">Data Mining com SQL Server 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2169</post-id>	</item>
		<item>
		<title>Vídeo e PPT das palestras de SQL Server do TechEd NA 2014</title>
		<link>https://diegonogare.net/2014/05/vdeo-e-ppt-das-palestras-de-sql-server-do-teched-na-2014/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Mon, 19 May 2014 14:57:56 +0000</pubDate>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Eventos]]></category>
		<category><![CDATA[Informativo]]></category>
		<category><![CDATA[Lançamento]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tech Ed Brasil]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[business analysis]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[teched]]></category>
		<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=888</guid>

					<description><![CDATA[<p>Fala galera, como de costume eu coloco os links dos vídeos e ppts do TechEd North America para quem não pode estar presente ao evento e assistir as palestras. Caso queiram ver as apresentações de 2013, cliquem aqui. Vejam abaixo os links para download do material de 2014. Sessão Palestrante Vídeo Slides Microsoft Office 365...</p>
<p>O post <a href="https://diegonogare.net/2014/05/vdeo-e-ppt-das-palestras-de-sql-server-do-teched-na-2014/">Vídeo e PPT das palestras de SQL Server do TechEd NA 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, como de costume eu coloco os links dos vídeos e ppts do TechEd North America para quem não pode estar presente ao evento e assistir as palestras. Caso queiram ver as <a href="https://diegonogare.net/2013/06/vdeo-e-ppt-das-palestras-de-sql-server-do-teched-na-2013/" target="_blank" rel="noopener noreferrer">apresentações de 2013, cliquem aqui</a>.</p>
<p>Vejam abaixo os links para download do material de 2014.</p>
<table style="border-collapse: collapse" cellspacing="0" cellpadding="0" width="544" border="0">
<colgroup>
<col style="width: 178pt; mso-width-source: userset; mso-width-alt: 8667" width="237">
<col style="width: 140pt; mso-width-source: userset; mso-width-alt: 6838" width="187">
<col style="width: 45pt; mso-width-source: userset; mso-width-alt: 2194" span="2" width="60">
<tbody>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #70ad47; border-bottom: white 1.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #70ad47 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt" color="#ffffff"><strong>Sessão</strong></font></font></td>
<td class="xl66" style="border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #70ad47; border-bottom: white 1.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #70ad47 none" width="186"><font face="Calibri"><font style="font-size: 11pt" color="#ffffff"><strong>Palestrante</strong></font></font></td>
<td style="border-top: medium none; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #70ad47; border-bottom: white 1.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #70ad47 none" width="60"><font face="Calibri"><font style="font-size: 11pt" color="#ffffff"><strong>Vídeo</strong></font></font></td>
<td style="border-top: medium none; font-family: ; border-right: medium none; vertical-align: bottom; background: #70ad47; border-bottom: white 1.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #70ad47 none" width="60"><font face="Calibri"><font style="font-size: 11pt" color="#ffffff"><strong>Slides</strong></font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft Office 365 ProPlus: Expanding Your Deployment Skills</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Curtis Sawin</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B212.mp4" target="_blank" rel="noopener noreferrer">Baixar</a></u></font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B212.pptx" target="_blank" rel="noopener noreferrer">Baixar</a></u></font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">All You Need to Know about Microsoft Power BI for Office 365</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Michael Tejedor</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B211.mp4" target="_blank" rel="noopener noreferrer">Baixar</a></u></font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B211.pptx" target="_blank" rel="noopener noreferrer">Baixar</a></u></font></font></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">AlwaysOn in Microsoft SQL Server 2014</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Luis Carlos Vargas Herring</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B332.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B332.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft Power Query for Excel: Discover and Refine Your Data</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Miguel Llopis, Faisal Mohamood</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B324.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B324.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Overview of Business Intelligence in Microsoft Office and Office 365</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Peter Myers, Sea Young Rhee</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a style="outline-width: 0px; outline-style: none; outline-color: invert; -webkit-text-stroke-width: 0px" href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B215.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B215.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014: In-Memory OLTP Overview</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Kevin Farlee</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B287.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B287.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Querying in DAX</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Alberto Ferrari</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B325.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B325.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">BI Power Hour</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Brian Davis, Kasper de Jonge, Patrick LeBlanc, Matt Masson, Lukasz Pawlowski</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B212.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B212.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014 Field Benchmarking In-Memory OLTP and Buffer Pool Extension Features…</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Rick Heiges, Evgeny Krivosheev, Ross LoForte, Brian Walters, Steve Wozniak</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B281.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B281.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Amazing Data Storytelling with Microsoft Power BI Q&amp;A (Formerly InfoNavigator)</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Carl Perry</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B318.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B318.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Interactive Data Visualization with Power View</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Crystal Ju, Lukasz Pawlowski</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B320.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B320.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Forecasting with the Microsoft Time Series Data Mining Algorithm</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Peter Myers</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B326.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B326.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">The Role of Polybase in the Modern Data Warehouse</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Brian Mitchell, Tammy Richter Jones</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B329.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B329.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Cardinality Estimates in Microsoft SQL Server 2014</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Thomas LaRock</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a style="outline-width: 0px; outline-style: none; outline-color: invert; -webkit-text-stroke-width: 0px" href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B331.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B331.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014: In-Memory OLTP End-to-End: Preparing for Migration</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Kevin Farlee</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B384.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B384.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Under the Covers of Hadoop on Windows</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Rohit Bakhshi</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B387.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B387.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Deep Dive into Power Query Formula Language</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Matt Masson, Theresa Palmer-Boroski</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B410.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B410.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft Excel Enhanced: Self-Service Business Intelligence for Everyone</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Peter Myers</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B211.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B211.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Introducing Codename &#8220;Oslo&#8221; and the Office Graph</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Cem Aykan, Viral Shah</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B240.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">SQL Server on Microsoft Azure Virtual Machines: The Important Details</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Scott Klein, Thomas LaRock</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B334.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014: In-Memory OLTP for Database Administrators</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Sunil Agarwal</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B385.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B385.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Solving Complex Business Problems with DAX</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Kasper de Jonge</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B312.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B312.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Working with the Microsoft Business Intelligence Ecosystem</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">John White</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B249.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B249.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">SQL Server Query Plan Analysis: The 5 Culprits That Cause 95% of Your Performance Headaches</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Adam Machanic</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B489.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B489.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft Unlocks Business Value with Machine Learning</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Derek Bevan, Val Fontama</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B319.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B319.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">From Zero to Data Insights Using HDInsight on Microsoft Azure</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Peter Myers</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B328.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B328.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014: In-Memory OLTP: Memory/Storage Monitoring and Troubleshooting</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Sunil Agarwal</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B315.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B315.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Power Query in Modern Corporate BI</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Marco Russo</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B323.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B323.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014 Private and Hybrid Cloud Features</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Darmadi Komo</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a style="outline-width: 0px; outline-style: none; outline-color: invert" href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B383.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B383.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014: In-Memory OLTP Performance Troubleshooting</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Jos de Bruijn</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B488.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B488.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Deriving Business Insights Using Microsoft BI Connected to the SAP ERP and BI Platform</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Justin Martinson, Christoph Schuler, Sanjay Soni</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B327.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B327.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">A Practical Use of External Data Sources</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Tom Resing</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a style="outline-width: 0px; outline-style: none; outline-color: invert" href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B311.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B311.pptx"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Building the Modern Analytics Architecture: HDInsight and Power BI</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Karen Lopez</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B210.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Details of Microsoft SQL Server 2012 Parallel Data Warehouse Appliance Update 1</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Matt Usher</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B213.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Mind Your IO: Resource Governor Shows You How</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Amit Bansal</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a style="outline-width: 0px; outline-style: none; outline-color: invert; -webkit-text-stroke-width: 0px" href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B310.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Designing Modern Apps using New Capabilities in Microsoft Azure SQL Database, Deep Dive</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Sasha Nosov, Tobias Ternstrom</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B311.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014: In-Memory OLTP Customer Deployments and Lessons Learned</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Kevin Farlee, Rick Kutschera, Emanuel Rivera Aleman, Michael Steineke</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B313.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">CAT: Microsoft SQL Server High Availability and Disaster Recovery in Microsoft Azure</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Luis Carlos Vargas Herring</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B314.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">SQL Server Analysis Services (SSAS) Tabular Security Deep Dive</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Patrick LeBlanc</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B316.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Power View with Analysis Services Multidimensional Models</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Kasper de Jonge</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B321.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Improving Power Pivot Data Models for Microsoft Power BI</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Marco Russo</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B322.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">T-SQL Power! SQL Server Windows That Open Doors</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Adam Machanic</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B333.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014 Migration: Case Study Featuring In-Memory and Hybrid Cloud Scenarios</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Bill Kan, Emanuel Rivera Aleman, Evgeny Ternovsky</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B382.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SQL Server 2014: In-Memory OLTP for Database Developers</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Jos de Bruijn</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B386.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 15pt" height="20">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="20" width="237"><font face="Calibri"><font style="font-size: 11pt">Columnstore Technical Deep Dive</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">Sunil Agarwal</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a style="outline-width: 0px; outline-style: none; outline-color: invert" href="http://video.ch9.ms/sessions/teched/na/2014/DBI-B411.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Exam Prep: 70-461 &#8211; MCSA: Microsoft SQL Server 2012 (Querying)</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">boB Taylor</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/EXM15.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Exam Prep: 70-462 &#8211; MCSA: Microsoft SQL Server 2012 (Administering)</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none" width="186"><font face="Calibri"><font style="font-size: 11pt">boB Taylor</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #c6e0b4 none"><a style="outline-width: 0px; outline-style: none; outline-color: invert" href="http://video.ch9.ms/sessions/teched/na/2014/EXM16.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #c6e0b4; border-bottom: white 0.5pt solid; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #c6e0b4 none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
<tr style="height: 30pt" height="40">
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: medium none; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: medium none; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" height="40" width="237"><font face="Calibri"><font style="font-size: 11pt">Microsoft SharePoint on Microsoft Azure VM and Virtual Networks: How the Cloud (IaaS) Changed the…</font></font></td>
<td class="xl66" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: medium none; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none" width="186"><font face="Calibri"><font style="font-size: 11pt">Patrick Heyde</font></font></td>
<td class="xl65" style="border-top: white 0.5pt solid; font-family: ; border-right: white 0.5pt solid; vertical-align: bottom; background: #e2efda; border-bottom: medium none; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: single; text-line-through: none; mso-pattern: #e2efda none"><a href="http://video.ch9.ms/sessions/teched/na/2014/OFC-B333.mp4"><font face="Calibri"><font style="font-size: 11pt" color="#0563c1"><u>Baixar</u></font></font></a></td>
<td style="border-top: white 0.5pt solid; font-family: ; border-right: medium none; vertical-align: bottom; background: #e2efda; border-bottom: medium none; color: ; padding-top: 1px; padding-left: 1px; text-decoration: ; border-left: white 0.5pt solid; padding-right: 1px; text-underline-style: none; text-line-through: none; mso-pattern: #e2efda none"><font face="Calibri"><font style="font-size: 11pt">&#8211;</font></font></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>Lembrem-se de se atualizar, SEMPRE! Bons estudos <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>O post <a href="https://diegonogare.net/2014/05/vdeo-e-ppt-das-palestras-de-sql-server-do-teched-na-2014/">Vídeo e PPT das palestras de SQL Server do TechEd NA 2014</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B212.mp4" length="242658577" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B211.mp4" length="270975554" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B332.mp4" length="277578140" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B324.mp4" length="285901883" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B215.mp4" length="277816104" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B287.mp4" length="278177141" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B325.mp4" length="284558450" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B212.mp4" length="257217242" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B281.mp4" length="270813043" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B318.mp4" length="304736830" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B320.mp4" length="283774894" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B326.mp4" length="279921782" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B329.mp4" length="275557649" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B331.mp4" length="200760016" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B384.mp4" length="264609509" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B387.mp4" length="230792053" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B410.mp4" length="270577207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B211.mp4" length="292064169" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B240.mp4" length="226787207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B334.mp4" length="280800081" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B385.mp4" length="281514356" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B312.mp4" length="251623863" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B249.mp4" length="315085178" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B489.mp4" length="271054549" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B319.mp4" length="290143831" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B328.mp4" length="282041817" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B315.mp4" length="260734091" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B323.mp4" length="298009197" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B383.mp4" length="298271203" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B488.mp4" length="282537817" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B327.mp4" length="216488166" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B311.mp4" length="246129570" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B210.mp4" length="256730207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B213.mp4" length="297163117" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B310.mp4" length="228663580" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B311.mp4" length="288795957" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B313.mp4" length="282680603" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B314.mp4" length="280923342" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B316.mp4" length="295131919" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B321.mp4" length="212853996" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B322.mp4" length="270071704" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B333.mp4" length="283045414" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B382.mp4" length="279287143" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B386.mp4" length="288907302" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B411.mp4" length="270695986" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/EXM15.mp4" length="328279245" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/EXM16.mp4" length="315204407" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B333.mp4" length="284164456" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B212.mp4" length="242658577" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B211.mp4" length="270975554" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B332.mp4" length="277578140" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B324.mp4" length="285901883" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B215.mp4" length="277816104" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B287.mp4" length="278177141" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B325.mp4" length="284558450" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B212.mp4" length="257217242" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B281.mp4" length="270813043" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B318.mp4" length="304736830" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B320.mp4" length="283774894" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B326.mp4" length="279921782" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B329.mp4" length="275557649" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B331.mp4" length="200760016" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B384.mp4" length="264609509" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B387.mp4" length="230792053" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B410.mp4" length="270577207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B211.mp4" length="292064169" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B240.mp4" length="226787207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B334.mp4" length="280800081" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B385.mp4" length="281514356" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B312.mp4" length="251623863" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B249.mp4" length="315085178" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B489.mp4" length="271054549" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B319.mp4" length="290143831" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B328.mp4" length="282041817" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B315.mp4" length="260734091" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B323.mp4" length="298009197" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B383.mp4" length="298271203" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B488.mp4" length="282537817" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B327.mp4" length="216488166" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B311.mp4" length="246129570" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B210.mp4" length="256730207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B213.mp4" length="297163117" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B310.mp4" length="228663580" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B311.mp4" length="288795957" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B313.mp4" length="282680603" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B314.mp4" length="280923342" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B316.mp4" length="295131919" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B321.mp4" length="212853996" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B322.mp4" length="270071704" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B333.mp4" length="283045414" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B382.mp4" length="279287143" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B386.mp4" length="288907302" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B411.mp4" length="270695986" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/EXM15.mp4" length="328279245" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/EXM16.mp4" length="315204407" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B333.mp4" length="284164456" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B212.mp4" length="242658577" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B211.mp4" length="270975554" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B332.mp4" length="277578140" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B324.mp4" length="285901883" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B215.mp4" length="277816104" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B287.mp4" length="278177141" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B325.mp4" length="284558450" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B212.mp4" length="257217242" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B281.mp4" length="270813043" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B318.mp4" length="304736830" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B320.mp4" length="283774894" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B326.mp4" length="279921782" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B329.mp4" length="275557649" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B331.mp4" length="200760016" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B384.mp4" length="264609509" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B387.mp4" length="230792053" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B410.mp4" length="270577207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B211.mp4" length="292064169" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B240.mp4" length="226787207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B334.mp4" length="280800081" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B385.mp4" length="281514356" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B312.mp4" length="251623863" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B249.mp4" length="315085178" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B489.mp4" length="271054549" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B319.mp4" length="290143831" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B328.mp4" length="282041817" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B315.mp4" length="260734091" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B323.mp4" length="298009197" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B383.mp4" length="298271203" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B488.mp4" length="282537817" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B327.mp4" length="216488166" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B311.mp4" length="246129570" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B210.mp4" length="256730207" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B213.mp4" length="297163117" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B310.mp4" length="228663580" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B311.mp4" length="288795957" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B313.mp4" length="282680603" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B314.mp4" length="280923342" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B316.mp4" length="295131919" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B321.mp4" length="212853996" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B322.mp4" length="270071704" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B333.mp4" length="283045414" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B382.mp4" length="279287143" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B386.mp4" length="288907302" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/DBI-B411.mp4" length="270695986" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/EXM15.mp4" length="328279245" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/EXM16.mp4" length="315204407" type="video/mp4" />
<enclosure url="http://video.ch9.ms/sessions/teched/na/2014/OFC-B333.mp4" length="284164456" type="video/mp4" />

		<post-id xmlns="com-wordpress:feed-additions:1">2168</post-id>	</item>
		<item>
		<title>SQLSat #284 – Porto Alegre &#8211; Conhece o Potencial do SQL Server Analysis Services Tabular Mode?</title>
		<link>https://diegonogare.net/2014/04/sqlsat-284-porto-alegre-conhece-o-potencial-do-sql-server-analysis-services-tabular-mode/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Tue, 29 Apr 2014 14:13:01 +0000</pubDate>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Eventos]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[Palestra]]></category>
		<category><![CDATA[pass]]></category>
		<category><![CDATA[sql saturday]]></category>
		<category><![CDATA[sqlsat]]></category>
		<category><![CDATA[ssas]]></category>
		<category><![CDATA[tabular mode]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=886</guid>

					<description><![CDATA[<p>Fala galera, no sábado dia 26/Abril/2014 aconteceu em Porto Alegre a edição #284 do SQL Saturday. Foi um evento com 3 trilhas simultâneas abordando as áreas de Business Intelligence, Administração e Desenvolvimento; contando com palestrantes do Brasil inteiro. Tive a honra de palestrar na trilha de BI, com a sessão Conhece o Potencial do SQL...</p>
<p>O post <a href="https://diegonogare.net/2014/04/sqlsat-284-porto-alegre-conhece-o-potencial-do-sql-server-analysis-services-tabular-mode/">SQLSat #284 – Porto Alegre &#8211; Conhece o Potencial do SQL Server Analysis Services Tabular Mode?</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, no sábado dia 26/Abril/2014 aconteceu em Porto Alegre a edição #284 do SQL Saturday. Foi um evento com 3 trilhas simultâneas abordando as áreas de Business Intelligence, Administração e Desenvolvimento; contando com palestrantes do Brasil inteiro. Tive a honra de palestrar na trilha de BI, com a sessão <strong>Conhece o Potencial do SQL Server Analysis Services Tabular Mode?</strong> </p>
<p>Se quiserem os slides, segue abaixo:</p>
<p><iframe loading="lazy" style="margin-bottom: 5px; max-width: 100%; border-top: #ccc 1px solid; border-right: #ccc 1px solid; border-bottom: #ccc 0px solid; border-left: #ccc 1px solid" height="421" marginheight="0" src="http://www.slideshare.net/slideshow/embed_code/33996846" frameborder="0" width="512" marginwidth="0" scrolling="no" allowfullscreen> </iframe> </p>
<div style="margin-bottom: 5px"><strong><a title="SQLSat284 - Conhece o Potencial do SQL Server Analysis Services Tabular Mode?" href="https://pt.slideshare.net/DiegoNogare/sqlsat284-conhece-o-potencial-do-sql-server-analysis-services-tabular-mode" target="_blank" rel="noopener noreferrer">SQLSat284 &#8211; Conhece o Potencial do SQL Server Analysis Services Tabular Mode?</a> </strong>from <strong><a href="http://www.slideshare.net/DiegoNogare" target="_blank" rel="noopener noreferrer">Diego Nogare</a></strong> </div>
<p>&nbsp;</p>
<p>Bons estudos!</p>
<p>O post <a href="https://diegonogare.net/2014/04/sqlsat-284-porto-alegre-conhece-o-potencial-do-sql-server-analysis-services-tabular-mode/">SQLSat #284 – Porto Alegre &#8211; Conhece o Potencial do SQL Server Analysis Services Tabular Mode?</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2167</post-id>	</item>
		<item>
		<title>Lançamento do SQL Server 2014 – Descobrindo BigData com HDInsight</title>
		<link>https://diegonogare.net/2014/04/lanamento-do-sql-server-2014-descobrindo-bigdata-com-hdinsight/</link>
		
		<dc:creator><![CDATA[Diego Nogare]]></dc:creator>
		<pubDate>Tue, 29 Apr 2014 13:44:04 +0000</pubDate>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Eventos]]></category>
		<category><![CDATA[Informativo]]></category>
		<category><![CDATA[Lançamento]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Virtual PASS BR]]></category>
		<category><![CDATA[BigData]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[HDInsight]]></category>
		<category><![CDATA[lançamento]]></category>
		<category><![CDATA[mvp]]></category>
		<category><![CDATA[Palestra]]></category>
		<category><![CDATA[pass]]></category>
		<category><![CDATA[sql server]]></category>
		<guid isPermaLink="false">http://diegonogare.net/?p=884</guid>

					<description><![CDATA[<p>Fala galera, dia 25/Abril/2014 aconteceu na Microsoft Brasil, no escritório de São Paulo, o fórum técnico para profissionais de Banco de Dados que foi feito para o Lançamento do SQL Server 2014 no Brasil. Tive o prazer de palestrar no evento falando sobre BigData, com a palestra Descobrindo BigData com HDInsight. Para quem quiser ver...</p>
<p>O post <a href="https://diegonogare.net/2014/04/lanamento-do-sql-server-2014-descobrindo-bigdata-com-hdinsight/">Lançamento do SQL Server 2014 – Descobrindo BigData com HDInsight</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fala galera, dia 25/Abril/2014 aconteceu na Microsoft Brasil, no escritório de São Paulo, o fórum técnico para profissionais de Banco de Dados que foi feito para o Lançamento do SQL Server 2014 no Brasil.</p>
<p>Tive o prazer de palestrar no evento falando sobre BigData, com a palestra <strong>Descobrindo BigData com HDInsight</strong>.</p>
<p>Para quem quiser ver os slides, segue abaixo:</p>
<p><iframe loading="lazy" style="margin-bottom: 5px; max-width: 100%; border-top: #ccc 1px solid; border-right: #ccc 1px solid; border-bottom: #ccc 0px solid; border-left: #ccc 1px solid" height="421" marginheight="0" src="http://www.slideshare.net/slideshow/embed_code/33996928" frameborder="0" width="512" marginwidth="0" scrolling="no" allowfullscreen> </iframe></p>
<div style="margin-bottom: 5px"><strong><a title="Lan&ccedil;amento do SQL Server 2014 - Descobrindo BigData com HDInsight" href="https://pt.slideshare.net/DiegoNogare/lanamento-do-sql-server-2014-descobrindo-bigdata-com-hdinsight" target="_blank" rel="noopener noreferrer">Lançamento do SQL Server 2014 &#8211; Descobrindo BigData com HDInsight</a> </strong>from <strong><a href="http://www.slideshare.net/DiegoNogare" target="_blank" rel="noopener noreferrer">Diego Nogare</a></strong> </div>
<p>&nbsp;</p>
<p>Qualquer dúvida, fique a vontade para me pingar através da área de contato. Bons estudos!</p>
<p>O post <a href="https://diegonogare.net/2014/04/lanamento-do-sql-server-2014-descobrindo-bigdata-com-hdinsight/">Lançamento do SQL Server 2014 – Descobrindo BigData com HDInsight</a> apareceu primeiro em <a href="https://diegonogare.net">Diego Nogare</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2164</post-id>	</item>
	</channel>
</rss>
