<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>JumpStartTV.com - All channel</title><link>http://www.jumpstarttv.com</link><description>Feed for All channel</description><ttl>1440</ttl><item><title>Using a Basic Data Flow Task in SSIS</title><link>http://www.jumpstarttv.com/using-a-basic-data-flow-task-in-ssis_3.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-a-basic-data-flow-task-in-ssis_3.aspx</guid><description>In this video, Brian shows how to use SSIS to make a simple transformation occur of your data. He aggregates and sorts the data before writing the data to a flat file. After you watch this video, you will know how to use the Data Flow task inside of SQL Server 2005 SSIS.</description><pubDate>8/22/2008</pubDate><author>Brian Knight</author></item><item><title>Using Checkpoints in SSIS</title><link>http://www.jumpstarttv.com/using-checkpoints-in-ssis_5.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-checkpoints-in-ssis_5.aspx</guid><description>SQL Server Integration Services checkpoints enable you to start a package from where it failed. This helps you avoid having to re-run a 6 hour package over again. Learn how to use this valuable feature with this quick how-to video.</description><pubDate>9/26/2008</pubDate><author>Brian Knight</author></item><item><title>Using a Script Transform in SSIS</title><link>http://www.jumpstarttv.com/using-a-script-transform-in-ssis_6.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-a-script-transform-in-ssis_6.aspx</guid><description>In SSIS, the data you receive from the source is rarely in the format your end users would like to see. To correct this, you can use the Script Component to transform data. In this demo, Brian shows you how to use the Script transform to make a column proper case in the data flow.</description><pubDate>8/25/2008</pubDate><author>Brian Knight</author></item><item><title>Speak Like a SSIS Developer</title><link>http://www.jumpstarttv.com/speak-like-a-ssis-developer_7.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/speak-like-a-ssis-developer_7.aspx</guid><description>In this first video of the series, you'll learn what SQL Server Integration Services does and a little about the environment. After you see this video you should be able to understand much of the terminology and toolset that SSIS developers use.</description><pubDate>8/28/2008</pubDate><author>Brian Knight</author></item><item><title>Creating a Basic SSAS Cube</title><link>http://www.jumpstarttv.com/creating-a-basic-ssas-cube_22.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/creating-a-basic-ssas-cube_22.aspx</guid><description>In this demonstration, you'll quickly learn how to create a basic cube using the Cube Wizard upon a data warehouse. Brian walks through the entire process in this 10 minute video to get you started with creating a browsing a cube.</description><pubDate>9/22/2008</pubDate><author>Brian Knight</author></item><item><title>Using Database DDL Triggers</title><link>http://www.jumpstarttv.com/using-database-ddl-triggers_23.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-database-ddl-triggers_23.aspx</guid><description>In this short demonstration, you'll learn how to use DDL database triggers to prevent changes to product and audit changes to comply with Sarbanes-Oxley and other change management requirements.</description><pubDate>9/19/2008</pubDate><author>Brian Knight</author></item><item><title>Introduction to Data Warehousing Part 1</title><link>http://www.jumpstarttv.com/introduction-to-data-warehousing-part-1_24.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/introduction-to-data-warehousing-part-1_24.aspx</guid><description>In Part 1 of this extensive series, Wes Dumey starts some of the core concepts of data warehousing. In this video he covers what a data warehouse is, why companies use them and what are some of the key components.</description><pubDate>9/9/2008</pubDate><author>Wes Dumey</author></item><item><title>Introduction to Data Warehousing Part 2 - DW Tables</title><link>http://www.jumpstarttv.com/introduction-to-data-warehousing-part-2-dw-tables_25.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/introduction-to-data-warehousing-part-2-dw-tables_25.aspx</guid><description>In Part 2 of this series, Wes Dumey talks about some of the key tables in a data warehousing scenario. He covers fact tables, dimensions and some of the other tables you'll see in a data warehouse.</description><pubDate>8/18/2008</pubDate><author>Wes Dumey</author></item><item><title>Introduction to Data Warehousing Part 3 - ETL</title><link>http://www.jumpstarttv.com/introduction-to-data-warehousing-part-3-etl_26.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/introduction-to-data-warehousing-part-3-etl_26.aspx</guid><description>In part 3 of this series, Wes provides an overview of some common processes to load data into your data warehouse could be. He also covers some of the common issues with cleansing of your data.</description><pubDate>9/3/2008</pubDate><author>Wes Dumey</author></item><item><title>Using the Fuzzy Lookup Transform</title><link>http://www.jumpstarttv.com/using-the-fuzzy-lookup-transform_27.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-the-fuzzy-lookup-transform_27.aspx</guid><description>In this video, you'll see how to use the SQL Server Integration Services Fuzzy Lookup Transform to match data that may've been mistyped. Use this transform to stop data duplication.</description><pubDate>9/5/2008</pubDate><author>Brian Knight</author></item><item><title>Maintaining SQL Server 2005 Databases - Backups</title><link>http://www.jumpstarttv.com/maintaining-sql-server-2005-databases-backups_29.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/maintaining-sql-server-2005-databases-backups_29.aspx</guid><description>In this presentation for SQL Server newbies, you'll learn how to maintain your SQL Server databases by backing them up regularly and reindexing them. This topic assumes you know nothing about SQL Server and also covers some of the decisions you'll have to make when you decide you want to backup your database through maintenance plans.</description><pubDate>9/1/2008</pubDate><author>Brian Knight</author></item><item><title>Automating SQL Express Backups</title><link>http://www.jumpstarttv.com/automating-sql-express-backups_30.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/automating-sql-express-backups_30.aspx</guid><description>SQL Express has no mechanism to schedule backups and maintenance of your instance. In this video, Brian shows you how to automate and schedule backups of SQL Express with a simple scripted solution.</description><pubDate>8/27/2008</pubDate><author>Brian Knight</author></item><item><title>Windows and SQL Server 2005 Clustering Architecture</title><link>http://www.jumpstarttv.com/windows-and-sql-server-2005-clustering-architecture_31.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/windows-and-sql-server-2005-clustering-architecture_31.aspx</guid><description>Before you start learning how to cluster, this video will show you the basics on how clustering in Windows 2003 and SQL Server 2005 works. Brian shows the basic architecture on clustering as well as the checklist that you would want to follow before starting to cluster.  </description><pubDate>9/12/2008</pubDate><author>Brian Knight</author></item><item><title>Clustering Windows 2003 R2</title><link>http://www.jumpstarttv.com/clustering-windows-2003-r2_32.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/clustering-windows-2003-r2_32.aspx</guid><description>In this presentation, you'll learn step-by-step how to cluster Windows 2003 R2. Brian shows you how to configure and cluster a two node cluster, preparing it for any future services like SQL Server or Exchange.</description><pubDate>9/11/2008</pubDate><author>Brian Knight</author></item><item><title>Clustering SQL Server 2005</title><link>http://www.jumpstarttv.com/clustering-sql-server-2005_33.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/clustering-sql-server-2005_33.aspx</guid><description>With Windows 2003 now clustered, you're ready to begin to clustering SQL Server 2005. In this presentation, you'll see how to cluster SQL Server 2005 and some best practices in how to configure the SQL Server cluster after the fact.</description><pubDate>10/3/2008</pubDate><author>Brian Knight</author></item><item><title>Looping Through and Loading Files with SSIS</title><link>http://www.jumpstarttv.com/looping-through-and-loading-files-with-ssis_34.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/looping-through-and-loading-files-with-ssis_34.aspx</guid><description>In this presentation, you'll learn how to use the ForEach Loop Container to loop through a folder and load each file in the directory. This presentation uses variables to dynamically configure the package so nothing is hard coded.</description><pubDate>9/24/2008</pubDate><author>Brian Knight</author></item><item><title>Using the For Each ADO Enumerator</title><link>http://www.jumpstarttv.com/using-the-for-each-ado-enumerator_38.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-the-for-each-ado-enumerator_38.aspx</guid><description>In this video, you'll learn how to use the For Each ADO enumerator to loop through a table and reconfigure the package based on the rows in the table. You can use this type of example to store meta data about your client and reconfigure the package for each client dynamically.</description><pubDate>8/15/2008</pubDate><author>Brian Knight</author></item><item><title>Using Transactions in SSIS</title><link>http://www.jumpstarttv.com/using-transactions-in-ssis_39.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-transactions-in-ssis_39.aspx</guid><description>In SSIS demonstration, you can wrap a package or container in a MS DTC transaction. This type of transaction ensures that if a problem occurs in a package, your data can roll back to a prior state.</description><pubDate>9/4/2008</pubDate><author>Brian Knight</author></item><item><title>Using SQL Server 2005 Database Snapshots</title><link>http://www.jumpstarttv.com/using-sql-server-2005-database-snapshots_41.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-sql-server-2005-database-snapshots_41.aspx</guid><description>In this presentation, Brian shows you how you can use database snapshots for data protection. He shows you how to create a snapshot, read from it and lastly how to do a database recovery from the snapshot.</description><pubDate>8/19/2008</pubDate><author>Brian Knight</author></item><item><title>BI MetaData Toolkit Quickstart</title><link>http://www.jumpstarttv.com/bi-metadata-toolkit-quickstart_46.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/bi-metadata-toolkit-quickstart_46.aspx</guid><description>As you grow the amount of SSIS packages and cubes in your environment, you will need to track how the data arrived into the cubes and what the impact of you changing a column will be. The BI Metadata Toolkit is a free toolkit from Microsoft that helps you manage your metadata and helps you generate impact and lineage reports quickly and easily.</description><pubDate>8/21/2008</pubDate><author>Brian Knight</author></item><item><title>Running and Scheduling SSIS Packages</title><link>http://www.jumpstarttv.com/running-and-scheduling-ssis-packages_53.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/running-and-scheduling-ssis-packages_53.aspx</guid><description>In this presentation, Brian shows you how to run a SSIS package outside the designer environment using DTExec.exe and DTExecUI.exe. He also shows you how to schedule an SSIS package using SQL Server Agent.</description><pubDate>10/8/2008</pubDate><author>Brian Knight</author></item><item><title>Using Excel 2007 with Analysis Services</title><link>http://www.jumpstarttv.com/using-excel-2007-with-analysis-services_54.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-excel-2007-with-analysis-services_54.aspx</guid><description>In this presentation, you'll see how you can use Excel 2007 to view data and create quick reports against data in Analysis Services. Then, you'll see how to conditionally format the data and apply rules to the data.</description><pubDate>10/10/2008</pubDate><author>Brian Knight</author></item><item><title>Introduction to the SQL Server 2005 Tools</title><link>http://www.jumpstarttv.com/introduction-to-the-sql-server-2005-tools_55.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/introduction-to-the-sql-server-2005-tools_55.aspx</guid><description>In this video, Brian shows you a high-level introduction for SQL Server newbies to the SQL Server tools. He explains what the purpose of each tool is before going into more details in the next videos.</description><pubDate>10/13/2008</pubDate><author>Brian Knight</author></item><item><title>Introduction to SQL Server Management Studio</title><link>http://www.jumpstarttv.com/introduction-to-sql-server-management-studio_58.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/introduction-to-sql-server-management-studio_58.aspx</guid><description>SQL Server Management Studio is used to manage, query and design SQL Server solutions. In this video you're shown the basics of how to use Management Studio.</description><pubDate>8/20/2008</pubDate><author>Brian Knight</author></item><item><title>Using SQL Server 2005 Profiler</title><link>http://www.jumpstarttv.com/using-sql-server-2005-profiler_59.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-sql-server-2005-profiler_59.aspx</guid><description>In this presentation, Brian introduces SQL Server 2005 Profiler. He shows you to integrate System Monitor logs (also called perfmon) to find what queries were running against your machine during key performance failures. He also shows you how to output the query plan into an XML file.</description><pubDate>9/8/2008</pubDate><author>Brian Knight</author></item><item><title>Spotlight: Overview of SQL Sentry</title><link>http://www.jumpstarttv.com/spotlight-overview-of-sql-sentry_60.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/spotlight-overview-of-sql-sentry_60.aspx</guid><description>Get an overview of SQL Sentry, the tool that makes it easy to watch and schedule jobs inside SQL Server. SQL Sentry gives you an &quot;Outlook-style&quot; job panel for SQL Server and allows you to views your entire SQL Server job environment in one centralized panel.</description><pubDate>8/14/2008</pubDate><author>Steve Wright</author></item><item><title>Introduction to SQL Sentry Notifications</title><link>http://www.jumpstarttv.com/introduction-to-sql-sentry-notifications_61.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/introduction-to-sql-sentry-notifications_61.aspx</guid><description>In this video, you'll learn how job notifications are handled with SQL Sentry and how to set up job alerts. SQL Sentry offers a comprehensive way to send out alerts and chaining of jobs.</description><pubDate>9/10/2008</pubDate><author>Steve Wright</author></item><item><title>Managing the SSIS Service</title><link>http://www.jumpstarttv.com/managing-the-ssis-service_69.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/managing-the-ssis-service_69.aspx</guid><description>In this video, Brian discusses the role of the SSIS service and how it is configured. He also talks about how to create a central ETL server to handle all of your SSIS ETL.</description><pubDate>8/26/2008</pubDate><author>Brian Knight</author></item><item><title>Overview and Installing SQL Server 2005 SP2</title><link>http://www.jumpstarttv.com/overview-and-installing-sql-server-2005-sp2_70.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/overview-and-installing-sql-server-2005-sp2_70.aspx</guid><description>In this presentation Brian shows you some of the new features in SQL Server 2005 SP2. Then, he demos briefly how to install SP2 and some of the small quirks around the installation.</description><pubDate>8/29/2008</pubDate><author>Brian Knight</author></item><item><title>Change Data Capture with SSIS</title><link>http://www.jumpstarttv.com/change-data-capture-with-ssis_71.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/change-data-capture-with-ssis_71.aspx</guid><description>In this presentation, Brian Knight shows you how to use canned SSIS components to detect data changes in a source table and only load new or conditionally update changed records. He shows you two methods: one using the OLE DB command and another using a set based operation and demostrates you the performance differences between the two.</description><pubDate>9/29/2008</pubDate><author>Brian Knight</author></item><item><title>Applied Fuzzy Lookup</title><link>http://www.jumpstarttv.com/applied-fuzzy-lookup_73.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/applied-fuzzy-lookup_73.aspx</guid><description>In this session, Ira shows you how to use the Fuzzy Lookup transform in Integration Services to help create a hierarchy in SSAS. In this detailed example with code, he shows you how to comb through bad data using the Fuzzy Lookup and find vague matches to your data no matter what the application for the data.</description><pubDate>9/15/2008</pubDate><author>Ira Whiteside</author></item><item><title>Hacking SQL Server</title><link>http://www.jumpstarttv.com/hacking-sql-server_76.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/hacking-sql-server_76.aspx</guid><description>In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and then Brian tries again. Back and forth the chess match goes until someone wins! </description><pubDate>8/8/2008</pubDate><author>Brian Knight</author></item><item><title>Adding a Signature to Outlook 2007 Emails</title><link>http://www.jumpstarttv.com/adding-a-signature-to-outlook-2007-emails_146.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/adding-a-signature-to-outlook-2007-emails_146.aspx</guid><description>In this quick tip video, Brian Knight shows you how to add email signatures to Outlook 2007. Email signatures will save you time from having to type the same signature over and over again. </description><pubDate>10/17/2008</pubDate><author>Brian Knight</author></item><item><title>Creating a Proxy Account</title><link>http://www.jumpstarttv.com/creating-a-proxy-account_147.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/creating-a-proxy-account_147.aspx</guid><description>In this session by Brian Knight, he shows you how to create a proxy account for SQL Server Agent to use. Proxy accounts and SQL Server 2005 credentials help you impersonate another Windows account in Agent.  </description><pubDate>8/11/2008</pubDate><author>Brian Knight</author></item><item><title>SSIS Control Flow Basics</title><link>http://www.jumpstarttv.com/ssis-control-flow-basics_201.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/ssis-control-flow-basics_201.aspx</guid><description>In this session, Brian shows you the basics of the SQL Server Integration Services Control Flow. He shows you how to orchestrate a package in the control flow with precedence constraints and how they relate tasks together in the control flow and how to tasks are executed and in what order. He also shows some of the advanced properties of the control flow that help with parallelism.</description><pubDate>8/12/2008</pubDate><author>Brian Knight</author></item><item><title>SSIS Configurations</title><link>http://www.jumpstarttv.com/ssis-configurations_202.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/ssis-configurations_202.aspx</guid><description>In this session, Brian shows you how to use configuration files or a configuration file to dynamically configure your packages. With configuration files, you can seamlessly migrate an SSIS package from QA to production without worry and without having to reconfigure the package.</description><pubDate>9/2/2008</pubDate><author>Brian Knight</author></item><item><title>Ignoring a SSIS Checkpoint</title><link>http://www.jumpstarttv.com/ignoring-a-ssis-checkpoint_253.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/ignoring-a-ssis-checkpoint_253.aspx</guid><description>One thing that people typically want to do is always execute a particular task regardless of whether a checkpoint file exists or not. In this video, Jamie shows you how to create a package that can conditionally skip a checkpoint if it's in place. </description><pubDate>8/13/2008</pubDate><author>Jamie Thomson</author></item><item><title>SSIS Stumpers V1 - Unpivot Example</title><link>http://www.jumpstarttv.com/ssis-stumpers-v1-unpivot-example_268.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/ssis-stumpers-v1-unpivot-example_268.aspx</guid><description>In this series, Brian Knight shows you an actual difficult business problem to solve, gives you hints about how to solve it and then lastly shows you step-by-step instructions how to solve it if you want the help. You can download the sample code for this at &lt;a href=&quot;http://www.endtoendtraining.com/private/misc/downloads.aspx&quot;&gt;http://www.endtoendtraining.com/private/misc/downloads.aspx&lt;/a&gt;.  In this video of the series, Brian shows you how to unpivot data that may arrive from the mainframe and load a many to many table with SSIS.</description><pubDate>8/6/2008</pubDate><author>Brian Knight</author></item><item><title>SSIS Stumpers V1 - Unpivot Example</title><link>http://www.jumpstarttv.com/ssis-stumpers-v1-unpivot-example_268.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/ssis-stumpers-v1-unpivot-example_268.aspx</guid><description>In this series, Brian Knight shows you an actual difficult business problem to solve, gives you hints about how to solve it and then lastly shows you step-by-step instructions how to solve it if you want the help. You can download the sample code for this at &lt;a href=&quot;http://www.endtoendtraining.com/private/misc/downloads.aspx&quot;&gt;http://www.endtoendtraining.com/private/misc/downloads.aspx&lt;/a&gt;.  In this video of the series, Brian shows you how to unpivot data that may arrive from the mainframe and load a many to many table with SSIS.</description><pubDate>8/6/2008</pubDate><author>Brian Knight</author></item><item><title>SSIS Stumpers V1 - Unpivot Example</title><link>http://www.jumpstarttv.com/ssis-stumpers-v1-unpivot-example_268.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/ssis-stumpers-v1-unpivot-example_268.aspx</guid><description>In this series, Brian Knight shows you an actual difficult business problem to solve, gives you hints about how to solve it and then lastly shows you step-by-step instructions how to solve it if you want the help. You can download the sample code for this at &lt;a href=&quot;http://www.endtoendtraining.com/private/misc/downloads.aspx&quot;&gt;http://www.endtoendtraining.com/private/misc/downloads.aspx&lt;/a&gt;.  In this video of the series, Brian shows you how to unpivot data that may arrive from the mainframe and load a many to many table with SSIS.</description><pubDate>10/1/2008</pubDate><author>Brian Knight</author></item><item><title>Tictac</title><link>http://www.jumpstarttv.com/tictac_269.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/tictac_269.aspx</guid><description>This drink is similar to a Jagerbomb.  Watch Sean mix this drink to perfection.</description><pubDate>8/6/2008</pubDate><author>Sean Richardson</author></item><item><title>Modifying Data in T-SQL</title><link>http://www.jumpstarttv.com/modifying-data-in-t-sql_335.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/modifying-data-in-t-sql_335.aspx</guid><description>In this video, Kathi continues her beginner series on T-SQL where she now shows you how to modify data in SQL Server using the DELETE, UPDATE or INSERT statement. If you're new to T-SQl, this video is perfect for you to quickly ramp up your skills.</description><pubDate>1/14/2008</pubDate><author>Kathi Kellenberger</author></item><item><title>Object Dependencies in SQL Server</title><link>http://www.jumpstarttv.com/object-dependencies-in-sql-server_336.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/object-dependencies-in-sql-server_336.aspx</guid><description>In this video, Randy Dyess shows you how important SQL Server dependencies are and some of the faults with SQL Server 2005 with these. For example, SQL Server will allow you to create a stored procedure that points to a table that doesn't exist. He also shows you how this problem has been corrected in SQL Server 2008.</description><pubDate>1/14/2008</pubDate><author>Randy Dyess</author></item><item><title>XML Execution Plans</title><link>http://www.jumpstarttv.com/xml-execution-plans_373.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/xml-execution-plans_373.aspx</guid><description>In this video you will learn what XML Execution Plans are and why they are useful.</description><pubDate>10/6/2008</pubDate><author>Grant Fitchey</author></item><item><title>Text Query Plans</title><link>http://www.jumpstarttv.com/text-query-plans_374.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/text-query-plans_374.aspx</guid><description>In this video you will learn how to get a text version of an execution plan. </description><pubDate>9/16/2008</pubDate><author>Grant Fitchey</author></item><item><title>SQL Server Table Scans</title><link>http://www.jumpstarttv.com/sql-server-table-scans_375.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/sql-server-table-scans_375.aspx</guid><description>This video explain what a table scan is in your query plan</description><pubDate>9/23/2008</pubDate><author>Grant Fitchey</author></item><item><title>Saving a query plan</title><link>http://www.jumpstarttv.com/saving-a-query-plan_377.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/saving-a-query-plan_377.aspx</guid><description>In this video you will learn how to save an execution plan. </description><pubDate>9/30/2008</pubDate><author>Grant Fitchey</author></item><item><title>What is a Merge Join Operator?</title><link>http://www.jumpstarttv.com/what-is-a-merge-join_378.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/what-is-a-merge-join_378.aspx</guid><description>This this video you will learn what a merge join operator is when you see one in an execution plan.</description><pubDate>10/16/2008</pubDate><author>Grant Fitchey</author></item><item><title>What is an index scan?</title><link>http://www.jumpstarttv.com/what-is-an-index-scan_380.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/what-is-an-index-scan_380.aspx</guid><description>This video explains what an index scan is when looking at a query plan.</description><pubDate>10/7/2008</pubDate><author>Grant Fitchey</author></item><item><title>Generating an execution plan</title><link>http://www.jumpstarttv.com/generating-an-execution-plan_381.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/generating-an-execution-plan_381.aspx</guid><description>This video explains how to generate an execution plan when working with SQL Server.</description><pubDate>10/27/2008</pubDate><author>Grant Fitchey</author></item><item><title>What is a Hash Match Join Operator?</title><link>http://www.jumpstarttv.com/what-is-a-hash-match-join_382.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/what-is-a-hash-match-join_382.aspx</guid><description>This video explains what a hash match join is when looking at a query plan.</description><pubDate>11/12/2008</pubDate><author>Grant Fitchey</author></item><item><title>What is a clustered index scan?</title><link>http://www.jumpstarttv.com/what-is-a-clustered-index-scan_383.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/what-is-a-clustered-index-scan_383.aspx</guid><description>This video explains what a clustered index scan is when looking at a query plan.</description><pubDate>10/21/2008</pubDate><author>Grant Fitchey</author></item><item><title>What is a clustered index seek?</title><link>http://www.jumpstarttv.com/what-is-a-clustered-index-seek_384.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/what-is-a-clustered-index-seek_384.aspx</guid><description>This video explains what a clustered index seek is when looking at a query plan.</description><pubDate>10/30/2008</pubDate><author>Grant Fitchey</author></item><item><title>Uploading an execution plan to sqlservercentral.com</title><link>http://www.jumpstarttv.com/uploading-an-execution-plan-to-sqlservercentralcom_385.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/uploading-an-execution-plan-to-sqlservercentralcom_385.aspx</guid><description>Sometimes you'll need more help than you have available at your place of employment. This is where the experts on the SQLServerCentral.com forums can help. Sometimes they will ask to upload the execution plan of a problem query. This video explain how to save an execution plan and upload it to sqlservercentral.com to get some help from other DBA's. </description><pubDate>11/20/2008</pubDate><author>Grant Fitchey</author></item><item><title>Left Join Operators</title><link>http://www.jumpstarttv.com/left-join-operators_398.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/left-join-operators_398.aspx</guid><description>This video explains what a left join operator is when looking at a query plan.</description><pubDate>11/6/2008</pubDate><author>Grant Fitchey</author></item><item><title>What is an Identity Gap?</title><link>http://www.jumpstarttv.com/what-is-an-identity-gap_402.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/what-is-an-identity-gap_402.aspx</guid><description>This video explains what an Identity Gap is.</description><pubDate>10/23/2008</pubDate><author>Grant Fitchey</author></item><item><title>Backing up your database with SMO</title><link>http://www.jumpstarttv.com/backing-up-your-database-with-smo_411.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/backing-up-your-database-with-smo_411.aspx</guid><description>This video shows you how to backup your database using SMO.</description><pubDate>10/2/2008</pubDate><author>Tim Mitchell</author></item><item><title>Capture schema changes with SMO</title><link>http://www.jumpstarttv.com/capture-schema-changes-with-smo_412.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/capture-schema-changes-with-smo_412.aspx</guid><description>This video show you how to collect schema changes made to your database using SMO</description><pubDate>9/17/2008</pubDate><author>Tim Mitchell</author></item><item><title>Connecting to a SQL Server Database with SMO</title><link>http://www.jumpstarttv.com/connecting-to-a-sql-server-database-with-smo_415.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/connecting-to-a-sql-server-database-with-smo_415.aspx</guid><description>This video shows you how to use SMO to connect to a sql server database.</description><pubDate>9/25/2008</pubDate><author>Tim Mitchell</author></item><item><title>Creating a database with SMO</title><link>http://www.jumpstarttv.com/creating-a-database-with-smo_416.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/creating-a-database-with-smo_416.aspx</guid><description>This video shows you how to create a new database using SMO</description><pubDate>9/18/2008</pubDate><author>Tim Mitchell</author></item><item><title>Create database objects with SMO</title><link>http://www.jumpstarttv.com/create-database-objects-with-smo_417.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/create-database-objects-with-smo_417.aspx</guid><description>This video shows you how to create database objects (tables, stored procedures, etc) using SMO.</description><pubDate>10/20/2008</pubDate><author>Tim Mitchell</author></item><item><title>Create SQL Server Logins with SMO</title><link>http://www.jumpstarttv.com/create-sql-server-logins-with-smo_418.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/create-sql-server-logins-with-smo_418.aspx</guid><description>This video show you how to create SQL Server logins with SMO</description><pubDate>10/31/2008</pubDate><author>Tim Mitchell</author></item><item><title>Generating SQL Server scripts using SMO</title><link>http://www.jumpstarttv.com/generating-sql-server-scripts-using-smo_425.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/generating-sql-server-scripts-using-smo_425.aspx</guid><description>This video show you how to generate SQL Server scripts using SMO</description><pubDate>11/14/2008</pubDate><author>Tim Mitchell</author></item><item><title>Viewing SQL Server Indexes using SMO</title><link>http://www.jumpstarttv.com/viewing-sql-server-indexes-using-smo_427.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/viewing-sql-server-indexes-using-smo_427.aspx</guid><description>In this video you will learn how to view the indexes in a sql server database using SMO</description><pubDate>10/28/2008</pubDate><author>Tim Mitchell</author></item><item><title>Executing SQL Server Scripts using SMO</title><link>http://www.jumpstarttv.com/executing-sql-server-scripts-using-smo_431.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/executing-sql-server-scripts-using-smo_431.aspx</guid><description>This video shows you how to execute sql server scripts using SMO.</description><pubDate>10/9/2008</pubDate><author>Tim Mitchell</author></item><item><title>Reading the SQL Server Error Log with SMO</title><link>http://www.jumpstarttv.com/reading-the-sql-server-error-log-with-smo_432.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/reading-the-sql-server-error-log-with-smo_432.aspx</guid><description>This video shows you how to read the SQL Server error log using SMO</description><pubDate>11/3/2008</pubDate><author>Tim Mitchell</author></item><item><title>Shrinking the transaction log with SMO</title><link>http://www.jumpstarttv.com/shrinking-the-transaction-log-with-smo_433.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/shrinking-the-transaction-log-with-smo_433.aspx</guid><description>This videos shows you how to shrink the transaction log of a database using SMO. </description><pubDate>10/22/2008</pubDate><author>Tim Mitchell</author></item><item><title>Creating a new trace with SQL Server 2005 Profiler</title><link>http://www.jumpstarttv.com/creating-a-new-trace-with-sql-server-2005-profiler_439.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/creating-a-new-trace-with-sql-server-2005-profiler_439.aspx</guid><description>This video will take you through creating a new trace in sql server 2005 profiler. </description><pubDate>10/29/2008</pubDate><author>Jack Corbett</author></item><item><title>Extracting T-SQL events from SQL Server Profiler</title><link>http://www.jumpstarttv.com/extracting-t-sql-events-from-sql-server-profiler_442.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/extracting-t-sql-events-from-sql-server-profiler_442.aspx</guid><description>This video shows you how to extract the T-SQL events that occurs during in a trace using sql server 2005 profiler</description><pubDate>11/7/2008</pubDate><author>Jack Corbett</author></item><item><title>Saving a SQL Server Profiler Trace</title><link>http://www.jumpstarttv.com/saving-a-sql-server-profiler-trace_444.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/saving-a-sql-server-profiler-trace_444.aspx</guid><description>This video shows you how to save a sql server profiler trace and reuse it at a later time. </description><pubDate>11/5/2008</pubDate><author>Jack Corbett</author></item><item><title>Reusing a saved SQL Server Profiler trace</title><link>http://www.jumpstarttv.com/reusing-a-saved-sql-server-profiler-trace_447.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/reusing-a-saved-sql-server-profiler-trace_447.aspx</guid><description>This video shows you what options are available when reusing a saved trace in SQL Server Profiler</description><pubDate>11/17/2008</pubDate><author>Jack Corbett</author></item><item><title>Integrating Performance Monitors with SQL Server Profiler</title><link>http://www.jumpstarttv.com/integrating-performance-monitors-with-sql-server-profiler_451.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/integrating-performance-monitors-with-sql-server-profiler_451.aspx</guid><description>This video show you how to integrate windows performance monitors with sql server 2005 profiler. Be sure to see Jack's video on how to create windows performance monitors.</description><pubDate>10/15/2008</pubDate><author>Jack Corbett</author></item><item><title>SQL Server 2005 / 2008 XML Data Type</title><link>http://www.jumpstarttv.com/sql-server-2005--2008-xml-data-type_453.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/sql-server-2005--2008-xml-data-type_453.aspx</guid><description>This video explains the XML data type in SQL Server 2005 / 2008</description><pubDate>10/14/2008</pubDate><author>Kendal Van Dyke</author></item><item><title>Using FOR XML with SQL Server</title><link>http://www.jumpstarttv.com/using-for-xml-with-sql-server_454.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/using-for-xml-with-sql-server_454.aspx</guid><description>This video shows you how to use the FOR XML clause to format the results of a SQL Server query in several XML formats</description><pubDate>10/24/2008</pubDate><author>Kendal Van Dyke</author></item><item><title>Quickly creating XML Schemas in SQL Server 2005 / 2008</title><link>http://www.jumpstarttv.com/quickly-creating-xml-schemas-in-sql-server-2005--2008_458.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/quickly-creating-xml-schemas-in-sql-server-2005--2008_458.aspx</guid><description>Creating XML schemas in SQl Server 2005 / 2008 can be a tedious process. This video shows you how to quickly create an XML schema in SQL Server 2005 / 2008</description><pubDate>11/18/2008</pubDate><author>Kendal Van Dyke</author></item><item><title>Creating Primary Indexes on XML Data Types in SQL Server</title><link>http://www.jumpstarttv.com/creating-primary-indexes-on-xml-data-types-in-sql-server_461.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/creating-primary-indexes-on-xml-data-types-in-sql-server_461.aspx</guid><description>This video show you how to create primary indexes on xml data types in SQL Server 2005 / 2008</description><pubDate>11/4/2008</pubDate><author>Kendal Van Dyke</author></item><item><title>Row Concatenation Using FOR XML PATH</title><link>http://www.jumpstarttv.com/row-concatenation-using-for-xml-path_526.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/row-concatenation-using-for-xml-path_526.aspx</guid><description>One of the most requested T-SQL statements is the ability to combine a number of records in one line concatenated together. This video shows you how to accomplish this with FOR XML PATH</description><pubDate>11/10/2008</pubDate><author>Plamen Ratchev</author></item><item><title>Shredding XML elements with the XQuery Query function</title><link>http://www.jumpstarttv.com/shredding-xml-elements-with-the-xquery-query-function_530.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/shredding-xml-elements-with-the-xquery-query-function_530.aspx</guid><description>Parsing XML inside SQL Server scripts is becoming more popular. This video shows you how to shred element based XML with the Query function.</description><pubDate>11/13/2008</pubDate><author>Plamen Ratchev</author></item><item><title>Installing SQL Server Full Text Search</title><link>http://www.jumpstarttv.com/installing-sql-server-full-text-search_545.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/installing-sql-server-full-text-search_545.aspx</guid><description>Full text search provides the ability to search documents and text within SQL Server. This video shows you how to install full text search and some of the caveats that go along with installation.</description><pubDate>11/11/2008</pubDate><author>Robert Cain</author></item><item><title>Querying full text indexes using the FreeText method</title><link>http://www.jumpstarttv.com/querying-full-text-indexes-using-the-freetext-method_552.aspx</link><guid isPermalink="true">http://www.jumpstarttv.com/querying-full-text-indexes-using-the-freetext-method_552.aspx</guid><description>Full text search provides the ability to search documents and text within SQL Server. There are several ways to query full text indexes. This video shows you how to use the FreeText method to query your full text indexes.</description><pubDate>11/19/2008</pubDate><author>Robert Cain</author></item></channel></rss>