<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Pass-Tv on UGISS</title>
    <link>https://1ab09184.ugiss-website.pages.dev/tags/pass-tv/</link>
    <description>Recent content in Pass-Tv on UGISS</description>
    <generator>Hugo</generator>
    <language>it</language>
    <lastBuildDate>Sun, 09 Nov 2014 00:00:00 +0100</lastBuildDate>
    <atom:link href="https://1ab09184.ugiss-website.pages.dev/tags/pass-tv/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PASS Summit 2014 - The day after!</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2014/11/09/pass-summit-2014-the-day-after/</link>
      <pubDate>Sun, 09 Nov 2014 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2014/11/09/pass-summit-2014-the-day-after/</guid>
      <description>&lt;p&gt;Ecco i numeri della galassia &lt;a href=&#34;http://www.sqlpass.org/&#34;&gt;PASS&lt;/a&gt;, presentati al &lt;a href=&#34;http://www.sqlpass.org/summit/2014/&#34;&gt;Summit 2014&lt;/a&gt;&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.ugiss.org/assets/PASStv_Summit_2014_img1.png&#34;&gt;&lt;img src=&#34;images/PASStv_Summit_2014_img1-300x161.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt; &lt;a href=&#34;http://www.ugiss.org/assets/PASStv_Summit_2014_img2.png&#34;&gt;&lt;img src=&#34;images/PASStv_Summit_2014_img2-300x158.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&amp;hellip;mi pare non siano necessari commenti!&lt;/p&gt;&#xA;&lt;p&gt;Sempre più professionisti, tecnici e analisti ritengono che questo evento sia un importantissimo momento di formazione e scambio culturale in cui è possibile accedere a risorse con competenze e professionalità elevatissime, mi riferisco agli Speaker, ai componenti del Team SQLCAT, ai tecnici che presidiano la SQL Server Clinic e ai componenti del Team di sviluppo di SQL Server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Troubleshooting Clusters</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2014/02/23/troubleshooting-clusters/</link>
      <pubDate>Sun, 23 Feb 2014 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2014/02/23/troubleshooting-clusters/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt; è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=ELtmP_1uEi8&#34;&gt;Troubleshooting Clusters&lt;/a&gt; tenuta da Allan Hirt (&lt;a href=&#34;https://x.com/SQLHA&#34;&gt;@SQLHA&lt;/a&gt;) durante lo scorso PASS Summit 2013.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=ELtmP_1uEi8&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Troubleshooting_Clusters.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Whether you are new to clusters or have years of experience, you may still cross your fingers when implementing a failover cluster instance (FCI) of SQL Server or an availability group (AG). Both require an underlying Windows Server failover cluster (WSFC), but how many DBAs are involved in the planning and deployment of it? What happens if you try to install an FCI or configure an AG and things don&amp;rsquo;t work? Or worse, what if the implementation fails after going live in production? This session will cover how to diagnose what went wrong and the free tools available to you, as well as demonstrate how to fix common issues that every DBA should know about.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Skewed Data - Poor Cardinality Estimates... and Plans Gone Bad</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2014/02/14/skewed-data-poor-cardinality-estimates-and-plans-gone-bad/</link>
      <pubDate>Fri, 14 Feb 2014 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2014/02/14/skewed-data-poor-cardinality-estimates-and-plans-gone-bad/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt; è stata pubblicata la sessione &amp;ldquo;Skewed Data, Poor Cardinality Estimates, and Plans Gone Bad&amp;rdquo; tenuta da Kimberly Tripp (&lt;a href=&#34;https://x.com/KimberlyLTripp&#34;&gt;@KimberlyLTripp&lt;/a&gt;) durante lo scorso PASS Summit 2013.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=li5HwaZF8tc&amp;amp;list=PLoGAcXKPcRvbTr23ujEN953pLP_nDyZJC&amp;amp;feature=share&amp;amp;index=25&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Skewed_Data_Poor_Cardinality_Estimates_and_Plans_Gone_Bad.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;When data distribution is heavily skewed, cardinality estimation (how many rows the query optimizer expects each operator to process) can be wildly incorrect, resulting in poor quality query plans and degraded performance. You&amp;rsquo;ve probably seen the advice to update all statistics if a query plan looks wrong - but is that the right advice? In many cases, no! These are &amp;ldquo;sledgehammer&amp;rdquo; approaches, and while they might solve some problems (usually parameter sniffing problems), they don&amp;rsquo;t solve the actual problem. In this session, you&amp;rsquo;ll learn a generalized yet tailored-to-the-table way to solve query plan quality problems for very large tables (VLTs). Topics will include creating, using, and updating filtered statistics; using forced parameterization and templatized plan guides; and understanding stored procedures and how they can leverage filtered statistics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Your T-SQL Tool Kit: Window Function Fundamentals</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2014/01/11/building-your-t-sql-tool-kit-window-function-fundamentals/</link>
      <pubDate>Sat, 11 Jan 2014 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2014/01/11/building-your-t-sql-tool-kit-window-function-fundamentals/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt; è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=tUK3ohs7uDI&amp;amp;list=PLoGAcXKPcRvbTr23ujEN953pLP_nDyZJC&#34;&gt;Building Your T-SQL Tool Kit: Window Function Fundamentals&lt;/a&gt; tenuta da Christina E. Leo (&lt;a href=&#34;https://x.com/christinaleo&#34;&gt;@christinaleo&lt;/a&gt;) durante lo scorso PASS Summit 2013.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=tUK3ohs7uDI&amp;amp;list=PLoGAcXKPcRvbTr23ujEN953pLP_nDyZJC&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Building_Your_T-SQL_Tool_Kit_Window_Function_Fundamentals.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Have you pulled a script to identify duplicates from a blog post but couldn&amp;rsquo;t quite get it to work because you weren&amp;rsquo;t sure what that ROW_NUMBER() function was doing? Maybe you heard talk about creating running totals without using subqueries, but you got frustrated when the groups weren&amp;rsquo;t totaling correctly. Or maybe, you&amp;rsquo;ve never even heard of window functions. All are good reasons to attend this all-demo session, which demystifies this versatile T-SQL tool. First, we&amp;rsquo;ll break apart the OVER clause, the key to understanding how window functions work. Then we&amp;rsquo;ll expand on each group of functions that can use the OVER clause: ranking, aggregate, and analytic functions. Finally, we&amp;rsquo;ll look at real scenarios where this tool works and talk about performance considerations. When you leave, you&amp;rsquo;ll have the fundamentals you need to fully develop your mastery of window functions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Automate Your ETL Infrastructure with SSIS and PowerShell</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/12/20/automate-your-etl-infrastructure-with-ssis-and-powershell/</link>
      <pubDate>Fri, 20 Dec 2013 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/12/20/automate-your-etl-infrastructure-with-ssis-and-powershell/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt; è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=rlrw0dNmFdU&amp;amp;list=PLoGAcXKPcRvbTr23ujEN953pLP_nDyZJC&#34;&gt;Automate Your ETL Infrastructure with SSIS and PowerShell&lt;/a&gt; tenuta da Allen White (&lt;a href=&#34;https://x.com/SQLRunr&#34;&gt;@SQLRunr&lt;/a&gt;) durante lo scorso PASS Summit 2013.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=rlrw0dNmFdU&amp;amp;list=PLoGAcXKPcRvbTr23ujEN953pLP_nDyZJC&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Automate_Your_ETL_Infrastructure_with_SSIS_and_PowerShell.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Much of your ETL process flow consists of packages that are very similar in structure, capturing data from a single source and transferring that to a single destination. Creating the individual packages can be tedious, and it&amp;rsquo;s easy to miss something in the process of generating the same basic package over and over again. BI Markup Language makes it easy to build new packages, and PowerShell makes creating the BIML scripts easy. In this session, we&amp;rsquo;ll see how you can use PowerShell to generate dozens of SSIS packages doing similar tasks from a defined set of ETL sources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Use DMVs to Diagnose Performance Issues</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/11/23/how-to-use-dmvs-to-diagnose-performance-issues/</link>
      <pubDate>Sat, 23 Nov 2013 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/11/23/how-to-use-dmvs-to-diagnose-performance-issues/</guid>
      <description>&lt;p&gt;Sul canale PASStv è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=AWFg6KdVoh4&amp;amp;list=PLoGAcXKPcRvbTr23ujEN953pLP_nDyZJC&#34;&gt;How to Use DMVs to Diagnose Performance Issues&lt;/a&gt; tenuta da Glenn Berry durante lo scorso PASS Summit.&lt;/p&gt;&#xA;&lt;p&gt;Le DMVs (DMV + DMF) forniscono informazioni sullo stato di salute dell&amp;rsquo;istanza SQL Server. Permettono di diagnosticare problemi di performance e rappresentano uno strumento utilissimo sia per i DBA che per gli sviluppatori; aumentano ad ogni versione di SQL Server e dopo averle toccate con mano non potrete più farne a meno vi consiglio quindi di non perdervi questa sessione!&lt;/p&gt;</description>
    </item>
    <item>
      <title>PASS TV: Summit 2013</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/10/21/pass-tv-summit-2013/</link>
      <pubDate>Mon, 21 Oct 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/10/21/pass-tv-summit-2013/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.sqlpass.org/summit/2013/About.aspx&#34;&gt;PASS Summit 2013&lt;/a&gt; si è concluso, e anche quest&amp;rsquo;anno i numeri sono positivi:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;2000 aziende rappresentate&lt;/li&gt;&#xA;&lt;li&gt;Si riconferma l&amp;rsquo;evento singolo, più grande al mondo, dedicato a SQL Server&lt;/li&gt;&#xA;&lt;li&gt;Partecipanti da 52 paesi del mondo&lt;/li&gt;&#xA;&lt;li&gt;5000 registrazioni&lt;/li&gt;&#xA;&lt;li&gt;Più di 500000 ore di formazione erogate da collaboratori volontari&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Questo è video di benvenuto: &lt;a href=&#34;http://www.sqlpass.org/summit/2013/PASStv.aspx?watch=bYqWsoneIG4&#34;&gt;Welcome live from PASS Summit 2013&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>What&#39;s New in Security for SQL Server 2012</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/10/13/whats-new-in-security-for-sql-server-2012/</link>
      <pubDate>Sun, 13 Oct 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/10/13/whats-new-in-security-for-sql-server-2012/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt; di YouTube, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=QTQv2aUoxQU&#34;&gt;What&amp;rsquo;s New in Security for SQL Server Code Name &amp;ldquo;Denali&amp;rdquo;&lt;/a&gt; tenuta da Il-Sung Lee (Senior Program Manager @ Microsoft).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=QTQv2aUoxQU&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_What_is_New_in_Security_for_SQL_Server_2012.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Security continues to be a top concern for database administrators as they face the ever-present threat of data breaches and the increasing pressures from compliance regulations such as PCI and HIPAA. Fortunately, SQL Server 2008 delivered some key features, such as TDE and SQL Server Audit, to help administrators achieve their security goals and Denali makes further progress with enhancements to Audit and security manageability. This session takes an experienced users approach to the advanced topic of recent security enhancements to SQL Server and explains the new changes coming to Denali and how they can help you satisfy your security objectives.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Who is Responsible? The Vendor or the DBA?</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/08/11/who-is-responsible-the-vendor-or-the-dba/</link>
      <pubDate>Sun, 11 Aug 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/08/11/who-is-responsible-the-vendor-or-the-dba/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=ibEGQhuwNYA&amp;amp;feature=youtu.be&#34;&gt;Who is Responsible? The Vendor or the DBA?&lt;/a&gt; I due speaker: &lt;a href=&#34;https://x.com/erinstellato&#34;&gt;Erin Stellato&lt;/a&gt; (nei panni del software vendor) e &lt;a href=&#34;https://x.com/mike_walsh&#34;&gt;Mike Walsh&lt;/a&gt; (nei panni del DBA) hanno dato vita ad una sessione interattiva che vi farà comprendere come sia possibile migliorare il rapporto tra DBA e software vendor.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a Professional Development Plan</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/07/30/building-a-professional-development-plan/</link>
      <pubDate>Tue, 30 Jul 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/07/30/building-a-professional-development-plan/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=NS_zPhllfF4&amp;amp;feature=youtu.be&#34;&gt;Building a Professional Development Plan&lt;/a&gt; tenuta da &lt;a href=&#34;http://www.linkedin.com/in/sqlandy&#34;&gt;Andy Warren&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=NS_zPhllfF4&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Building_a_Professional_Development_Plan.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ready to take the next step in your career? Ready to build a plan that will get you there? This session will show you a process for building a comprehensive professional development plan - a road map to get to where you want to go! This session is designed to help you build a professional development plan using the same techniques that are used for building business plans. We&amp;rsquo;ll talk about obtaining and managing resources, setting realistic goals, tracking progress, and what to do when you get off plan. We&amp;rsquo;re going to look at more than pure technical learning. We&amp;rsquo;ll discuss how and when to modify your plan to include networking, writing, social engagement, and managing and leadership skills - and talk about the most effective ways to do it. We&amp;rsquo;ll touch lightly on the value of a mentor and ways to find a good mentor. We will also discuss changing how you look at your career, adopting the mindset of the consultant even if you prefer to retain your status as an employee. It&amp;rsquo;s not an easy change, but it&amp;rsquo;s a powerful one, and that is an important component of a professional development plan. At the end of this session you should be ready to spend a day building a plan that will help you move your career forward to a goal that you&amp;rsquo;ve selected.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Query Tuning Mastery</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/07/11/query-tuning-mastery/</link>
      <pubDate>Thu, 11 Jul 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/07/11/query-tuning-mastery/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &amp;ldquo;Query Tuning Mastery: Zen and the Art of Workspace Memory&amp;rdquo; tenuta da &lt;a href=&#34;https://x.com/AdamMachanic&#34;&gt;Adam Machanic&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=j5YGdIk3DXw&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Query_Tuning_Mastery.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;As SQL Server professionals, we often think of memory in vague, instance-level terms: buffer pool, procedure cache, Virtual Address Space, and so on. But certain tasks require a more in-depth focus, and query tuning is one of them. Large, complex queries need memory in which to work &amp;ndash;workspace memory&amp;ndash; and understanding the how&amp;rsquo;s, when&amp;rsquo;s, and why&amp;rsquo;s of this memory can help you create queries that run in seconds rather than minutes. This session will teach you how to guide the query processor to grant enough memory for top performance, while also keeping things balanced for the sake of concurrency. You will learn advanced monitoring techniques, expert-level application of specialized query hints, and the memory internals needed to put it all together. If you work with large queries and are serious about achieving scalability and consistently great performance, you owe it to yourself to attend this session.&lt;/p&gt;</description>
    </item>
    <item>
      <title>No More Bad Dates</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/06/29/sqlpass-tv-no-more-bad-dates/</link>
      <pubDate>Sat, 29 Jun 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/06/29/sqlpass-tv-no-more-bad-dates/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=GS8fz-peVIw&amp;amp;feature=youtu.be&#34;&gt;No More Bad Dates: Best Practices for Working with Dates and Times&lt;/a&gt; tenuta da &lt;a href=&#34;https://x.com/Kendra_Little&#34;&gt;Kendra Little&lt;/a&gt; (Managing Director, Brent Ozar Unlimited).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=GS8fz-peVIw&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_No_More_Bad_Dates.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Dates and times seem simple at first. Kendra Little will show you there&amp;rsquo;s more to it than you think. She&amp;rsquo;ll give you five best practices that will help you select the right temporal data type, avoid common issues, and use the most effective techniques to aggregate data. She&amp;rsquo;ll also explain painful problems with query performance and how to avoid them. Choose wisely: the correct types and high performing data access logic will scale like magic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SQL Server Execution Plans</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/06/01/sqlpass-tv-sql-server-execution-plans/</link>
      <pubDate>Sat, 01 Jun 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/06/01/sqlpass-tv-sql-server-execution-plans/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=dAodRKIJlB0&amp;amp;feature=youtu.be&#34;&gt;SQL Server Execution Plans (From Compilation to Caching to Reuse)&lt;/a&gt; tenuta da &lt;a href=&#34;https://x.com/DrHouseOfSQL&#34;&gt;Maciej Pilecki&lt;/a&gt; (SQL Server MVP, MCM).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=dAodRKIJlB0&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_SQL_Server_Execution_Plans.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Execution plan reuse is one of the most important aspects of building well-performing and scalable SQL Server solutions. But it&amp;rsquo;s also the one that is often overlooked during the design phase and becomes very difficult to troubleshoot later. In this session we will discuss in details the following aspects of SQL Server execution plans: compilation, re-compilation, parameterization, caching, reuse and aging. You will leave this session with full understanding of how to improve your server&amp;rsquo;s performance by increasing execution plan reuse (and how to avoid reuse in case this is necessary).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Best Of PASS 2012</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/05/15/best-of-pass-2012/</link>
      <pubDate>Wed, 15 May 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/05/15/best-of-pass-2012/</guid>
      <description>&lt;p&gt;Stati resi pubblici a tutti, non solo ai partecipanti, una selezione di 10 sessioni del PASS Summit 2012. Tra le sessioni si trovano vere e proprie perle come quella di Bob Ward sugli internals di SQL Server 2012, giusto per citarne una che contiene informazioni altrimenti introvabili&lt;/p&gt;&#xA;&lt;p&gt;Trovate qui l&amp;rsquo;indice:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Top 10 Things You Didn&#39;t Know About SSIS in SQL Server 2012</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/05/03/sqlpass-tv-top-10-things-you-didnt-know-about-ssis-in-sql-server-2012/</link>
      <pubDate>Fri, 03 May 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/05/03/sqlpass-tv-top-10-things-you-didnt-know-about-ssis-in-sql-server-2012/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=yWn3zCpNguk&amp;amp;feature=youtu.be&#34;&gt;Top 10 Things You Didn&amp;rsquo;t Know About SSIS in SQL Server 2012&lt;/a&gt; tenuta da &lt;a href=&#34;http://ca.linkedin.com/in/mmasson&#34;&gt;Matt Masson&lt;/a&gt; (SQL Server Integration Services Team).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=yWn3zCpNguk&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Top_10_Things_You_did_not_Know_About_SSIS_in_SQL_Server_2012.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;By now you all know about the major SSIS improvements in SQL Server code name &amp;ldquo;Denali&amp;rdquo; - the enhanced Developer Experience, the Project &amp;amp; Parameter model, and the new Server based deployment features. This session will cover many of the other major improvements to the product that are sure to bring a smile to your face. With hundreds of customer reported Connect issues fixed, the upcoming release will be the highest quality release to date. Come find out more!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introduction to Data Mining in SQL Server Analysis Services</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/04/18/sqlpass-tv-introduction-to-data-mining-in-sql-server-analysis-services/</link>
      <pubDate>Thu, 18 Apr 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/04/18/sqlpass-tv-introduction-to-data-mining-in-sql-server-analysis-services/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=S_j3tDFnwO8&amp;amp;feature=youtu.be&#34;&gt;Introduction to Data Mining in SQL Server Analysis Services&lt;/a&gt; tenuta da &lt;a href=&#34;https://x.com/brianknight&#34;&gt;Brian Knight&lt;/a&gt; (Owner @ Pragmatic Works).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=S_j3tDFnwO8&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Introduction_to_Data_Mining_in_SQL_Server_Analysis_Services.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Data mining is one of the key hidden gems inside of Analysis Services but has traditionally had a steep learning curve. In this session, you&amp;rsquo;ll learn how to create a data mining model to predict who is the best customer for you and learn how to use other algorithms to spend your marketing model wisely. You&amp;rsquo;ll also see how to use Time Series analysis for budget and forecast prediction. Finally, you&amp;rsquo;ll learn how to integrate data mining into your application through SSIS or custom coding.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zero to Cube - Fast Track to SSAS Development</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/04/05/sqlpass-tv-zero-to-cube-fast-track-to-ssas-development/</link>
      <pubDate>Fri, 05 Apr 2013 00:00:00 +0200</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/04/05/sqlpass-tv-zero-to-cube-fast-track-to-ssas-development/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=Fkkgbcw2U84&amp;amp;feature=youtu.be&#34;&gt;Zero to Cube - Fast Track to SSAS Development&lt;/a&gt; tenuta da Adam Jorgensen (President @ Pragmatic Works Consulting).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=Fkkgbcw2U84&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Zero_to_Cube_Fast_Track_to_SSAS_Development.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This session was TOP 3 in its track last year and is always a crowd pleaser. I won a coveted Summit Spolight Session at SQL Rally this year by popular vote and it has been a hit at SQL Saturday&amp;rsquo;s all over the east coast because it is 100% demo and driven with real world data the attendees can get and use themselves. In this session, the attendees will learn how to drive and build an Analysis Services cube and reports as they rotate through the podium as volunteers. This session will show the crowd how simple it is to begin delivering powerful analysis to your end user community without going through a significant development cycle.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Developing and Managing a BI Semantic Model</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/03/20/sqlpass-tv-developing-and-managing-a-bi-semantic-model/</link>
      <pubDate>Wed, 20 Mar 2013 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/03/20/sqlpass-tv-developing-and-managing-a-bi-semantic-model/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV di YouTube&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=4XEELQJ3Zl8&amp;amp;feature=youtu.be&#34;&gt;Developing and Managing a Business Intelligence Semantic Model&lt;/a&gt; tenuta da Cathy Dumas (Program Manager @ Microsoft).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=4XEELQJ3Zl8&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Developing_and_Managing_a_Business_Intelligence_Semantic_Model.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Use the new features in SQL Server code name &amp;ldquo;Denali&amp;rdquo; to develop and manage a BI Semantic Model in Analysis Services. We will discuss the new capabilities in creating your BI Semantic Models, using PowerPivot as a starting point, and how to troubleshoot your models.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-to-End SQL Server PowerPivot</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/03/08/sqlpass-tv-end-to-end-sql-server-powerpivot/</link>
      <pubDate>Fri, 08 Mar 2013 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/03/08/sqlpass-tv-end-to-end-sql-server-powerpivot/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV di YouTube&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=ThNkRR7LwUc&amp;amp;feature=youtu.be&#34;&gt;End-to-End SQL Server PowerPivot&lt;/a&gt; tenuta Peter Myers (Mentor @ SolidQ).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=ThNkRR7LwUc&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_End-to-End_SQL_Server_PowerPivot.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;One of the pillars of SQL Server 2008 R2 is Managed Self-Service BI. The SQL Server PowerPivot for Excel add-in is a key offering in this pillar, and delivers an entirely new analytic experience to Excel 2010. The add-in allows analysts to load and prepare large volumes of data from various sources to create a multidimensional model. The model can be enriched with sophisticated calculations. Then the model can then be used as the source for PivotTable and PivotChart reports. And yet that&amp;rsquo;s not the end of the story. With the SQL Server PowerPivot for SharePoint add-in, the Excel workbooks that host the PowerPivot model can be catalogued in SharePoint and exposed as a data source for other Excel and Reporting Services reports. These SharePoint hosted models can then be managed by IT with scheduled data refreshes from the originating data stores.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tips and Tricks for Building Rich Reporting Services Reports</title>
      <link>https://1ab09184.ugiss-website.pages.dev/2013/02/01/sqlpass-tv-tips-and-tricks-for-building-rich-reporting-services-reports/</link>
      <pubDate>Fri, 01 Feb 2013 00:00:00 +0100</pubDate>
      <guid>https://1ab09184.ugiss-website.pages.dev/2013/02/01/sqlpass-tv-tips-and-tricks-for-building-rich-reporting-services-reports/</guid>
      <description>&lt;p&gt;Sul canale &lt;a href=&#34;http://www.youtube.com/user/SQLPASSTV&#34;&gt;SQLPASS TV di YouTube&lt;/a&gt;, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione &lt;a href=&#34;http://www.youtube.com/watch?v=kCW4T3U8kG8&amp;amp;feature=youtu.be&#34;&gt;Tips and Tricks for Building Rich Reporting Services Reports&lt;/a&gt; tenuta da Bob Meyers (Senior Program Manager @ SQL Server Reporting Services Team).&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=kCW4T3U8kG8&amp;amp;feature=youtu.be&#34;&gt;&lt;img src=&#34;images/SQLPASS_TV_Tips_and_Tricks_for_Building_Rich_Reporting_Services_Reports.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Tips and tricks for building reports using SSRS (from 2008 to SQL Server code name &amp;ldquo;Denali&amp;rdquo;). In this session, you will see how to create and solve solutions using feature like Tablix, and tips on how best to author reports and how to manage them.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
