﻿<?xml version="1.0" encoding="UTF-8"?>
<rss 
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
    version="2.0">
    <channel>
        <title>Midnight DBA</title>
        <description>Tutorial videos from the MidnightDBAs.  Here we focus on SQL Server, but we cover all things related to DBAs as well.</description>
        <link>http://www.MidnightDBA.com/podcast.xml</link>
        <copyright>MidnightDBA.com</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <language>en-us</language>
        <lastBuildDate>Sun, 11 Apr 2010 23:21:16 -0500</lastBuildDate>
        <managingEditor>ko@kenposecrets.com (Sean McCown)</managingEditor>
        <pubDate>Sun, 11 Apr 2010 23:21:08 -0500</pubDate>
        <generator>FeedForAll v2.0 (2.0.2.9) http://www.feedforall.com</generator>
        <itunes:subtitle>Free SQL Server tutorial videos.</itunes:subtitle>
        <itunes:summary>I teach everything from SSIS to Windows and networking, to Powershell tricks.  Everything is centered around the DBA.</itunes:summary>
        <itunes:author>Sean McCown</itunes:author>
        <itunes:owner>
            <itunes:name>Sean McCown</itunes:name>
            <itunes:email>ko@kenposecrets.com (Sean McCown)</itunes:email>
        </itunes:owner>
        <itunes:category text="Technology"/>
        <itunes:category text="Technology">
            <itunes:category text="Software How-To"/>
        </itunes:category>
        <itunes:category text="Education">
            <itunes:category text="Training"/>
        </itunes:category>
        <itunes:keywords>IT,SQL Server,database,video,free,tutorial,Microsoft</itunes:keywords>
        <itunes:image href="http://www.MidnightDBA.com/podcast/midnightdba.jpg"/>
        <itunes:new-feed-url>http://www.MidnightDBA.com/podcast.xml</itunes:new-feed-url>
        <itunes:explicit>no</itunes:explicit>
        <itunes:block>no</itunes:block>
        <sy:updatePeriod>weekly</sy:updatePeriod>

        <item>
            <title>Find File Lock</title>
            <description>Have you ever been plagued by a file you couldn't delete or move because it was being held open by something else?  Well here I'm going to show you how to find out what's holding the file open so you can go deal with it.</description>
            <link>http://www.midnightdba.com/Podcast/FindFileLock.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/FindFileLock.m4v" length="3246080" type="video/x-m4v"/>
            <guid isPermaLink="false">7f477999-c835-49dd-b247-9502b0df8f1e</guid>
            <pubDate>Tue, 2 Aug 2011 00:00:00</pubDate>
            <itunes:subtitle>Find File Lock</itunes:subtitle>
            <itunes:summary>Have you ever been plagued by a file you couldn't delete or move because it was being held open by something else?  Well here I'm going to show you how to find out what's holding the file open so you can go deal with it.</itunes:summary>
            <itunes:duration>3:26</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>P.I.O.</title>
            <description>This was such a fun week.  We talked about our new videos and our new reviews on ITBookworm.  We also have our T-SQL spotlight, interview question of the week, and so much more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightPIO.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightPIO.m4v" length="707823616" type="video/x-m4v"/>
            <guid isPermaLink="false">305af359-af93-490c-a277-1646ec435df5</guid>
            <pubDate>Mon, 1 Aug 2011 00:00:00</pubDate>
            <itunes:subtitle>P.I.O.</itunes:subtitle>
            <itunes:summary>This was such a fun week.  We talked about our new videos and our new reviews on ITBookworm.  We also have our T-SQL spotlight, interview question of the week, and so much more.</itunes:summary>
            <itunes:duration>57:21</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>UNION and UNION ALL</title>
            <description>Here I talk about UNION and UNION ALL, and the different rules about using ORDER BY, GROUP BY, SELECT INTO, and INSERT INTO with a UNION/UNION ALL query.</description>
            <link>http://www.midnightdba.com/Podcast/TSQLUnion.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TSQLUnion.m4v" length="10056704" type="video/x-m4v"/>
            <guid isPermaLink="false">bc9ae565-2e63-4dc4-8276-de3dee794f66</guid>
            <pubDate>Fri, 29 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>UNION and UNION ALL</itunes:subtitle>
            <itunes:summary>Here I talk about UNION and UNION ALL, and the different rules about using ORDER BY, GROUP BY, SELECT INTO, and INSERT INTO with a UNION/UNION ALL query.</itunes:summary>
            <itunes:duration>5:23</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Server Properties</title>
            <description>Have you ever wanted to be able to view instance-level stats or change certain values without having to use the GUI?  Here I'll show you how to do all your boxes with Powershell.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellServerProps.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellServerProps.m4v" length="29086720" type="video/x-m4v"/>
            <guid isPermaLink="false">f26c77e5-d6aa-4e99-a912-8d8371299e16</guid>
            <pubDate>Thu, 28 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>Server Properties</itunes:subtitle>
            <itunes:summary>Have you ever wanted to be able to view instance-level stats or change certain values without having to use the GUI?  Here I'll show you how to do all your boxes with Powershell.</itunes:summary>
            <itunes:duration>11:19</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Optimize For Adhoc Workloads</title>
            <description>There's a lovely sp_configure option that can help you keep the size of your plan cache under control.  Let's go have some fun.</description>
            <link>http://www.midnightdba.com/Podcast/OptimizeForAdhocWorkloads.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/OptimizeForAdhocWorkloads.m4v" length="14876672" type="video/x-m4v"/>
            <guid isPermaLink="false">9b5bbe1e-7169-432e-9235-8730410d0fdb</guid>
            <pubDate>Fri, 22 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>Optimize For Adhoc Workloads</itunes:subtitle>
            <itunes:summary>There's a lovely sp_configure option that can help you keep the size of your plan cache under control.  Let's go have some fun.</itunes:summary>
            <itunes:duration>12:21</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>DBCC FixProblems</title>
            <description>Lots of news this week beginning with Adam Mechanic's new training company, SSIS improvements in Denali, and some training camps.  We also talk about log shipping, and much more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightDBCCFixProblems.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightDBCCFixProblems.m4v" length="927172608" type="video/x-m4v"/>
            <guid isPermaLink="false">f011143c-f4d8-4e5e-818e-1f7310845bff</guid>
            <pubDate>Fri, 22 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>DBCC FixProblems</itunes:subtitle>
            <itunes:summary>Lots of news this week beginning with Adam Mechanic's new training company, SSIS improvements in Denali, and some training camps.  We also talk about log shipping, and much more.</itunes:summary>
            <itunes:duration>1:01:15</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>The Reverse Godfather</title>
            <description>This was a fun episode.  We talk about Intel's SSD bug, Denali CTP3 is available, restoring backups over the network, and much much more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightTheReverseGodfather.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightTheReverseGodfather.m4v" length="927172608" type="video/x-m4v"/>
            <guid isPermaLink="false">86790049-e5fa-4cf8-a5ad-2267f4616f1c</guid>
            <pubDate>Fri, 15 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>The Reverse Godfather</itunes:subtitle>
            <itunes:summary>This was a fun episode.  We talk about Intel's SSD bug, Denali CTP3 is available, restoring backups over the network, and much much more.</itunes:summary>
            <itunes:duration>1:07:59</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Format Multiple SSRS Table Fields </title>
            <description>One irritating thing about SSRS is that you have to set the text box properties (say, to format numbers as currency) for each individual text box, unlike Excel.  Here’s a better way (with some restrictions) to update the formatting for multiple text boxes. Companion tutorial to my Tip:  <a href = "http://www.midnightdba.com/Jen/2010/08/tip-change-multiple-field-formats-in-ssrs">Change Multiple Field Formats in SSRS</a></description>
            <link>http://www.midnightdba.com/Podcast/SSRSFormatMultipleSSRSTableFields.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SSRSFormatMultipleSSRSTableFields.m4v" length="5663744" type="video/x-m4v"/>
            <guid isPermaLink="false">93eea415-d2f6-49e5-8aa7-663a4bbdb08d</guid>
            <pubDate>Fri, 15 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>Format Multiple SSRS Table Fields </itunes:subtitle>
            <itunes:summary>One irritating thing about SSRS is that you have to set the text box properties (say, to format numbers as currency) for each individual text box, unlike Excel.  Here’s a better way (with some restrictions) to update the formatting for multiple text boxes. Companion tutorial to my Tip:  <a href = "http://www.midnightdba.com/Jen/2010/08/tip-change-multiple-field-formats-in-ssrs">Change Multiple Field Formats in SSRS</a></itunes:summary>
            <itunes:duration>3:34</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Insert Into vs. Select Into</title>
            <description>Knowing how and when to use Insert Into or Select Into can quite often make or break your load process.  Here I show you how to tell the difference between them and what their effects are.</description>
            <link>http://www.midnightdba.com/Podcast/TSQLInsertVsSelectInto.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TSQLInsertVsSelectInto.m4v" length="10489856" type="video/x-m4v"/>
            <guid isPermaLink="false">57672259-c1f0-4b12-a035-ded825b202ad</guid>
            <pubDate>Thu, 14 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>Insert Into vs. Select Into</itunes:subtitle>
            <itunes:summary>Knowing how and when to use Insert Into or Select Into can quite often make or break your load process.  Here I show you how to tell the difference between them and what their effects are.</itunes:summary>
            <itunes:duration>13:01</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Create and Edit a Simple SSRS Report</title>
            <description>Here we create, populate and format a simple SSRS report.  This is a companion to my Petri article <a href = "http://www.petri.co.il/sql-reporting-services-create-edit-reports.htm">How to Create and Edit a Report in SQL Server Reporting Services</a></description>
            <link>http://www.midnightdba.com/Podcast/SSRSCreateSimpleReport.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SSRSCreateSimpleReport.m4v" length="24214528" type="video/x-m4v"/>
            <guid isPermaLink="false">08150b36-a29a-4ad4-85e7-63b6b2b4a5f9</guid>
            <pubDate>Thu, 14 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>Create and Edit a Simple SSRS Report</itunes:subtitle>
            <itunes:summary>Here we create, populate and format a simple SSRS report.  This is a companion to my Petri article <a href = "http://www.petri.co.il/sql-reporting-services-create-edit-reports.htm">How to Create and Edit a Report in SQL Server Reporting Services</a></itunes:summary>
            <itunes:duration>12:51</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Season 3 Opener</title>
            <description>We're kicking off another season with a bang.  We get to talk to Paul Nielsen, the author of the SQL Server Bible series of books, and we reveal a new award.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSeason3Opener.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSeason3Opener.m4v" length="893629440" type="video/x-m4v"/>
            <guid isPermaLink="false">6411d519-6420-4e52-9e52-d4fc8509e174</guid>
            <pubDate>Sat, 9 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>Season 3 Opener</itunes:subtitle>
            <itunes:summary>We're kicking off another season with a bang.  We get to talk to Paul Nielsen, the author of the SQL Server Bible series of books, and we reveal a new award.</itunes:summary>
            <itunes:duration>1:02:34</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Windows Crash Dump Analysis</title>
            <description>If Windows has ever bluescreened on you, then you know how important it can be to find the issue.  Windows creates a crash dump file whenever it bluescreens and here I'm going to show you how to use that dump file to figure out what caused the bluescreen.</description>
            <link>http://www.midnightdba.com/Podcast/CrashDumpAnalysis.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/CrashDumpAnalysis.m4v" length="12251136" type="video/x-m4v"/>
            <guid isPermaLink="false">efb7ffa3-57b8-4ed3-bf34-b9e53ce71de9</guid>
            <pubDate>Fri, 8 Jul 2011 00:00:00</pubDate>
            <itunes:subtitle>Windows Crash Dump Analysis</itunes:subtitle>
            <itunes:summary>If Windows has ever bluescreened on you, then you know how important it can be to find the issue.  Windows creates a crash dump file whenever it bluescreens and here I'm going to show you how to use that dump file to figure out what caused the bluescreen.</itunes:summary>
            <itunes:duration>6:41</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Season 2 Finale</title>
            <description>Another season comes to a close.  We give a nice recap of the entire season, a strange DB problem, and adding NULLs.  And there's so much more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSeason2Finale.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSeason2Finale.m4v" length="391391232" type="video/x-m4v"/>
            <guid isPermaLink="false">7bcb3dd5-3502-40c9-a218-6ed96b386d4c</guid>
            <pubDate>Fri, 3 Jun 2011 00:00:00</pubDate>
            <itunes:subtitle>Season 2 Finale</itunes:subtitle>
            <itunes:summary>Another season comes to a close.  We give a nice recap of the entire season, a strange DB problem, and adding NULLs.  And there's so much more.</itunes:summary>
            <itunes:duration>1:08:54</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>LOL Cats</title>
            <description>This was a fun week because we talked about xlocks on tempdb, nested views, and new SQL languages.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightLOLCATS.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightLOLCATS.m4v" length="295740416" type="video/x-m4v"/>
            <guid isPermaLink="false">d29e95a5-a9d6-4a0b-9ec6-86a0b8810957</guid>
            <pubDate>Fri, 27 May 2011 00:00:00</pubDate>
            <itunes:subtitle>LOL Cats</itunes:subtitle>
            <itunes:summary>This was a fun week because we talked about xlocks on tempdb, nested views, and new SQL languages.</itunes:summary>
            <itunes:duration>1:07:39</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Rapture Party</title>
            <description>This week we're preparing for the rapture and we have some exciting news about a brand new Microsoft product.  You won't believe what they've been up to.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightRaptureParty.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightRaptureParty.m4v" length="335607808" type="video/x-m4v"/>
            <guid isPermaLink="false">4e1f3c3c-2adf-4aa6-9935-3267a9082a5c</guid>
            <pubDate>Fri, 20 May 2011 00:00:00</pubDate>
            <itunes:subtitle>Rapture Party</itunes:subtitle>
            <itunes:summary>This week we're preparing for the rapture and we have some exciting news about a brand new Microsoft product.  You won't believe what they've been up to.</itunes:summary>
            <itunes:duration>58:09</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Cherry Cheesecake</title>
            <description>This week we cover Sean's mainframe story, twitter updates, Alan Hirt's new whitepaper, and Itzik is here again.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightCherryCheesecake.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightCherryCheesecake.m4v" length="428767232" type="video/x-m4v"/>
            <guid isPermaLink="false">11e08a86-5845-4eb6-ac04-d214ae263304</guid>
            <pubDate>Mon, 9 May 2011 00:00:00</pubDate>
            <itunes:subtitle>Cherry Cheesecake</itunes:subtitle>
            <itunes:summary>This week we cover Sean's mainframe story, twitter updates, Alan Hirt's new whitepaper, and Itzik is here again.</itunes:summary>
            <itunes:duration>1:12:17</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Allan! Allan! Allan! Allan! Allan!</title>
            <description>Allan Hirt actually cam into our studio and played the base for us.  And while he was here we thought we'd ask him a few clustering questions.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAllanAllanAllanAllanAllan.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAllanAllanAllanAllanAllan.m4v" length="576305152" type="video/x-m4v"/>
            <guid isPermaLink="false">a50b55d9-8b0e-4e67-b54a-ce380df98dcb</guid>
            <pubDate>Mon, 2 May 2011 00:00:00</pubDate>
            <itunes:subtitle>Allan! Allan! Allan! Allan! Allan!</itunes:subtitle>
            <itunes:summary>Allan Hirt actually cam into our studio and played the base for us.  And while he was here we thought we'd ask him a few clustering questions.</itunes:summary>
            <itunes:duration>59:44</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Installed Anally</title>
            <description>Wow, what a good show this week.  We talked about setting max server memory, how to get ready for cert exams, massive feature packs, and much more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightInstalledAnally.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightInstalledAnally.m4v" length="576305152" type="video/x-m4v"/>
            <guid isPermaLink="false">921d7246-9df5-42c9-a5b7-c3de7a7a669c</guid>
            <pubDate>Mon, 25 Apr 2011 00:00:00</pubDate>
            <itunes:subtitle>Installed Anally</itunes:subtitle>
            <itunes:summary>Wow, what a good show this week.  We talked about setting max server memory, how to get ready for cert exams, massive feature packs, and much more.</itunes:summary>
            <itunes:duration>1:00:52</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>



        <item>
            <title>Itzik knows all</title>
            <description>Jen got to visit with Itzik Ben Golly and get some answers to some coding questions, and I presented 2 awards.  There was also a good discussion on deadlocks and much more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightItzikKnowsAll.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightItzikKnowsAll.m4v" length="489540608" type="video/x-m4v"/>
            <guid isPermaLink="false">92d5af69-2f67-4526-8113-191fc83c8105</guid>
            <pubDate>Mon, 18 Apr 2011 00:00:00</pubDate>
            <itunes:subtitle>Itzik knows all</itunes:subtitle>
            <itunes:summary>Jen got to visit with Itzik Ben Golly and get some answers to some coding questions, and I presented 2 awards.  There was also a good discussion on deadlocks and much more.</itunes:summary>
            <itunes:duration>1:00:52</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>The Peeping Jedi</title>
            <description>This was a fun night.  We talked about Yoda's naughty shower habits, did a lot of bitching about SAN guys, company loyalty, and much more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightThePeepingJedi.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightThePeepingJedi.m4v" length="476169216" type="video/x-m4v"/>
            <guid isPermaLink="false">fc8c8f0c-f8d5-450d-a14f-dcf532e574df</guid>
            <pubDate>Mon, 11 Apr 2011 00:00:00</pubDate>
            <itunes:subtitle>The Peeping Jedi</itunes:subtitle>
            <itunes:summary>This was a fun night.  We talked about Yoda's naughty shower habits, did a lot of bitching about SAN guys, company loyalty, and much more.</itunes:summary>
            <itunes:duration>1:04:47</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Pimp-A-Thon</title>
            <description>This week we talk about the Denali release date, Sean's big new shiny SQLSaturday session on interviewing, and much more.  There's even a new resume review.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightPimp-A-Thon.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightPimp-A-Thon.m4v" length="477707264" type="video/x-m4v"/>
            <guid isPermaLink="false">c886e5b1-c8a6-4504-8f12-76c5ceed8f1e</guid>
            <pubDate>Mon, 4 Apr 2011 00:00:00</pubDate>
            <itunes:subtitle>Pimp-A-Thon</itunes:subtitle>
            <itunes:summary>This week we talk about the Denali release date, Sean's big new shiny SQLSaturday session on interviewing, and much more.  There's even a new resume review.</itunes:summary>
            <itunes:duration>1:02:53</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Falling Asleep on Tyra Banks</title>
            <description>Tonight we talked about the magic tables, a cool clustering problem,orphaned windows accounts, cross join madness, and more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightFallingAsleepOnTyraBanks.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightFallingAsleepOnTyraBanks.m4v" length="440159232" type="video/x-m4v"/>
            <guid isPermaLink="false">01487b5b-471d-4d49-a128-b7c9a5a1f86c</guid>
            <pubDate>Mon, 28 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>Falling Asleep on Tyra Banks</itunes:subtitle>
            <itunes:summary>Tonight we talked about the magic tables, a cool clustering problem,orphaned windows accounts, cross join madness, and more.</itunes:summary>
            <itunes:duration>56:56</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Don Gill</title>
            <description>Don is our special friend, but more importantly he's the head of the BOL team.  This is such an interesting interview you'll just die.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightDonGill.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightDonGill.m4v" length="395491328" type="video/x-m4v"/>
            <guid isPermaLink="false">c243037f-482a-4f24-84d6-b90ec68435c8</guid>
            <pubDate>Mon, 28 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>Don Gill</itunes:subtitle>
            <itunes:summary>Don is our special friend, but more importantly he's the head of the BOL team.  This is such an interesting interview you'll just die.</itunes:summary>
            <itunes:duration>1:43:13</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Uninstall a CU in SQL Server 2008 R2</title>
            <description>Here I'll show you how to uninstall a CU from SQL Server 2008 R2, CU5 to be specific, but it doesn't matter.  Here there's a special circumstance where the original install media location doesn't exist anymore so you have to specify it during the uninstall.</description>
            <link>http://www.midnightdba.com/Podcast/UninstallSQLR2CU5.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/UninstallSQLR2CU5.m4v" length="7292928" type="video/x-m4v"/>
            <guid isPermaLink="false">6c2288d0-ac51-4774-92b3-db0be45c8e44</guid>
            <pubDate>Mon, 28 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>Uninstall a CU in SQL Server 2008 R2</itunes:subtitle>
            <itunes:summary>Here I'll show you how to uninstall a CU from SQL Server 2008 R2, CU5 to be specific, but it doesn't matter.  Here there's a special circumstance where the original install media location doesn't exist anymore so you have to specify it during the uninstall.</itunes:summary>
            <itunes:duration>4:14</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Get Away from Me</title>
            <description>Today we're talking about database hacks, getting rid of problems, Denny Cherry's new book, and more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightGetAwayFromMe.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightGetAwayFromMe.m4v" length="474524672" type="video/x-m4v"/>
            <guid isPermaLink="false">c3dfe052-ba60-414a-9a27-69cc5a3039a1</guid>
            <pubDate>Mon, 21 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>Get Away from Me</itunes:subtitle>
            <itunes:summary>Today we're talking about database hacks, getting rid of problems, Denny Cherry's new book, and more.</itunes:summary>
            <itunes:duration>1:01:04</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Database Performance</title>
            <description>Paul and Kim Tripp from SQLSkills.com came to teach us their award-winning presentation on DB performance.</description>
            <link>http://www.midnightdba.com/Podcast/NTSSUG20110317Performance.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/NTSSUG20110317Performance.m4v" length="76410880" type="video/x-m4v"/>
            <guid isPermaLink="false">9cbd0ddf-2bcb-4c00-9194-7f4585e2c243</guid>
            <pubDate>Thu, 17 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>Database Performance</itunes:subtitle>
            <itunes:summary>Paul and Kim Tripp from SQLSkills.com came to teach us their award-winning presentation on DB performance.</itunes:summary>
            <itunes:duration>1:46:57</itunes:duration>
            <itunes:author>Paul and Kim Tripp</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>The Blanket Bonus</title>
            <description>Prerequisite: The previous show called 'Leaking MVPee'.  Once you get past the last episode you'll know what we're talking about here.  However, we also get into plan guides, doing your job, and the smartest recruiter on earth.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightTheBlanketBonus.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightTheBlanketBonus.m4v" length="467686400" type="video/x-m4v"/>
            <guid isPermaLink="false">910b8cdd-7cc6-472c-b4f9-93699b7a4761</guid>
            <pubDate>Mon, 14 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>The Blanket Bonus</itunes:subtitle>
            <itunes:summary>Prerequisite: The previous show called 'Leaking MVPee'.  Once you get past the last episode you'll know what we're talking about here.  However, we also get into plan guides, doing your job, and the smartest recruiter on earth.</itunes:summary>
            <itunes:duration>1:05:46</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>I would yank for Melissa</title>
            <description>This week we're all about sa passwords, buying software you don't need, our new ringtones, and troubleshooting code errors.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightIWouldYankForMelissa.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightIWouldYankForMelissa.m4v" length="288972800" type="video/x-m4v"/>
            <guid isPermaLink="false">88adeb26-ffb1-49df-980b-7cda0ad9093e</guid>
            <pubDate>Mon, 7 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>I would yank for Melissa</itunes:subtitle>
            <itunes:summary>This week we're all about sa passwords, buying software you don't need, our new ringtones, and troubleshooting code errors.</itunes:summary>
            <itunes:duration>1:02:11</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Leaking MVPee</title>
            <description>Here we are on the back of the 2011 MVP Summit, and we're gonna give away some Denali secrets.  For those of you who don't know, Denali is the next version of SQL Server, and some of the things we're telling you definitely aren't being talked about at all.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightLeakingMVPee.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightLeakingMVPee.m4v" length="753866752" type="video/x-m4v"/>
            <guid isPermaLink="false">06201c90-67f5-43c5-8167-bf9208770aef</guid>
            <pubDate>Fri, 4 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>Leaking MVPee</itunes:subtitle>
            <itunes:summary>Here we are on the back of the 2011 MVP Summit, and we're gonna give away some Denali secrets.  For those of you who don't know, Denali is the next version of SQL Server, and some of the things we're telling you definitely aren't being talked about at all.</itunes:summary>
            <itunes:duration>55:37</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Simple Mode prevents STDs</title>
            <description>Our botched commercial, the new Infragistics MVP, resume review and much more on this week's episode.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSimpleModePreventsSTDs.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSimpleModePreventsSTDs.m4v" length="314096640" type="video/x-m4v"/>
            <guid isPermaLink="false">2967e8a4-7256-44e8-842f-e977518af712</guid>
            <pubDate>Mon, 28 Feb 2011 00:00:00</pubDate>
            <itunes:subtitle>Simple Mode prevents STDs</itunes:subtitle>
            <itunes:summary>Our botched commercial, the new Infragistics MVP, resume review and much more on this week's episode.</itunes:summary>
            <itunes:duration>1:05:31</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>I would yank for Melissa</title>
            <description>This week we're all about sa passwords, buying software you don't need, our new ringtones, and troubleshooting code errors.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightIWouldYankForMelissa.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightIWouldYankForMelissa.m4v" length="288972800" type="video/x-m4v"/>
            <guid isPermaLink="false">339844ef-adc7-4580-91cc-df28dac40fa0</guid>
            <pubDate>Mon, 7 Mar 2011 00:00:00</pubDate>
            <itunes:subtitle>I would yank for Melissa</itunes:subtitle>
            <itunes:summary>This week we're all about sa passwords, buying software you don't need, our new ringtones, and troubleshooting code errors.</itunes:summary>
            <itunes:duration>1:02:11</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Simple Mode prevents STDs</title>
            <description>Our botched commercial, the new Infragistics MVP, resume review and much more on this week's episode.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSimpleModePreventsSTDs.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSimpleModePreventsSTDs.m4v" length="314096640" type="video/x-m4v"/>
            <guid isPermaLink="false">c859f950-2010-47ca-8aee-136c6d384a5d</guid>
            <pubDate>Mon, 28 Feb 2011 00:00:00</pubDate>
            <itunes:subtitle>Simple Mode prevents STDs</itunes:subtitle>
            <itunes:summary>Our botched commercial, the new Infragistics MVP, resume review and much more on this week's episode.</itunes:summary>
            <itunes:duration>1:05:31</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>They kept felons</title>
            <description>We talked briefly about Egypt’s revolution, and then got onto the techie stuff: Companies We Love poll results, Un-SQL Friday, King 5 Fingers, Sean’s NetworkWorld blog on Mentoring, a recommendation for the book Code Complete, ITBookworm.com, SSMS Tools Pack, and oh so much more!</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightTheyKeptFelons.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightTheyKeptFelons.m4v" length="417657856" type="video/x-m4v"/>
            <guid isPermaLink="false">249660c0-b21f-4932-bef1-76af423c5a07</guid>
            <pubDate>Mon, 21 Feb 2011 00:00:00</pubDate>
            <itunes:subtitle>They kept felons</itunes:subtitle>
            <itunes:summary>We talked briefly about Egypt’s revolution, and then got onto the techie stuff: Companies We Love poll results, Un-SQL Friday, King 5 Fingers, Sean’s NetworkWorld blog on Mentoring, a recommendation for the book Code Complete, ITBookworm.com, SSMS Tools Pack, and oh so much more!</itunes:summary>
            <itunes:duration>1:05:56</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Find query timeouts in Profiler</title>
            <description>Here's the first of a series of backup/restore classes taught at the NTSSUG.  This series is meant to cover everything about backups... or at least as much as we can squeeze into 6 sessions.  You'll learn how to put together an enterprise backup solution, tune your backups for maximum performance, and manage them across your company no matter how many servers you have. The file used for this class <a href="http://MidnightDBA.ITBookworm.com/Scripts/BackupClass1.zip">can be found here</a>.</description>
            <link>http://www.midnightdba.com/Podcast/ProfilerFindQueryTimeouts.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/ProfilerFindQueryTimeouts.m4v" length="59782144" type="video/x-m4v"/>
            <guid isPermaLink="false">01aab8cd-d698-499b-8970-a282bb02daa7</guid>
            <pubDate>Tue, 15 Feb 2011 00:00:00</pubDate>
            <itunes:subtitle>Find query timeouts in Profiler</itunes:subtitle>
            <itunes:summary>Here's the first of a series of backup/restore classes taught at the NTSSUG.  This series is meant to cover everything about backups... or at least as much as we can squeeze into 6 sessions.  You'll learn how to put together an enterprise backup solution, tune your backups for maximum performance, and manage them across your company no matter how many servers you have. The file used for this class <a href="http://MidnightDBA.ITBookworm.com/Scripts/BackupClass1.zip">can be found here</a>.</itunes:summary>
            <itunes:duration>8:26</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>You got munkey lips</title>
            <description>Here we are on the back end of SQLSaturday #57 in Houston.  We decided to make a party out of it and bring along Wes Brown and Patrick LeBlanc.  We discuss backups, GoDaddy, and Joe Celko.  It was bigtime fun.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightYouGotMunkeyLips.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightYouGotMunkeyLips.m4v" length="299753472" type="video/x-m4v"/>
            <guid isPermaLink="false">42e26b0d-8b92-4743-b696-73050b249433</guid>
            <pubDate>Mon, 7 Feb 2011 00:00:00</pubDate>
            <itunes:subtitle>You got munkey lips</itunes:subtitle>
            <itunes:summary>Here we are on the back end of SQLSaturday #57 in Houston.  We decided to make a party out of it and bring along Wes Brown and Patrick LeBlanc.  We discuss backups, GoDaddy, and Joe Celko.  It was bigtime fun.</itunes:summary>
            <itunes:duration>1:02:27</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Sean gets 69</title>
            <description>Here we are on the back end of SQLSaturday #57 in Houston.  We decided to make a party out of it and bring along Wes Brown and Patrick LeBlanc.  We discuss backups, GoDaddy, and Joe Celko.  It was bigtime fun.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSeanGets69.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSeanGets69.m4v" length="235308032" type="video/x-m4v"/>
            <guid isPermaLink="false">955f4082-b6d1-4834-a147-772d392e7fd5</guid>
            <pubDate>Mon, 31 Jan 2011 00:00:00</pubDate>
            <itunes:subtitle>Sean gets 69</itunes:subtitle>
            <itunes:summary>Here we are on the back end of SQLSaturday #57 in Houston.  We decided to make a party out of it and bring along Wes Brown and Patrick LeBlanc.  We discuss backups, GoDaddy, and Joe Celko.  It was bigtime fun.</itunes:summary>
            <itunes:duration>1:02:27</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Best Backup Class Evar: 1 of 6</title>
            <description>Here's the first of a series of backup/restore classes taught at the NTSSUG.  This series is meant to cover everything about backups... or at least as much as we can squeeze into 6 sessions.  You'll learn how to put together an enterprise backup solution, tune your backups for maximum performance, and manage them across your company no matter how many servers you have. The file used for this class <a href="http://MidnightDBA.ITBookworm.com/Scripts/BackupClass1.zip">can be found here</a>.</description>
            <link>http://www.midnightdba.com/Podcast/BestBackupClassEvar1of6.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/BestBackupClassEvar1of6.m4v" length="59782144" type="video/x-m4v"/>
            <guid isPermaLink="false">b595a731-98f5-449a-92ed-95658b191e38</guid>
            <pubDate>Thu, 20 Jan 2011 00:00:00</pubDate>
            <itunes:subtitle>Best Backup Class Evar: 1 of 6</itunes:subtitle>
            <itunes:summary>Here's the first of a series of backup/restore classes taught at the NTSSUG.  This series is meant to cover everything about backups... or at least as much as we can squeeze into 6 sessions.  You'll learn how to put together an enterprise backup solution, tune your backups for maximum performance, and manage them across your company no matter how many servers you have. The file used for this class <a href="http://MidnightDBA.ITBookworm.com/Scripts/BackupClass1.zip">can be found here</a>.</itunes:summary>
            <itunes:duration>57:31</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Hottub of Bellydancers</title>
            <description>This is probably our best  show to date.  Not only do we crown a new MVP, but we have so many HUGE gueses you'll slap your mama.  This show is just fun and you'll never know who calls in.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightHottubOfBellydancers.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightHottubOfBellydancers.m4v" length="347936768" type="video/x-m4v"/>
            <guid isPermaLink="false">1067c3b2-99ee-43b9-a894-7eb23a801eb4</guid>
            <pubDate>Mon, 17 Jan 2011 00:00:00</pubDate>
            <itunes:subtitle>Hottub of Bellydancers</itunes:subtitle>
            <itunes:summary>This is probably our best  show to date.  Not only do we crown a new MVP, but we have so many HUGE gueses you'll slap your mama.  This show is just fun and you'll never know who calls in.</itunes:summary>
            <itunes:duration>57:27</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

       
        <item>
            <title>Sledgehammer of Justice</title>
            <description>This is our New Year's eve episode and we had plenty of fun.  There's some good techie stuff in there too.  And at the end, we have a very nice surprise with a sledgehammer.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSledgehammerOfJustice.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSledgehammerOfJustice.m4v" length="388651008" type="video/x-m4v"/>
            <guid isPermaLink="false">52ddccc2-9733-4151-b52d-c50609b69feb</guid>
            <pubDate>Mon, 10 Jan 2011 00:00:00</pubDate>
            <itunes:subtitle>Sledgehammer of Justice</itunes:subtitle>
            <itunes:summary>This is our New Year's eve episode and we had plenty of fun.  There's some good techie stuff in there too.  And at the end, we have a very nice surprise with a sledgehammer.</itunes:summary>
            <itunes:duration>1:03:02</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

 <item>
            <title>Hack-attak a damaged DB</title>
            <description>What do you do if you have a set of data and log files you can't attach because the log is damaged?  Here I show you a way to attach it, fix it, and get going again.  Paul Randall also discussed this in his blog here: <a href="http://www.sqlskills.com/BLOGS/PAUL/post/Disaster-recovery-101-hack-attach-a-damaged-database.aspx" target = "_blank">Hack-attack a damaged DB</a></description>
            <link>http://www.midnightdba.com/Podcast/BackupHackAttackRestore.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/BackupHackAttackRestore.m4v" length="17518592" type="video/x-m4v"/>
            <guid isPermaLink="false">0c3f59dd-5b57-4b76-98d0-10b47e77a339</guid>
            <pubDate>Wed, 5 Jan 2011 00:00:00</pubDate>
            <itunes:subtitle>Hack-attak a damaged DB</itunes:subtitle>
            <itunes:summary>What do you do if you have a set of data and log files you can't attach because the log is damaged?  Here I show you a way to attach it, fix it, and get going again.  Paul Randall also discussed this in his blog here: <a href="http://www.sqlskills.com/BLOGS/PAUL/post/Disaster-recovery-101-hack-attach-a-damaged-database.aspx" target = "_blank">Hack-attack a damaged DB</a></itunes:summary>
            <itunes:duration>15:37</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Sum DB Sizes with Powershell</title>
            <description>Quite often it can be useful to not only get a list of DB sizes, but also sum it up in the last line.  This can be useful for estimating backup file sizes, server sizing and more.  Here I'll show you a couple ways to sum up DB sizes so take your pick.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellSumDBs.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellSumDBs.m4v" length="7066624" type="video/x-m4v"/>
            <guid isPermaLink="false">25c9a0ff-e346-46d8-b844-c5776da27e45</guid>
            <pubDate>Tue, 4 Jan 2011 00:00:00</pubDate>
            <itunes:subtitle>Sum DB Sizes with Powershell</itunes:subtitle>
            <itunes:summary>Quite often it can be useful to not only get a list of DB sizes, but also sum it up in the last line.  This can be useful for estimating backup file sizes, server sizing and more.  Here I'll show you a couple ways to sum up DB sizes so take your pick.</itunes:summary>
            <itunes:duration>08:54</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Useless Superpowers</title>
            <description>I think we had a lot of fun this week.  We talked about useless superpowers, rules for presenting to techies, and stuff we got for x-mas... and more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightUselessSuperpowers.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightUselessSuperpowers.m4v" length="377579520" type="video/x-m4v"/>
            <guid isPermaLink="false">58ec9a59-b0dd-4e73-a1a1-ac0a731bc328</guid>
            <pubDate>Mon, 3 Jan 2011 00:00:00</pubDate>
            <itunes:subtitle>Useless Superpowers</itunes:subtitle>
            <itunes:summary>I think we had a lot of fun this week.  We talked about useless superpowers, rules for presenting to techies, and stuff we got for x-mas... and more.</itunes:summary>
            <itunes:duration>1:03:02</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Smell my Guitar</title>
            <description>This week we talk about great smells you'd never find in a shampoo, and follow that with a really good discussion on the 24HOP women's edition and compare that to maybe a black or Indian edition, and we unveil a new award.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSmellMyGuitar.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSmellMyGuitar.m4v" length="370051072" type="video/x-m4v"/>
            <guid isPermaLink="false">3354f1c4-eb74-4e33-b9d3-7d606b20d5f5</guid>
            <pubDate>Mon, 27 Dec 2010 00:00:00</pubDate>
            <itunes:subtitle>Smell my Guitar</itunes:subtitle>
            <itunes:summary>This week we talk about great smells you'd never find in a shampoo, and follow that with a really good discussion on the 24HOP women's edition and compare that to maybe a black or Indian edition, and we unveil a new award.</itunes:summary>
            <itunes:duration>1:08:10</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>



         <item>
            <title>Replace sp_MSForEachDB with Powershell</title>
            <description>A user request came in to write something in powershell that would replace sp_MSForEachDB.  I took it a step further and showed you how to make it even more flexible for an enterprise environment.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellReplaceMSForEachDB.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellReplaceMSForEachDB.m4v" length="19942400" type="video/x-m4v"/>
            <guid isPermaLink="false">184ef683-c08d-45b1-a14e-c7ae1bd573f3</guid>
            <pubDate>Wed, 29 Dec 2010 00:00:00</pubDate>
            <itunes:subtitle>Replace sp_MSForEachDB with Powershell</itunes:subtitle>
            <itunes:summary>A user request came in to write something in powershell that would replace sp_MSForEachDB.  I took it a step further and showed you how to make it even more flexible for an enterprise environment.</itunes:summary>
            <itunes:duration>14:15</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
      

        <item>
            <title>Stallin SQL like a Mofo</title>
            <description>There's just no substitute for a good story and tonight Sean tells one about an interview he just had.  We also talk about cluster problems, heaps, and mentos and coke.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightStallSQLLikeAMofo.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightStallSQLLikeAMofo.m4v" length="736601088" type="video/x-m4v"/>
            <guid isPermaLink="false">dd8684d2-4982-468a-9c85-85846371b936</guid>
            <pubDate>Mon, 20 Dec 2010 00:00:00</pubDate>
            <itunes:subtitle>Stallin SQL like a Mofo</itunes:subtitle>
            <itunes:summary>There's just no substitute for a good story and tonight Sean tells one about an interview he just had.  We also talk about cluster problems, heaps, and mentos and coke.</itunes:summary>
            <itunes:duration>1:08:10</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Adam Machanic has soft hands</title>
            <description>We love talking to Adam.  He's such a cool dude and it just so happens that he really knows his stuff too.  I had a hard time compiling this vid because something corrupted it toward the end, but I can still give you 47mins of it.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAdamMachanic.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAdamMachanic.m4v" length="134892544" type="video/x-m4v"/>
            <guid isPermaLink="false">48836eca-949f-49bd-a7a6-446f2221cbd1</guid>
            <pubDate>Mon, 13 Dec 2010 00:00:00</pubDate>
            <itunes:subtitle>Adam Machanic has soft hands</itunes:subtitle>
            <itunes:summary>We love talking to Adam.  He's such a cool dude and it just so happens that he really knows his stuff too.  I had a hard time compiling this vid because something corrupted it toward the end, but I can still give you 47mins of it.</itunes:summary>
            <itunes:duration>47:45</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Bathrobe Bonanza</title>
            <description>This is our post-Thanksgiving episode.  Today we talk about why Bing sucks, jr. DBAs, and the cloud.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBathrobeBonanza.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBathrobeBonanza.m4v" length="658156544" type="video/x-m4v"/>
            <guid isPermaLink="false">3873e3fd-2ba4-4545-a225-150dffbb9d80</guid>
            <pubDate>Mon, 29 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>Bathrobe Bonanza</itunes:subtitle>
            <itunes:summary>This is our post-Thanksgiving episode.  Today we talk about why Bing sucks, jr. DBAs, and the cloud.</itunes:summary>
            <itunes:duration>51:04</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Sexual Harassment</title>
            <description>This week we have Eric Humphrey in the studio and while we get different grooves on, the main topic is sexual harassment.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSexualHarassment.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSexualHarassment.m4v" length="580234240" type="video/x-m4v"/>
            <guid isPermaLink="false">70b0a737-cc30-4b5b-825b-52ee43b7a2b8</guid>
            <pubDate>Mon, 29 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>Sexual Harassment</itunes:subtitle>
            <itunes:summary>This week we have Eric Humphrey in the studio and while we get different grooves on, the main topic is sexual harassment.</itunes:summary>
            <itunes:duration>1:13:16</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
 <item>
            <title>Merkin Glue</title>
            <description>This is our show at the end of PASS 2010 and we have Nic Cain in our hotel room.  Come have a look while things degenerate into our usual childish antics.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightMerkinGlue.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightMerkinGlue.m4v" length="598070272" type="video/x-m4v"/>
            <guid isPermaLink="false">1202dce4-e938-4fc8-ba99-ac507ad06105</guid>
            <pubDate>Mon, 22 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>Merkin Glue</itunes:subtitle>
            <itunes:summary>This is our show at the end of PASS 2010 and we have Nic Cain in our hotel room.  Come have a look while things degenerate into our usual childish antics.</itunes:summary>
            <itunes:duration>1:04:58</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Steve Jones in the House!!</title>
            <description>We hooked up with Steve Jones of SQLServerCentral.com in an empty ballroom we hijacked the night before PASS.  He's so laid back we decided to stay a cuddle for a while after filming.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSteveJones.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSteveJones.m4v" length="1078190080" type="video/x-m4v"/>
            <guid isPermaLink="false">1cc9815e-d655-45d0-9e85-9c20b0760a59</guid>
            <pubDate>Wed, 17 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>Steve Jones in the House!!</itunes:subtitle>
            <itunes:summary>We hooked up with Steve Jones of SQLServerCentral.com in an empty ballroom we hijacked the night before PASS.  He's so laid back we decided to stay a cuddle for a while after filming.</itunes:summary>
            <itunes:duration>1:08:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>The Mark Souza Sandwich</title>
            <description>If you don't know Mark Souza, you should.  He's one of the coolest guys we know and one of the smartest guys other than myself you'll ever meet.  Mark is the head and the founder of the SQL CAT team at MS.  Come see what we were able to get out of him.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightMarkSouza.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightMarkSouza.m4v" length="503086080" type="video/x-m4v"/>
            <guid isPermaLink="false">d6c1db5f-372d-4f64-b8d2-1d232c885529</guid>
            <pubDate>Wed, 17 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>The Mark Souza Sandwich</itunes:subtitle>
            <itunes:summary>If you don't know Mark Souza, you should.  He's one of the coolest guys we know and one of the smartest guys other than myself you'll ever meet.  Mark is the head and the founder of the SQL CAT team at MS.  Come see what we were able to get out of him.</itunes:summary>
            <itunes:duration>48:10</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Denny 'Five Fingers' Cherry</title>
            <description>Denny is one of our best friends at PASS.  We were all so tired that we cut the talk short and meant to get back to it but we never did.  Before we left though we did manage to talk about some of the new features announced by MS at the keynote.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightDennyCherry.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightDennyCherry.m4v" length="305070080" type="video/x-m4v"/>
            <guid isPermaLink="false">e244c926-8020-4f64-aba5-59598906c84d</guid>
            <pubDate>Wed, 17 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>Denny 'Five Fingers' Cherry</itunes:subtitle>
            <itunes:summary>Denny is one of our best friends at PASS.  We were all so tired that we cut the talk short and meant to get back to it but we never did.  Before we left though we did manage to talk about some of the new features announced by MS at the keynote.</itunes:summary>
            <itunes:duration>28:31</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Grant Fritchey is our Hero</title>
            <description>What can we say about Grant that isn't already in the police report?  He's just an interesting guy.  Come see us discuss query tuning and Kenpo with Grant.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightGrantFritchey.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightGrantFritchey.m4v" length="529256448" type="video/x-m4v"/>
            <guid isPermaLink="false">3f284945-2287-485f-b71b-1479c7deed82</guid>
            <pubDate>Wed, 17 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>Grant Fritchey is our Hero</itunes:subtitle>
            <itunes:summary>What can we say about Grant that isn't already in the police report?  He's just an interesting guy.  Come see us discuss query tuning and Kenpo with Grant.</itunes:summary>
            <itunes:duration>55:18</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>No Management DBs</title>
            <description>I suppose this is officially our Halloween episode.  Come along as we discuss whatever it is we talked about here.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightNoManagementDBs.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightNoManagementDBs.m4v" length="583785472" type="video/x-m4v"/>
            <guid isPermaLink="false">0f8a6ef9-3294-4977-b3da-8b054175d05c</guid>
            <pubDate>Mon, 15 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>No Management DBs</itunes:subtitle>
            <itunes:summary>I suppose this is officially our Halloween episode.  Come along as we discuss whatever it is we talked about here.</itunes:summary>
            <itunes:duration>1:14:43</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Your Face or Mine?</title>
            <description>I suppose this is officially our Halloween episode.  Come along as we discuss whatever it is we talked about here.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightYourFaceOrMine.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightYourFaceOrMine.m4v" length="537821184" type="video/x-m4v"/>
            <guid isPermaLink="false">dee3ee7d-34cd-4558-8254-09960345dc7d</guid>
            <pubDate>Mon, 8 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>Your Face or Mine?</itunes:subtitle>
            <itunes:summary>I suppose this is officially our Halloween episode.  Come along as we discuss whatever it is we talked about here.</itunes:summary>
            <itunes:duration>1:05:29</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

          <item>
            <title>What kind of pistol?</title>
            <description>Sorry, I don't remember what we talked about here cause I'm uploading so late.  You'll just have to come see.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightWhatKindOfPistol.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightWhatKindOfPistol.m4v" length="393326592" type="video/x-m4v"/>
            <guid isPermaLink="false">7e5fd882-fada-4cf6-926d-47da7a5839a2</guid>
            <pubDate>Mon, 1 Nov 2010 00:00:00</pubDate>
            <itunes:subtitle>What kind of pistol?</itunes:subtitle>
            <itunes:summary>Sorry, I don't remember what we talked about here cause I'm uploading so late.  You'll just have to come see.</itunes:summary>
            <itunes:duration>54:54</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Olympic Cornholing</title>
            <description>This week we talk about sex week on MidnightDBA as well as big production problems, crappy vendors, and more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightOlympicCornholing.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightOlympicCornholing.m4v" length="429999104" type="video/x-m4v"/>
            <guid isPermaLink="false">2b9ccb5f-7582-46b8-ba5a-2c4ea0c752bf</guid>
            <pubDate>Mon, 25 Oct 2010 00:00:00</pubDate>
            <itunes:subtitle>Olympic Cornholing</itunes:subtitle>
            <itunes:summary>This week we talk about sex week on MidnightDBA as well as big production problems, crappy vendors, and more.</itunes:summary>
            <itunes:duration>1:00:57</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>      

<item>
            <title>The Unnamed Episode</title>
            <description>This week was pure fun as we talked about building clusters, Sean's Scripting Guys article, and whether or not you should rally people to vote for you in a contest.  We also talked about many other things including the hit Showtime show Dexter.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightTheUnnamedEpisode.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightTheUnnamedEpisode.m4v" length="459359232" type="video/x-m4v"/>
            <guid isPermaLink="false">0d67a639-762e-42e2-8c88-f82829adf367</guid>
            <pubDate>Mon, 11 Oct 2010 00:00:00</pubDate>
            <itunes:subtitle>The Unnamed Episode</itunes:subtitle>
            <itunes:summary>This week was pure fun as we talked about building clusters, Sean's Scripting Guys article, and whether or not you should rally people to vote for you in a contest.  We also talked about many other things including the hit Showtime show Dexter.</itunes:summary>
            <itunes:duration>1:10:46</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Polishing Dung</title>
            <description>This week we're talking about all kinds of things, the main one being people getting started as speakers and community leaders.  There's lots of other stuff I honestly can't remember right now.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightPolishingDung.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightPolishingDung.m4v" length="551399424" type="video/x-m4v"/>
            <guid isPermaLink="false">78b2be05-a86b-44f4-8001-2f65e7811db2</guid>
            <pubDate>Mon, 4 Oct 2010 00:00:00</pubDate>
            <itunes:subtitle>Polishing Dung</itunes:subtitle>
            <itunes:summary>This week we're talking about all kinds of things, the main one being people getting started as speakers and community leaders.  There's lots of other stuff I honestly can't remember right now.</itunes:summary>
            <itunes:duration>1:10:22</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Monitor Backups with Powershell</title>
            <description>I know you guys are just begging for an easy way to monitor your backups and alert when one hasn't been backed up recently.  Here's a great way to do it in powershell, and it's easy as pie.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellLastBackupDate.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellLastBackupDate.m4v" length="48035840" type="video/x-m4v"/>
            <guid isPermaLink="false">8ab610b9-a208-4089-a077-61d78adb0801</guid>
            <pubDate>Thu, 30 Sep 2010 00:00:00</pubDate>
            <itunes:subtitle>Monitor Backups with Powershell</itunes:subtitle>
            <itunes:summary>I know you guys are just begging for an easy way to monitor your backups and alert when one hasn't been backed up recently.  Here's a great way to do it in powershell, and it's easy as pie.</itunes:summary>
            <itunes:duration>34:37</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Audit Service Accounts with Powershell</title>
            <description>How would you like to be able to audit your service accounts with powershell so you can tell how many boxes are running on the same account?  Well now you can, and it's very easy.  Come let me show you how to write a script that you can use to audit all of the SQL service accounts in your environment.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellGetServiceAcct.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellGetServiceAcct.m4v" length="51069952" type="video/x-m4v"/>
            <guid isPermaLink="false">8596c289-b849-467e-b15f-435285b61854</guid>
            <pubDate>Wed, 29 Sep 2010 00:00:00</pubDate>
            <itunes:subtitle>Audit Service Accounts with Powershell</itunes:subtitle>
            <itunes:summary>How would you like to be able to audit your service accounts with powershell so you can tell how many boxes are running on the same account?  Well now you can, and it's very easy.  Come let me show you how to write a script that you can use to audit all of the SQL service accounts in your environment.</itunes:summary>
            <itunes:duration>00:17:03</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Sean's Man-crush</title>
            <description>This week we talk about Freddie bringing our site down, we unveil a new award, and we had a near cornhole of the week.  And Jen gets Sean a really cool present.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightSeansManCrush.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightSeansManCrush.m4v" length="542901248" type="video/x-m4v"/>
            <guid isPermaLink="false">4dbea8d9-327c-4caa-8752-8fe004a9f8b5</guid>
            <pubDate>Mon, 27 Sep 2010 00:00:00</pubDate>
            <itunes:subtitle>Sean's Man-crush</itunes:subtitle>
            <itunes:summary>This week we talk about Freddie bringing our site down, we unveil a new award, and we had a near cornhole of the week.  And Jen gets Sean a really cool present.</itunes:summary>
            <itunes:duration>1:05:37</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Quick, get the Bedazzler!</title>
            <description>This was a fun episode.  We introduce our new Freddie and  talk about all kinds of things like Star Trek translators and Microsoft makes cornhole of the week.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightQuickGettheBedazzler.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightQuickGettheBedazzler.m4v" length="540836864" type="video/x-m4v"/>
            <guid isPermaLink="false">ff9a53b3-4caf-483a-9846-3022e97b0664</guid>
            <pubDate>Mon, 20 Sep 2010 00:00:00</pubDate>
            <itunes:subtitle>Quick, get the Bedazzler!</itunes:subtitle>
            <itunes:summary>This was a fun episode.  We introduce our new Freddie and  talk about all kinds of things like Star Trek translators and Microsoft makes cornhole of the week.</itunes:summary>
            <itunes:duration>1:14:23</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Aristocratic Corn</title>
            <description>Our first show of season 2.  We catch everyone up on what's been going on since we left and throw in some SSIS discussion and an excellent book recommendation for clustering.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAristocraticCorn.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAristocraticCorn.m4v" length="482740224" type="video/x-m4v"/>
            <guid isPermaLink="false">bc09bb1c-47e6-4d51-8d79-0e36b4cabf00</guid>
            <pubDate>Mon, 13 Sep 2010 00:00:00</pubDate>
            <itunes:subtitle>Aristocratic Corn</itunes:subtitle>
            <itunes:summary>Our first show of season 2.  We catch everyone up on what's been going on since we left and throw in some SSIS discussion and an excellent book recommendation for clustering.</itunes:summary>
            <itunes:duration>00:17:03</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>



        <item>
            <title>User Processes: 1 of 2</title>
            <description>We're both SO PISSED OFF!!  We did over an hours worth of show and only 30mins got recorded.  However, in this 30mins we talked about users dictating processes, speaking the user's language, vendor support and more.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightUserProcesses1of2.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightUserProcesses1of2.m4v" length="89017344" type="video/x-m4v"/>
            <guid isPermaLink="false">6971ef1f-bc74-4444-b13b-8396fef20758</guid>
            <pubDate>Mon, 17 May 2010 00:00:00</pubDate>
            <itunes:subtitle>User Processes: 1 of 2</itunes:subtitle>
            <itunes:summary>We're both SO PISSED OFF!!  We did over an hours worth of show and only 30mins got recorded.  However, in this 30mins we talked about users dictating processes, speaking the user's language, vendor support and more.</itunes:summary>
            <itunes:duration>16:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>User Processes: 2 of 2</title>
            <description>Part 2 of User Processes.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightUserProcesses2of2.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightUserProcesses2of2.m4v" length="103947264" type="video/x-m4v"/>
            <guid isPermaLink="false">838403fa-37af-41f3-93e3-2721da880872</guid>
            <pubDate>Mon, 17 May 2010 00:00:00</pubDate>
            <itunes:subtitle>User Processes: 2 of 2</itunes:subtitle>
            <itunes:summary>Part 2 of User Processes.</itunes:summary>
            <itunes:duration>20:19</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>yes</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>When to Leave your Job: 1 of 5</title>
            <description>This week we're talking about how to have a conversation with your DBA if he's not performing like he should.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob1of5.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob1of5.m4v" length="79903744" type="video/x-m4v"/>
            <guid isPermaLink="false">5c7162ab-99a0-4a67-bd03-f59f5b4dd643</guid>
            <pubDate>Sat, 1 May 2010 00:00:00</pubDate>
            <itunes:subtitle>When to Leave your Job: 1 of 5</itunes:subtitle>
            <itunes:summary>This week we're talking about how to have a conversation with your DBA if he's not performing like he should.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>When to Leave your Job: 2 of 5</title>
            <description>Part 2 of When to Leave your Job.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob2of5.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob2of5.m4v" length="81052672" type="video/x-m4v"/>
            <guid isPermaLink="false">3d4ae11d-7740-4686-84bc-504d8c1138f9</guid>
            <pubDate>Sat, 1 May 2010 00:00:00</pubDate>
            <itunes:subtitle>When to Leave your Job: 2 of 5</itunes:subtitle>
            <itunes:summary>Part 2 of When to Leave your Job.</itunes:summary>
            <itunes:duration>15:03</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>When to Leave your Job: 3 of 5</title>
            <description>Part 3 of When to Leave your Job.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob3of5.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob3of5.m4v" length="105777152" type="video/x-m4v"/>
            <guid isPermaLink="false">a389d85a-1e00-48c5-bdc7-a4652186d9f9</guid>
            <pubDate>Sat, 1 May 2010 00:00:00</pubDate>
            <itunes:subtitle>When to Leave your Job: 3 of 5</itunes:subtitle>
            <itunes:summary>Part 3 of When to Leave your Job.</itunes:summary>
            <itunes:duration>15:08</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>When to Leave your Job: 4 of 5</title>
            <description>Part 4 of When to Leave your Job.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob4of5.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob4of5.m4v" length="106326016" type="video/x-m4v"/>
            <guid isPermaLink="false">15dc576e-58a0-417a-8673-4ed2f8158666</guid>
            <pubDate>Sat, 1 May 2010 00:00:00</pubDate>
            <itunes:subtitle>When to Leave your Job: 4 of 5</itunes:subtitle>
            <itunes:summary>Part 4 of When to Leave your Job.</itunes:summary>
            <itunes:duration>15:06</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>When to Leave your Job: 5 of 5</title>
            <description>Part 5 of When to Leave your Job.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob5of5.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightWhenToLeaveJob5of5.m4v" length="96394240" type="video/x-m4v"/>
            <guid isPermaLink="false">972341f8-2efa-4547-ad23-d8093390dbd8</guid>
            <pubDate>Sat, 1 May 2010 00:00:00</pubDate>
            <itunes:subtitle>When to Leave your Job: 5 of 5</itunes:subtitle>
            <itunes:summary>Part 5 of When to Leave your Job.</itunes:summary>
            <itunes:duration>12:45</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Beginning T-SQL: SQL Saturday #41 - Atlanta</title>
            <description>Come see Jen teach beginning T-SQL at SQL Saturday #41 in Atlanta.  Her clear explanations of things shorten your time to understand this complicated topic.</description>
            <link>http://www.midnightdba.com/Podcast/SQLSatJenAtlantaBeginSQL.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SQLSatJenAtlantaBeginSQL.m4v" length="79903744" type="video/x-m4v"/>
            <guid isPermaLink="false">29e77763-e421-4012-93a9-af2c8a3b7d36</guid>
            <pubDate>Sat, 24 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Beginning T-SQL: SQL Saturday #41 - Atlanta</itunes:subtitle>
            <itunes:summary>Come see Jen teach beginning T-SQL at SQL Saturday #41 in Atlanta.  Her clear explanations of things shorten your time to understand this complicated topic.</itunes:summary>
            <itunes:duration>59:20</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>T-SQL Codig Sins: SQL Saturday #41 - Atlanta</title>
            <description>Come see Jen teach T-SQL Code Sins at SQL Saturday #41 in Atlanta.  You see these huge mistakes in many shops so come take advantage of Jen's vast experience coding in real environments and avoid some of the mistakes she's seen.</description>
            <link>http://www.midnightdba.com/Podcast/SQLSatJenAtlantaCodeSins.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SQLSatJenAtlantaCodeSins.m4v" length="79903744" type="video/x-m4v"/>
            <guid isPermaLink="false">1a7e90a3-e24a-4ff1-8762-6dda48655333</guid>
            <pubDate>Sat, 24 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>T-SQL Codig Sins: SQL Saturday #41 - Atlanta</itunes:subtitle>
            <itunes:summary>Come see Jen teach T-SQL Code Sins at SQL Saturday #41 in Atlanta.  You see these huge mistakes in many shops so come take advantage of Jen's vast experience coding in real environments and avoid some of the mistakes she's seen.</itunes:summary>
            <itunes:duration>50:49</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Firing DBAs: Part 1</title>
            <description>This week we have a nice talk about how to handle a DBA who isn't performing like he should (No, not like that!!).  We also talk about bad GPSs and other stuff.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs1of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs1of4.m4v" length="82833408" type="video/x-m4v"/>
            <guid isPermaLink="false">12067703-0152-4f77-aaa6-0eb1f014e133</guid>
            <pubDate>Sun, 25 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Firing DBAs: Part 1</itunes:subtitle>
            <itunes:summary>This week we have a nice talk about how to handle a DBA who isn't performing like he should (No, not like that!!).  We also talk about bad GPSs and other stuff.</itunes:summary>
            <itunes:duration>15:02</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Firing DBAs: Part 2</title>
            <description>Part 2 of Firing DBAs.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs2of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs2of4.m4v" length="81959936" type="video/x-m4v"/>
            <guid isPermaLink="false">58f8275e-d8bd-476d-9c52-347db096e002</guid>
            <pubDate>Sun, 25 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Firing DBAs: Part 2</itunes:subtitle>
            <itunes:summary>Part 2 of Firing DBAs.</itunes:summary>
            <itunes:duration>15:04</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Firing DBAs: Part 3</title>
            <description>Part 3 of Firing DBAs.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs3of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs3of4.m4v" length="74514432" type="video/x-m4v"/>
            <guid isPermaLink="false">adb7d877-a06a-41f8-9e6d-8047333e32ab</guid>
            <pubDate>Sun, 25 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Firing DBAs: Part 3</itunes:subtitle>
            <itunes:summary>Part 3 of Firing DBAs.</itunes:summary>
            <itunes:duration>15:04</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Firing DBAs: Part 4</title>
            <description>Part 4 of Firing DBAs.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs4of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightFiringDBAs4of4.m4v" length="105551872" type="video/x-m4v"/>
            <guid isPermaLink="false">db3b20e4-f78f-4b46-9c5f-c5ce279cd24a</guid>
            <pubDate>Sun, 25 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Firing DBAs: Part 4</itunes:subtitle>
            <itunes:summary>Part 4 of Firing DBAs.</itunes:summary>
            <itunes:duration>15:04</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>


        <item>
            <title>Adopting New Features: 1 of 4</title>
            <description>While playing with our SQLChickens, we're trying to top the plagiarism video from last week in Redmond.  So after messing around a little bit, our main topic this week is when to adopt new features and whether it's more hassle to support them in conjunction with old code or not.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures1of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures1of4.m4v" length="69816320" type="video/x-m4v"/>
            <guid isPermaLink="false">c94d03f5-43c3-4a17-ad9e-50413b6d03fb</guid>
            <pubDate>Sun, 18 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Adopting New Features: 1 of 4</itunes:subtitle>
            <itunes:summary>While playing with our SQLChickens, we're trying to top the plagiarism video from last week in Redmond.  So after messing around a little bit, our main topic this week is when to adopt new features and whether it's more hassle to support them in conjunction with old code or not.</itunes:summary>
            <itunes:duration>15:01</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Adopting New Features: 2 of 4</title>
            <description>Part 2 of Adopting New Features.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures2of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures2of4.m4v" length="66121728" type="video/x-m4v"/>
            <guid isPermaLink="false">cca81752-c120-4216-bf78-b0d57f49bcb5</guid>
            <pubDate>Sun, 18 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Adopting New Features: 2 of 4</itunes:subtitle>
            <itunes:summary>Part 2 of Adopting New Features.</itunes:summary>
            <itunes:duration>15:06</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Adopting New Features: 3 of 4</title>
            <description>Part 3 of Adopting New Features.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures3of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures3of4.m4v" length="69355520" type="video/x-m4v"/>
            <guid isPermaLink="false">3a1fd13b-b75e-4f5b-91ef-d88a1c4e9899</guid>
            <pubDate>Sun, 18 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Adopting New Features: 3 of 4</itunes:subtitle>
            <itunes:summary>Part 3 of Adopting New Features.</itunes:summary>
            <itunes:duration>15:06</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>

        <item>
            <title>Adopting New Features: 4 of 4</title>
            <description>Part 4 of Adopting New Features.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures4of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAdoptNewFeatures4of4.m4v" length="48492544" type="video/x-m4v"/>
            <guid isPermaLink="false">a01d312d-e24f-4956-b4ff-30248f6e1177</guid>
            <pubDate>Sun, 18 Apr 2010 00:00:00</pubDate>
            <itunes:subtitle>Adopting New Features: 4 of 4</itunes:subtitle>
            <itunes:summary>Part 4 of Adopting New Features.</itunes:summary>
            <itunes:duration>10:14</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Plagiarism: 1 of 4</title>
            <description>This is a fun one we did in Redmond while waiting for the SQL Server R2 TweetUp event at MS.  We&apos;re here with Denny Cherry and Jorge Segarra to discuss the plagiarist John Dunleavy who has insisted on stealing material from real writers and authors and passing it off as his own.  Come support us in our fight against smarmy little thieves like this.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism1of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism1of4.m4v" length="73911296" type="video/x-m4v"/>
            <guid isPermaLink="false">e3b3357a-0b56-4087-8972-8dd1842ccba1</guid>
            <pubDate>Wed, 7 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Plagiarism: 1 of 4</itunes:subtitle>
            <itunes:summary>This is a fun one we did in Redmond while waiting for the SQL Server R2 TweetUp event at MS.  We&apos;re here with Denny Cherry and Jorge Segarra to discuss the plagiarist John Dunleavy who has insisted on stealing material from real writers and authors and passing it off as his own.  Come support us in our fight against smarmy little thieves like this.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Plagiarism: 2 of 4</title>
            <description>Part 2 of Plagiarism.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism2of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism2of4.m4v" length="70719488" type="video/x-m4v"/>
            <guid isPermaLink="false">677cfcd7-fee2-4681-96d9-b02560e0f7a1</guid>
            <pubDate>Wed, 7 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Plagiarism: 2 of 4</itunes:subtitle>
            <itunes:summary>Part 2 of Plagiarism.</itunes:summary>
            <itunes:duration>15:05</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Plagiarism: 3 of 4</title>
            <description>Part 3 of Plagiarism.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism3of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism3of4.m4v" length="83672064" type="video/x-m4v"/>
            <guid isPermaLink="false">c474b429-5877-43ad-8b96-56cb0226440c</guid>
            <pubDate>Wed, 7 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Plagiarism: 3 of 4</itunes:subtitle>
            <itunes:summary>Part 3 of Plagiarism.</itunes:summary>
            <itunes:duration>15:05</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Plagiarism: 4 of 4</title>
            <description>Part 4 of Plagiarism.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism4of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightPlagiarism4of4.m4v" length="40498176" type="video/x-m4v"/>
            <guid isPermaLink="false">84600ef8-6863-4136-95c8-c6b768f62e70</guid>
            <pubDate>Wed, 7 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Plagiarism: 4 of 4</itunes:subtitle>
            <itunes:summary>Part 4 of Plagiarism.</itunes:summary>
            <itunes:duration>7:41</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Manage DB Files in Powershell</title>
            <description>I&apos;m excited to be able to film this one because it has the potential to save you so much time and effort.  I&apos;m showing you how to manage your DB files with powershell so you can change autogrowth, or whatever property you like.  This is an extremely effective way to ensure that the DB files on all your servers are setup the way you want.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellManageDBFiles.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellManageDBFiles.m4v" length="27200512" type="video/x-m4v"/>
            <guid isPermaLink="false">c17322a0-79d2-424c-bacd-20c6e6ea3541</guid>
            <pubDate>Sun, 4 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Manage DB Files in Powershell</itunes:subtitle>
            <itunes:summary>I&apos;m excited to be able to film this one because it has the potential to save you so much time and effort.  I&apos;m showing you how to manage your DB files with powershell so you can change autogrowth, or whatever property you like.  This is an extremely effective way to ensure that the DB files on all your servers are setup the way you want.</itunes:summary>
            <itunes:duration>13:51</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>No Religion at Work: 1 of 4</title>
            <description>This is a nice film with a few good laughs and we also get in our first on-film fight.  However, come with us to discuss religion at work and how you should handle someone who insists on trying to discuss it.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork1of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork1of4.m4v" length="58818560" type="video/x-m4v"/>
            <guid isPermaLink="false">bd7fcd05-1270-4797-9d1c-c50c2fd5c169</guid>
            <pubDate>Sun, 4 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>No Religion at Work: 1 of 4</itunes:subtitle>
            <itunes:summary>This is a nice film with a few good laughs and we also get in our first on-film fight.  However, come with us to discuss religion at work and how you should handle someone who insists on trying to discuss it.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>No Religion at Work: 2 of 4</title>
            <description>Part 2 of No Religion at Work.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork2of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork2of4.m4v" length="60153856" type="video/x-m4v"/>
            <guid isPermaLink="false">eb1cf2d4-e35a-46d3-987f-8587845d025e</guid>
            <pubDate>Sun, 4 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>No Religion at Work: 2 of 4</itunes:subtitle>
            <itunes:summary>Part 2 of No Religion at Work.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>No Religion at Work: 3 of 4</title>
            <description>Part 3 of No Religion at Work.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork3of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork3of4.m4v" length="53862400" type="video/x-m4v"/>
            <guid isPermaLink="false">6deee5ad-2eb3-4e4a-bcee-64f4a243ff19</guid>
            <pubDate>Sun, 4 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>No Religion at Work: 3 of 4</itunes:subtitle>
            <itunes:summary>Part 3 of No Religion at Work.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>No Religion at Work: 4 of 4</title>
            <description>Part 4 of No Religion at Work.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork4of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightNoReligionAtWork4of4.m4v" length="39352320" type="video/x-m4v"/>
            <guid isPermaLink="false">06eb0a35-d32e-49b3-90fd-827ea4a7712f</guid>
            <pubDate>Sun, 4 Apr 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>No Religion at Work: 4 of 4</itunes:subtitle>
            <itunes:summary>Part 4 of No Religion at Work.</itunes:summary>
            <itunes:duration>10:37</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Stuff Auction: 1 of 3</title>
            <description>This is another fun one for us.  Frankly, I really had a good time doing this one.  The main topics are sharking someone&apos;s stuff and your 1st priorities when you start a new job.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightStuffAuction1of3.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightStuffAuction1of3.m4v" length="51419136" type="video/x-m4v"/>
            <guid isPermaLink="false">2426f4dc-717c-4660-9852-c1fe6493d339</guid>
            <pubDate>Sun, 21 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Stuff Auction: 1 of 3</itunes:subtitle>
            <itunes:summary>This is another fun one for us.  Frankly, I really had a good time doing this one.  The main topics are sharking someone&apos;s stuff and your 1st priorities when you start a new job.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Stuff Auction: 2 of 3</title>
            <description>Part 2 of Stuff Auction.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightStuffAuction2of3.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightStuffAuction2of3.m4v" length="58603520" type="video/x-m4v"/>
            <guid isPermaLink="false">a1b4fbc8-74f3-4041-be30-21fc896a333b</guid>
            <pubDate>Sun, 21 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Stuff Auction: 2 of 3</itunes:subtitle>
            <itunes:summary>Part 2 of Stuff Auction.</itunes:summary>
            <itunes:duration>20:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Stuff Auction: 3 of 3</title>
            <description>Part 3 of Stuff Auction.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightStuffAuction3of3.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightStuffAuction3of3.m4v" length="59689984" type="video/x-m4v"/>
            <guid isPermaLink="false">010f2387-f077-4db4-908e-e2f27c0d6b19</guid>
            <pubDate>Sun, 21 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Stuff Auction: 3 of 3</itunes:subtitle>
            <itunes:summary>Part 3 of Stuff Auction.</itunes:summary>
            <itunes:duration>15:15</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Beginning Execution Plans</title>
            <description>Here&apos;s a level zero introduction to tuning queries. I go over execution plans, sp_help, and clustered primary key indexes.</description>
            <link>http://www.midnightdba.com/Podcast/TSQLExecPlansBeginning.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TSQLExecPlansBeginning.m4v" length="20851712" type="video/x-m4v"/>
            <guid isPermaLink="false">058c7de0-5dc5-41bb-a28b-641d14ca8616</guid>
            <pubDate>Wed, 3 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Beginning Execution Plans</itunes:subtitle>
            <itunes:summary>Here&apos;s a level zero introduction to tuning queries. I go over execution plans, sp_help, and clustered primary key indexes.</itunes:summary>
            <itunes:duration>11:03</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Resumes: 1 of 3</title>
            <description>This is a fun vid.  Here we talk about resumes.  How long should they be?  What should you put in them?  Should you have it professionally done?  We also give away a webcam in this series.  In all, I think this is the best one we&apos;ve done in a while.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightResumes1of3.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightResumes1of3.m4v" length="59303936" type="video/x-m4v"/>
            <guid isPermaLink="false">95f6e4e1-c4d0-4ff9-bafb-4e9ade83eb78</guid>
            <pubDate>Mon, 1 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Resumes: 1 of 3</itunes:subtitle>
            <itunes:summary>This is a fun vid.  Here we talk about resumes.  How long should they be?  What should you put in them?  Should you have it professionally done?  We also give away a webcam in this series.  In all, I think this is the best one we&apos;ve done in a while.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Resumes: 2 of 3</title>
            <description>Part 2 of Resumes.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightResumes2of3.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightResumes2of3.m4v" length="57521152" type="video/x-m4v"/>
            <guid isPermaLink="false">eb73dede-58ff-42f4-b863-3bbc9ffaf3f3</guid>
            <pubDate>Mon, 1 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Resumes: 2 of 3</itunes:subtitle>
            <itunes:summary>Part 2 of Resumes.</itunes:summary>
            <itunes:duration>15:00</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Resumes: 3 of 3</title>
            <description>Part 3 of Resumes.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightResumes3of3.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightResumes3of3.m4v" length="55707648" type="video/x-m4v"/>
            <guid isPermaLink="false">b0844e95-3a3e-40ad-b32f-0e6a52bf0167</guid>
            <pubDate>Mon, 1 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Resumes: 3 of 3</itunes:subtitle>
            <itunes:summary>Part 3 of Resumes.</itunes:summary>
            <itunes:duration>13:08</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Breaking up with your Boss: 1 of 4</title>
            <description>This is another one that I just love.  We ramble on a bit I think, but overall I think we give some good info on a topic that&apos;s often times overlooked.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss1of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss1of4.m4v" length="69799936" type="video/x-m4v"/>
            <guid isPermaLink="false">30f46cd6-daf2-4f71-8965-491c53ce003f</guid>
            <pubDate>Fri, 5 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Breaking up with your Boss: 1 of 4</itunes:subtitle>
            <itunes:summary>This is another one that I just love.  We ramble on a bit I think, but overall I think we give some good info on a topic that&apos;s often times overlooked.</itunes:summary>
            <itunes:duration>15:01</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Breaking up with your Boss: 2 of 4</title>
            <description>Forms, puns, my new job...

5:30 We get on How To Break Up With Your Boss

Feeling bad for your boss, the company, the project: Feelings fade quickly! 

13:20 So how do you break up, then?</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss2of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss2of4.m4v" length="67366912" type="video/x-m4v"/>
            <guid isPermaLink="false">b299994f-10e4-4e6b-a148-7be36db6f322</guid>
            <pubDate>Fri, 5 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Breaking up with your Boss: 2 of 4</itunes:subtitle>
            <itunes:summary>In part 2:

Forms, puns, my new job...

5:30 We get on How To Break Up With Your Boss

Feeling bad for your boss, the company, the project: Feelings fade quickly! 

13:20 So how do you break up, then?</itunes:summary>
            <itunes:duration>15:18</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Breaking up with your Boss: 3 of 4</title>
            <description>In part 3:



Why I got nervous the day I quit. 

I mention The Gift of Fear by Gavin DeBecker 

Sean tells a big secret about his past

We learn THE wording to use when leaving a job. 

We discuss various responses to &quot;Why are you leaving?&quot; 

Sean&apos;s Blue Cross story</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss3of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss3of4.m4v" length="63381504" type="video/x-m4v"/>
            <guid isPermaLink="false">c6be7ce9-b4e6-41fe-a9f6-b01e73e4ff73</guid>
            <pubDate>Fri, 5 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Breaking up with your Boss: 3 of 4</itunes:subtitle>
            <itunes:summary>In part 3:



Why I got nervous the day I quit. 

I mention The Gift of Fear by Gavin DeBecker 

Sean tells a big secret about his past

We learn THE wording to use when leaving a job. 

We discuss various responses to &quot;Why are you leaving?&quot; 

Sean&apos;s Blue Cross story</itunes:summary>
            <itunes:duration>15:15</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Breaking up with your Boss: 4 of 4</title>
            <description>In part 4:



Conclusion of Blue Cross story. 

Exit interviews. 

Celebrity status. 

Different ways of leaving a job - the nice breakup, and THE BAD ONE (Jen&apos;s story). 

Things you can do to mitigate a bad breakup  

Sean&apos;s Arcserve story</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss4of4.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBreakUpWithBoss4of4.m4v" length="87101440" type="video/x-m4v"/>
            <guid isPermaLink="false">70a69b9b-eff1-40e7-b497-3a98e7fb4b86</guid>
            <pubDate>Fri, 5 Feb 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Breaking up with your Boss: 4 of 4</itunes:subtitle>
            <itunes:summary>In part 4:



Conclusion of Blue Cross story. 

Exit interviews. 

Celebrity status. 

Different ways of leaving a job - the nice breakup, and THE BAD ONE (Jen&apos;s story). 

Things you can do to mitigate a bad breakup  

Sean&apos;s Arcserve story</itunes:summary>
            <itunes:duration>22:01</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Companies don&apos;t Care</title>
            <description>We&apos;re back with another DBAs@Midnight.  This week we&apos;re talking about how companies don&apos;t really care enough about their employees to keep them.  We also discuss SQL Saturday 35 here in Dallas, and some other stuff.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightCompaniesDontCare.m4v</link>
            <author>ko@kenposecrets.com</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightCompaniesDontCare.m4v" length="90383360" type="video/x-m4v"/>
            <guid isPermaLink="false">dae41245-0235-41cc-bf11-c9928621ae24</guid>
            <pubDate>Thu, 28 Jan 2010 00:00:00 -0500</pubDate>
            <itunes:subtitle>Companies don&apos;t Care</itunes:subtitle>
            <itunes:summary>We&apos;re back with another DBAs@Midnight.  This week we&apos;re talking about how companies don&apos;t really care enough about their employees to keep them.  We also discuss SQL Saturday 35 here in Dallas, and some other stuff.</itunes:summary>
            <itunes:duration>31:35</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>BI&apos;ll Ramos Talks Tools:  1 of 2</title>
            <description>If you don&apos;t know Bill, he&apos;s on the tools team, so he&apos;s the one you talk to when there&apos;s something you don&apos;t like in SSMS.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBillRamos1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBillRamos1of2.m4v" length="96882688" type="video/x-m4v"/>
            <guid isPermaLink="false">76a0e862-9efb-4860-96b6-6716bffc63df</guid>
            <pubDate>Mon, 16 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>BI&apos;ll Ramos Talks Tools:  1 of 2</itunes:subtitle>
            <itunes:summary>If you don&apos;t know Bill, he&apos;s on the tools team, so he&apos;s the one you talk to when there&apos;s something you don&apos;t like in SSMS.</itunes:summary>
            <itunes:duration>15:20</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>BI&apos;ll Ramos Talks Tools:  2 of 2</title>
            <description>Part 2 with BI&apos;ll Ramos.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBillRamos2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBillRamos2of2.m4v" length="87491584" type="video/x-m4v"/>
            <guid isPermaLink="false">ac11d114-8b2e-436e-b704-73c7faa710dc</guid>
            <pubDate>Mon, 16 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>BI&apos;ll Ramos Talks Tools:  2 of 2</itunes:subtitle>
            <itunes:summary>Part 2 with BI&apos;ll Ramos.</itunes:summary>
            <itunes:duration>15:12</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>The Early Bird Gets Brian Knight:  1 of 2</title>
            <description>What can I say, Brian is just the bomb.  He has more SSIS knowledge under his fingernails than the rest of us do all over.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBrianKnight1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBrianKnight1of2.m4v" length="76148736" type="video/x-m4v"/>
            <guid isPermaLink="false">325a75cc-4428-42b8-90b3-1157cac6a42e</guid>
            <pubDate>Sun, 15 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>The Early Bird Gets Brian Knight:  1 of 2</itunes:subtitle>
            <itunes:summary>What can I say, Brian is just the bomb.  He has more SSIS knowledge under his fingernails than the rest of us do all over.</itunes:summary>
            <itunes:duration>16:39</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>The Early Bird Gets Brian Knight:  2 of 2</title>
            <description>Brian&apos;s cute, and brilliant, and he&apos;s here for another round.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightBrianKnight2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightBrianKnight2of2.m4v" length="83374080" type="video/x-m4v"/>
            <guid isPermaLink="false">1c88dc22-765f-4bd5-840f-61485c003e0f</guid>
            <pubDate>Sun, 15 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>The Early Bird Gets Brian Knight:  2 of 2</itunes:subtitle>
            <itunes:summary>Brian&apos;s cute, and brilliant, and he&apos;s here for another round.</itunes:summary>
            <itunes:duration>19:34</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Paul and KI&apos;m Tripp:  1 of 2</title>
            <description>The Tripps are here and one of them is the apple of our eye.  Can you guess which one?  I think these 2 are the best interview ever.  They&apos;re constantly laughing, and why not... they get to travel the world together and teach losers like us how to spell DBCC and index.  These guys are some of our best friends in the industry and after all this time, I stI&apos;ll learn so much from them.  So let&apos;s give it up for KI&apos;m and her man-servant Paul!</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightTripps1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightTripps1of2.m4v" length="139916288" type="video/x-m4v"/>
            <guid isPermaLink="false">29fec9f7-012e-4a57-be58-2811b59bad6c</guid>
            <pubDate>Wed, 11 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Paul and KI&apos;m Tripp:  1 of 2</itunes:subtitle>
            <itunes:summary>The Tripps are here and one of them is the apple of our eye.  Can you guess which one?  I think these 2 are the best interview ever.  They&apos;re constantly laughing, and why not... they get to travel the world together and teach losers like us how to spell DBCC and index.  These guys are some of our best friends in the industry and after all this time, I stI&apos;ll learn so much from them.  So let&apos;s give it up for KI&apos;m and her man-servant Paul!</itunes:summary>
            <itunes:duration>19:29</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Paul and KI&apos;m Tripp:  2 of 2</title>
            <description>The Tripps are here and one of them is the apple of our eye.  Can you guess which one?  I think these 2 are the best interview ever.  They&apos;re constantly laughing, and why not... they get to travel the world together and teach losers like us how to spell DBCC and index.  These guys are some of our best friends in the industry and after all this time, I stI&apos;ll learn so much from them.  So let&apos;s give it up for KI&apos;m and her man-servant Paul!</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightTripps2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightTripps2of2.m4v" length="123540480" type="video/x-m4v"/>
            <guid isPermaLink="false">97e25e9f-e3d2-4131-a2b4-10e051037a59</guid>
            <pubDate>Wed, 11 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Paul and KI&apos;m Tripp:  2 of 2</itunes:subtitle>
            <itunes:summary>The Tripps are here and one of them is the apple of our eye.  Can you guess which one?  I think these 2 are the best interview ever.  They&apos;re constantly laughing, and why not... they get to travel the world together and teach losers like us how to spell DBCC and index.  These guys are some of our best friends in the industry and after all this time, I stI&apos;ll learn so much from them.  So let&apos;s give it up for KI&apos;m and her man-servant Paul!</itunes:summary>
            <itunes:duration>17:20</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Get Jiggy with Allen White: 2 of 2</title>
            <description>Finishing up with Allen White... good times.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAllenWhite2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAllenWhite2of2.m4v" length="58750976" type="video/x-m4v"/>
            <guid isPermaLink="false">72ea4ceb-b166-41df-a02a-1260a0fa9588</guid>
            <pubDate>Tue, 10 Nov 2009 13:27:48 -0600</pubDate>
            <itunes:subtitle>Get Jiggy with Allen White: 2 of 2</itunes:subtitle>
            <itunes:summary>Finishing up with Allen White... good times.</itunes:summary>
            <itunes:duration>15:58</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Get Jiggy with Allen White: 1 of 2</title>
            <description>We&apos;re here at PASS 2009 in Seattle and we caught up with my friend Allen White.  We talked about SQL, and Oracle, and even some of the mistakes we&apos;ve made while on the job.  It was a great time had by all.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightAllenWhite1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightAllenWhite1of2.m4v" length="66552832" type="video/x-m4v"/>
            <guid isPermaLink="false">923072f6-f003-41f9-9cbf-e53bae58b903</guid>
            <pubDate>Tue, 10 Nov 2009 13:30:35 -0600</pubDate>
            <itunes:subtitle>Get Jiggy with Allen White: 1 of 2</itunes:subtitle>
            <itunes:summary>We&apos;re here at PASS 2009 in Seattle and we caught up with my friend Allen White.  We talked about SQL, and Oracle, and even some of the mistakes we&apos;ve made while on the job.  It was a great time had by all.</itunes:summary>
            <itunes:duration>17:11</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>PASS Summit 09 Interview: Itzik Ben-Gan, 1of2</title>
            <description>We found Itzik at PASS 2009 and decided to keep him.  This is a very informative interview on a number of topics.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightItzik1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightItzik1of2.m4v" length="92747776" type="video/x-m4v"/>
            <guid isPermaLink="false">3e2794ba-025d-4781-84d9-67b52350f18e</guid>
            <pubDate>Mon, 9 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>PASS Summit 09 Interview: Itzik Ben-Gan, 1of2</itunes:subtitle>
            <itunes:summary>We found Itzik at PASS 2009 and decided to keep him.  This is a very informative interview on a number of topics.</itunes:summary>
            <itunes:duration>15:23</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>PASS Summit 09 Interview: Itzik Ben-Gan, 2 of 2</title>
            <description>Part 2 of Itzik.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightItzik2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">AdminDev, Interviews, DBAs At Midnight, PASS 2009</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightItzik2of2.m4v" length="114880512" type="video/x-m4v"/>
            <guid isPermaLink="false">bfc14e51-e1ed-4dfd-abf0-8a18ab61b5be</guid>
            <pubDate>Mon, 9 Nov 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>PASS Summit 09 Interview: Itzik Ben-Gan, 2 of 2</itunes:subtitle>
            <itunes:summary>Part 2 of Itzik.</itunes:summary>
            <itunes:duration>20:23</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>AdminDev, Interviews, DBAs At Midnight, PASS 2009</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>DBAs@Midnight: No Moving Schema</title>
            <description>OK guys, here we&apos;re talking about no moving schema.  If you don&apos;t know what that is, then watch this and see not only what it is, but what problems it can cause.  We also discuss SQL Saturday a bit.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightNoMovingSchema.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightNoMovingSchema.m4v" length="8110080" type="video/x-m4v"/>
            <guid isPermaLink="false">5027b15d-2a76-468c-a521-bf1fd1109edf</guid>
            <pubDate>Fri, 18 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>DBAs@Midnight: No Moving Schema</itunes:subtitle>
            <itunes:summary>OK guys, here we&apos;re talking about no moving schema.  If you don&apos;t know what that is, then watch this and see not only what it is, but what problems it can cause.  We also discuss SQL Saturday a bit.</itunes:summary>
            <itunes:duration>23:17</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Cool New SSMS Features for DBAs</title>
            <description>I give MS a hard time sometimes so I like to give them props when I find something really worth it.  And here I discuss 3 new features in Katmai that  are mainly for DBAs. They&apos;re really cool so pay attention and enjoy.</description>
            <link>http://www.midnightdba.com/Podcast/KatmaiCoolSSMSFeatures.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin</category>
            <enclosure url="http://www.midnightdba.com/Podcast/KatmaiCoolSSMSFeatures.mp4" length="25064448" type="video/mp4"/>
            <guid isPermaLink="false">2a28be31-c628-49b3-8bb9-77510284f762</guid>
            <pubDate>Thu, 23 Jul 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Cool New SSMS Features for DBAs</itunes:subtitle>
            <itunes:summary>I give MS a hard time sometimes so I like to give them props when I find something really worth it.  And here I discuss 3 new features in Katmai that  are mainly for DBAs. They&apos;re really cool so pay attention and enjoy.</itunes:summary>
            <itunes:duration>10:07</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Katmai Server Group Management</title>
            <description>Learn how to use the new group server mgmt functionality in the Katmai SSMS.</description>
            <link>http://www.midnightdba.com/Podcast/KatmaiGroupServerMgmt.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin</category>
            <enclosure url="http://www.midnightdba.com/Podcast/KatmaiGroupServerMgmt.mp4" length="10634240" type="video/mp4"/>
            <guid isPermaLink="false">cfc16b96-e77b-4ed2-b7c7-144349b1f151</guid>
            <pubDate>Wed, 1 Apr 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Katmai Server Group Management</itunes:subtitle>
            <itunes:summary>Learn how to use the new group server mgmt functionality in the Katmai SSMS.</itunes:summary>
            <itunes:duration>5:44</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Interpreting Disk Queues</title>
            <description>Disk queues are a mystery for the majority of DBAs.  They may know that they need to look at them, but they have no idea what they mean.  Here I&apos;ll show you how to know what you&apos;relooking at to see when your disk queues are too high.  This tutorial doesn&apos;t go into how to fix the problem really, it&apos;s more just how to diagnose it.</description>
            <link>http://www.midnightdba.com/Podcast/InterpretDiskQueues.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Performance</category>
            <enclosure url="http://www.midnightdba.com/Podcast/InterpretDiskQueues.mp4" length="9395200" type="video/mp4"/>
            <guid isPermaLink="false">93997859-57bb-4f88-9607-d40c5e18d75b</guid>
            <pubDate>Mon, 2 Feb 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Interpreting Disk Queues</itunes:subtitle>
            <itunes:summary>Disk queues are a mystery for the majority of DBAs.  They may know that they need to look at them, but they have no idea what they mean.  Here I&apos;ll show you how to know what you&apos;relooking at to see when your disk queues are too high.  This tutorial doesn&apos;t go into how to fix the problem really, it&apos;s more just how to diagnose it.</itunes:summary>
            <itunes:duration>9:43</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Performance</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>BCP With Hyperbac</title>
            <description>Here I show you how to automatically compress BCP operations with Hyperbac.  It&apos;s just a cool bonus you get when you do you database backups with this utility.</description>
            <link>http://www.midnightdba.com/Podcast/HyperbacBCP.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Backup</category>
            <enclosure url="http://www.midnightdba.com/Podcast/HyperbacBCP.mp4" length="12760064" type="video/mp4"/>
            <guid isPermaLink="false">ea20894c-f7ae-4e16-8706-0bcc13e06e37</guid>
            <pubDate>Thu, 18 Jun 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>BCP With Hyperbac</itunes:subtitle>
            <itunes:summary>Here I show you how to automatically compress BCP operations with Hyperbac.  It&apos;s just a cool bonus you get when you do you database backups with this utility.</itunes:summary>
            <itunes:duration>9:57</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Backup</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Backup with Init</title>
            <description>In this video I discuss the init option for the backup command.  You&apos;ll come away knowing how to use it and what it&apos;s for.</description>
            <link>http://www.midnightdba.com/Podcast/BackupwithInit.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Backup</category>
            <enclosure url="http://www.midnightdba.com/Podcast/BackupwithInit.mp4" length="5280768" type="video/mp4"/>
            <guid isPermaLink="false">a860b10a-c86f-4402-9699-97f17b141aee</guid>
            <pubDate>Sat, 20 Jun 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Backup with Init</itunes:subtitle>
            <itunes:summary>In this video I discuss the init option for the backup command.  You&apos;ll come away knowing how to use it and what it&apos;s for.</itunes:summary>
            <itunes:duration>6:39</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Backup</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Keeping your Sanity when out of Work: Part 1</title>
            <description>Here we&apos;re discussing some ways of keeping your sanity and your confidence when you&apos;re out of a job so you can ensure you get that next gig that comes along.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightKeepSanityWhenOutOfWork1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightKeepSanityWhenOutOfWork1of2.m4v" length="118508544" type="video/x-m4v"/>
            <guid isPermaLink="false">91c9913e-7936-4f2f-a3cd-97f46cce0405</guid>
            <pubDate>Tue, 8 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Keeping your Sanity when out of Work: Part 1</itunes:subtitle>
            <itunes:summary>Here we&apos;re discussing some ways of keeping your sanity and your confidence when you&apos;re out of a job so you can ensure you get that next gig that comes along.</itunes:summary>
            <itunes:duration>16:50</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Keeping your Sanity when out of Work: Part 2</title>
            <description>We&apos;re continuing the discussion of keeping your sanity while out of work.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightKeepSanityWhenOutOfWork2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightKeepSanityWhenOutOfWork2of2.m4v" length="200489984" type="video/x-m4v"/>
            <guid isPermaLink="false">b3ebc7cc-b46e-431a-96af-778cf87d1381</guid>
            <pubDate>Tue, 8 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Keeping your Sanity when out of Work: Part 2</itunes:subtitle>
            <itunes:summary>We&apos;re continuing the discussion of keeping your sanity while out of work.</itunes:summary>
            <itunes:duration>15:13</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Good Interview StI&apos;ll Don&apos;t Get the Job: Part 1</title>
            <description>Hey guys... here we kick off a discussion about some reasons why you may stI&apos;ll not get the job even though you had an excellent interview.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightGoodInterviewStillDontGetTheJob1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightGoodInterviewStillDontGetTheJob1of2.m4v" length="92833792" type="video/x-m4v"/>
            <guid isPermaLink="false">9c2ad895-7fbf-4cc7-bbed-edaeb2fbabb6</guid>
            <pubDate>Tue, 8 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Good Interview StI&apos;ll Don&apos;t Get the Job: Part 1</itunes:subtitle>
            <itunes:summary>Hey guys... here we kick off a discussion about some reasons why you may stI&apos;ll not get the job even though you had an excellent interview.</itunes:summary>
            <itunes:duration>13:23</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Good Interview StI&apos;ll Don&apos;t Get the Job: Part 2</title>
            <description>OK, we&apos;re just continuing our discussion of having an excellent interview.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightGoodInterviewStillDontGetTheJob2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightGoodInterviewStillDontGetTheJob2of2.m4v" length="96204800" type="video/x-m4v"/>
            <guid isPermaLink="false">177fa3dd-dea5-4d11-a3c8-78c7aa425907</guid>
            <pubDate>Tue, 8 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Good Interview StI&apos;ll Don&apos;t Get the Job: Part 2</itunes:subtitle>
            <itunes:summary>OK, we&apos;re just continuing our discussion of having an excellent interview.</itunes:summary>
            <itunes:duration>14:04</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>DBAs@Midnight: Managing Tasks 1 of 2</title>
            <description>This one was rather fun because it was another one of those nights when were were both rather punchy.  HOwever, amidst all the messing around and

backtracking we did manage to talk about something.  We talked about managing tasks, moving schema, and give a brief intro to project Madison.

I&apos;m sure there&apos;s some other stuff in there too but I can&apos;t remember everything. Oh yeah, we even touch on SQL upgrade too.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightManagingTasks1of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightManagingTasks1of2.m4v" length="69196800" type="video/x-m4v"/>
            <guid isPermaLink="false">8d919844-f01e-490d-97be-44340beb266e</guid>
            <pubDate>Sat, 26 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>DBAs@Midnight: Managing Tasks 1 of 2</itunes:subtitle>
            <itunes:summary>This one was rather fun because it was another one of those nights when were were both rather punchy.  HOwever, amidst all the messing around and

backtracking we did manage to talk about something.  We talked about managing tasks, moving schema, and give a brief intro to project Madison.

I&apos;m sure there&apos;s some other stuff in there too but I can&apos;t remember everything. Oh yeah, we even touch on SQL upgrade too.</itunes:summary>
            <itunes:duration>16:25</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>DBAs@Midnight: Managing Tasks 2 of 2</title>
            <description>Here&apos;s the exciting conclusion to the 1st one.</description>
            <link>http://www.midnightdba.com/Podcast/DBAsAtMidnightManagingTasks2of2.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DBAsAtMidnightManagingTasks2of2.m4v" length="86909952" type="video/x-m4v"/>
            <guid isPermaLink="false">8fcd72e3-677e-4752-b767-d3422128745d</guid>
            <pubDate>Sat, 26 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>DBAs@Midnight: Managing Tasks 2 of 2</itunes:subtitle>
            <itunes:summary>Here&apos;s the exciting conclusion to the 1st one.</itunes:summary>
            <itunes:duration>23:29</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Add User to Windows Group with Powershell</title>
            <description>I love this video because it&apos;s so unusual to find something like it in the DBA community.  We&apos;re quite often called on to do things outside of our direct job descriptions and this is something I have to do a lot.  So I&apos;m showing you how to add a user to a Windows group so you don&apos;t have to TS into a lot of boxes to add someone.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellAddUserToWindowsGroup.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellAddUserToWindowsGroup.m4v" length="15167488" type="video/x-m4v"/>
            <guid isPermaLink="false">1bf7a85f-5ccb-490d-b332-f25de7d826f5</guid>
            <pubDate>Mon, 14 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Add User to Windows Group with Powershell</itunes:subtitle>
            <itunes:summary>I love this video because it&apos;s so unusual to find something like it in the DBA community.  We&apos;re quite often called on to do things outside of our direct job descriptions and this is something I have to do a lot.  So I&apos;m showing you how to add a user to a Windows group so you don&apos;t have to TS into a lot of boxes to add someone.</itunes:summary>
            <itunes:duration>13:11</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Fix SSIS Pkg Import Errors</title>
            <description>This is a live troubleshooting video.  I had an error importing an SSIS pkg so I turned on the camera and worked the issue live for you.  A couple of the symptoms are not being able to copy tasks inside Visual Studio and getting an error about not being able to serialize the runtime object.  This is one of those cases where at least being exposed to the types of things that can go wrong wI&apos;ll help you come up with a solution even when you&apos;ve never seen a specific error.</description>
            <link>http://www.midnightdba.com/Podcast/TshootSSISPkgImportError.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TshootSSISPkgImportError.m4v" length="10772480" type="video/x-m4v"/>
            <guid isPermaLink="false">f653c061-de4b-4e4e-90c9-9922714ea52a</guid>
            <pubDate>Mon, 14 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Fix SSIS Pkg Import Errors</itunes:subtitle>
            <itunes:summary>This is a live troubleshooting video.  I had an error importing an SSIS pkg so I turned on the camera and worked the issue live for you.  A couple of the symptoms are not being able to copy tasks inside Visual Studio and getting an error about not being able to serialize the runtime object.  This is one of those cases where at least being exposed to the types of things that can go wrong wI&apos;ll help you come up with a solution even when you&apos;ve never seen a specific error.</itunes:summary>
            <itunes:duration>4:56</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Get a Specific Method in Powershell</title>
            <description>Sometimes the list of properties and methods is too big to sift through when you do a get-member on an object.  Here I&apos;ll show you how to cut down the list to a more manageable size so you can find exactly what you&apos;re looking for.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellGetSpecificMethod.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellGetSpecificMethod.m4v" length="17222656" type="video/x-m4v"/>
            <guid isPermaLink="false">82ee01df-059a-4b65-8c0d-150d603c40e6</guid>
            <pubDate>Sun, 13 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Get a Specific Method in Powershell</itunes:subtitle>
            <itunes:summary>Sometimes the list of properties and methods is too big to sift through when you do a get-member on an object.  Here I&apos;ll show you how to cut down the list to a more manageable size so you can find exactly what you&apos;re looking for.</itunes:summary>
            <itunes:duration>3:37</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Change DB Compatibility Level in Powershell</title>
            <description>Here I show you 2 easy ways to change the DB compatibility level in powershell.  Otherwise you have to use a T-SQL cursor and that&apos;s not only much harder, it&apos;s just no fun.  Trust me... use powershell for stuff like this and you&apos;ll be much happier.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellChangeDBCompatLevel.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellChangeDBCompatLevel.m4v" length="25930752" type="video/x-m4v"/>
            <guid isPermaLink="false">ce9c12e7-2231-4b98-b3a0-b872d93d67d0</guid>
            <pubDate>Sun, 13 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Change DB Compatibility Level in Powershell</itunes:subtitle>
            <itunes:summary>Here I show you 2 easy ways to change the DB compatibility level in powershell.  Otherwise you have to use a T-SQL cursor and that&apos;s not only much harder, it&apos;s just no fun.  Trust me... use powershell for stuff like this and you&apos;ll be much happier.</itunes:summary>
            <itunes:duration>6:02</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>TSQL: Grouping Basics</title>
            <description>Here&apos;s a ground level intro to grouping, with a lovely 80s arcade theme.  This is a reshoot of the original Grouping Basics video (now retired).</description>
            <link>http://www.midnightdba.com/Podcast/TSQL_GroupingBasics.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TSQL_GroupingBasics.m4v" length="25413632" type="video/x-m4v"/>
            <guid isPermaLink="false">3503c86c-1ef7-41b0-9b44-7b82b83d4f92</guid>
            <pubDate>Mon, 7 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>TSQL: Grouping Basics</itunes:subtitle>
            <itunes:summary>Here&apos;s a ground level intro to grouping, with a lovely 80s arcade theme.  This is a reshoot of the original Grouping Basics video (now retired).</itunes:summary>
            <itunes:duration>10:01</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Setup Server-Side Trace</title>
            <description>server side traces, the benefits, and how to set up, edit, run, and stop a server side trace.</description>
            <link>http://www.midnightdba.com/Podcast/SetupServerSideTrace.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SetupServerSideTrace.m4v" length="45986816" type="video/x-m4v"/>
            <guid isPermaLink="false">e5248a8f-07af-4ee9-a430-fe2752b91cb5</guid>
            <pubDate>Thu, 3 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Setup Server-Side Trace</itunes:subtitle>
            <itunes:summary>server side traces, the benefits, and how to set up, edit, run, and stop a server side trace.</itunes:summary>
            <itunes:duration>13:45</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Write Good Dynamic SQL</title>
            <description>Here I show you a couple methods for getting around really hard to read dynamic SQL.</description>
            <link>http://www.midnightdba.com/Podcast/DynamicSQLwithVars.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, T-SQL</category>
            <enclosure url="http://www.midnightdba.com/Podcast/DynamicSQLwithVars.mp4" length="38360064" type="video/mp4"/>
            <guid isPermaLink="false">68f3839a-9cfe-4934-bec7-13ae0a34707b</guid>
            <pubDate>Thu, 20 Aug 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Write Good Dynamic SQL</itunes:subtitle>
            <itunes:summary>Here I show you a couple methods for getting around really hard to read dynamic SQL.</itunes:summary>
            <itunes:duration>14:44</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Compression Basics</title>
            <description>I&apos;m going over the basics of how to implement data compression here.  I&apos;m not really touching on where and why you�d want to do it, but how to once you�ve made the decision.</description>
            <link>http://www.midnightdba.com/Podcast/CompressionBasics.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin</category>
            <enclosure url="http://www.midnightdba.com/Podcast/CompressionBasics.mp4" length="21269504" type="video/mp4"/>
            <guid isPermaLink="false">d5a875a0-e436-4db5-b311-97c33d5560c7</guid>
            <pubDate>Tue, 10 Mar 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Compression Basics</itunes:subtitle>
            <itunes:summary>I&apos;m going over the basics of how to implement data compression here.  I&apos;m not really touching on where and why you�d want to do it, but how to once you�ve made the decision.</itunes:summary>
            <itunes:duration>12:23</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Source Control in SSMS</title>
            <description>Here I show you how to setup source control in SSMS and who should and shouldn&apos;t use it.</description>
            <link>http://www.midnightdba.com/Podcast/SSMSSourceControl.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SSMSSourceControl.m4v" length="23665664" type="video/x-m4v"/>
            <guid isPermaLink="false">b78dcc1a-c49f-4c29-907b-d9d8e6dbb3af</guid>
            <pubDate>Thu, 3 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Source Control in SSMS</itunes:subtitle>
            <itunes:summary>Here I show you how to setup source control in SSMS and who should and shouldn&apos;t use it.</itunes:summary>
            <itunes:duration>14:26</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Grouping Sets</title>
            <description>Here Jen and I go over grouping sets the only way we can. I hope you guys enjoy us late at night.</description>
            <link>http://www.midnightdba.com/Podcast/TSQLGroupingSets.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TSQLGroupingSets.m4v" length="49537024" type="video/x-m4v"/>
            <guid isPermaLink="false">1cf685e9-ad9f-41bd-b2c4-2b3cfe140e7c</guid>
            <pubDate>Thu, 20 Aug 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Grouping Sets</itunes:subtitle>
            <itunes:summary>Here Jen and I go over grouping sets the only way we can. I hope you guys enjoy us late at night.</itunes:summary>
            <itunes:duration>17:32</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>T-SQL: Over() and Partition By</title>
            <description>Show how to use OVER and PARTITION BY to get groups of data with aggregation.</description>
            <link>http://www.midnightdba.com/Podcast/TSQLOverPartitionBy.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TSQLOverPartitionBy.m4v" length="8130560" type="video/x-m4v"/>
            <guid isPermaLink="false">3156c482-b133-4086-aa89-0932b52d708e</guid>
            <pubDate>Wed, 19 Aug 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>T-SQL: Over() and Partition By</itunes:subtitle>
            <itunes:summary>Show how to use OVER and PARTITION BY to get groups of data with aggregation.</itunes:summary>
            <itunes:duration>4:16</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Troubleshoot SSIS: &quot;Script component cannot build user component&quot;</title>
            <description>Here we show you how to tshoot a specific error in SSIS.</description>
            <link>http://www.midnightdba.com/Podcast/TshootSSISScriptComponentCannotBuildUserComponent.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TshootSSISScriptComponentCannotBuildUserComponent.m4v" length="9051136" type="video/x-m4v"/>
            <guid isPermaLink="false">175bfc7d-10ec-41f8-8031-f3245508f48f</guid>
            <pubDate>Mon, 10 Aug 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Troubleshoot SSIS: &quot;Script component cannot build user component&quot;</itunes:subtitle>
            <itunes:summary>Here we show you how to tshoot a specific error in SSIS.</itunes:summary>
            <itunes:duration>2:57</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>BCP in errors</title>
            <description>Learn how to diagnose BCP import problems.</description>
            <link>http://www.midnightdba.com/Podcast/BCPinErrors.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Backup</category>
            <enclosure url="http://www.midnightdba.com/Podcast/BCPinErrors.mp4" length="18232320" type="video/mp4"/>
            <guid isPermaLink="false">ff7a211f-9fb4-480f-afcf-5c2159f32eb6</guid>
            <pubDate>Thu, 16 Apr 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>BCP in errors</itunes:subtitle>
            <itunes:summary>Learn how to diagnose BCP import problems.</itunes:summary>
            <itunes:duration>17:48</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>BCP in</title>
            <description>Learn how to BCP data into a table.</description>
            <link>http://www.midnightdba.com/Podcast/BCPin.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Backup</category>
            <enclosure url="http://www.midnightdba.com/Podcast/BCPin.mp4" length="4153344" type="video/mp4"/>
            <guid isPermaLink="false">091bcacd-361b-48a7-9810-45f197d5aa17</guid>
            <pubDate>Tue, 14 Apr 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>BCP in</itunes:subtitle>
            <itunes:summary>Learn how to BCP data into a table.</itunes:summary>
            <itunes:duration>5:15</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Basic  Backup</title>
            <description>Learn how to perform basic backups with SQL syntax.</description>
            <link>http://www.midnightdba.com/Podcast/BasicBackup.mp4</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Backups</category>
            <enclosure url="http://www.midnightdba.com/Podcast/BasicBackup.mp4" length="3760128" type="video/mp4"/>
            <guid isPermaLink="false">4d754f59-6fa9-47e6-9b84-44b8681aacda</guid>
            <pubDate>Thu, 19 Mar 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Basic  Backup</itunes:subtitle>
            <itunes:summary>Learn how to perform basic backups with SQL syntax.</itunes:summary>
            <itunes:duration>4:05</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>T-SQL: Find Last Day of Month</title>
            <description>Follow Jen as she steps you through 3 progressively elegant solutions for finding the last day of the month.</description>
            <link>http://www.midnightdba.com/Podcast/TSQLFindLastDayOfMonthQuery.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/TSQLFindLastDayOfMonthQuery.m4v" length="45720576" type="video/x-m4v"/>
            <guid isPermaLink="false">55e3ed45-6f8e-4c53-babb-476da2b3b020</guid>
            <pubDate>Sun, 9 Aug 2009 13:34:03 -0600</pubDate>
            <itunes:subtitle>T-SQL: Find Last Day of Month</itunes:subtitle>
            <itunes:summary>Follow Jen as she steps you through 3 progressively elegant solutions for finding the last day of the month.</itunes:summary>
            <itunes:duration>4:16</itunes:duration>
            <itunes:author>Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Deploy Packages</title>
            <description>Jen and I sit up very late one night and discuss how do deploy SSIS packages.  If you don�t know anything at all about deploying packages or just want to learn a couple tricks, then you�ll love this.  Plus we�re tired enough to goof around a bit.</description>
            <link>http://www.midnightdba.com/Podcast/SSISDeployPackages.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SSISDeployPackages.m4v" length="46304256" type="video/x-m4v"/>
            <guid isPermaLink="false">a057ea70-38b2-4657-9a9e-48cb2d07d9a7</guid>
            <pubDate>Sun, 9 Aug 2009 13:33:33 -0600</pubDate>
            <itunes:subtitle>Deploy Packages</itunes:subtitle>
            <itunes:summary>Jen and I sit up very late one night and discuss how do deploy SSIS packages.  If you don�t know anything at all about deploying packages or just want to learn a couple tricks, then you�ll love this.  Plus we�re tired enough to goof around a bit.</itunes:summary>
            <itunes:duration>30:21</itunes:duration>
            <itunes:author>Sean McCown and Jennifer McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Build .Net Objects in Powershell</title>
            <description>I just love the topic of this video.  Here we show you how to create .NET code with powershell.  While we create an .aspx page, you can build any type of .Net object dynamically. Use this process freely because it&apos;s just cool and easy and useful and full of awesome!</description>
            <link>http://www.midnightdba.com/Podcast/PowershellBuildDotNetObjects.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellBuildDotNetObjects.m4v" length="27676672" type="video/x-m4v"/>
            <guid isPermaLink="false">33d5fc6a-ccc9-4837-b95f-7d621873ed28</guid>
            <pubDate>Tue, 8 Sep 2009 00:00:00 -0600</pubDate>
            <itunes:subtitle>Build .Net Objects in Powershell</itunes:subtitle>
            <itunes:summary>I just love the topic of this video.  Here we show you how to create .NET code with powershell.  While we create an .aspx page, you can build any type of .Net object dynamically. Use this process freely because it&apos;s just cool and easy and useful and full of awesome!</itunes:summary>
            <itunes:duration>14:04</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Scripting DB Objects in Powershell (Advanced Topics)</title>
            <description>Here I get past the basics of using the Script() method and take you to how to recreate some of the scripts you can create in SSMS by instantiating a scriptingOptions object and passing it to the method.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellScriptDBObjectsWithOptions.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellScriptDBObjectsWithOptions.m4v" length="37579776" type="video/x-m4v"/>
            <guid isPermaLink="false">16840758-5E25-4670-ABED-42C5CA8067B4</guid>
            <pubDate>Mon, 1 Dec 2008 10:31:46 -0600</pubDate>
            <itunes:subtitle>Scripting DB Objects in Powershell (Advanced Topics)</itunes:subtitle>
            <itunes:summary>Here I get past the basics of using the Script() method and take you to how to recreate some of the scripts you can create in SSMS by instantiating a scriptingOptions object and passing it to the method.</itunes:summary>
            <itunes:duration>19:55</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Scripting DB Objects in PowerShell</title>
            <description>Continuing with PowerShell I thought I�d show you something really cool you can do that would make a difference in your shop right away. 



So here I&apos;m showing you how to script your tables, etc in PowerShell so you can automate them and add them to your processes.  This is an excellent example of



how cool and useful this scripting language is.  I hope it makes you as excited about PowerShell as it does me.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellScriptDBObjects.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellScriptDBObjects.m4v" length="88126464" type="video/x-m4v"/>
            <guid isPermaLink="false">C81652CA-6232-4609-8DCD-705C3583E716</guid>
            <pubDate>Sun, 23 Nov 2008 23:13:46 -0600</pubDate>
            <itunes:subtitle>Scripting DB Objects in PowerShell</itunes:subtitle>
            <itunes:summary>Continuing with PowerShell I thought I�d show you something really cool you can do that would make a difference in your shop right away. 



So here I&apos;m showing you how to script your tables, etc in PowerShell so you can automate them and add them to your processes.  This is an excellent example of



how cool and useful this scripting language is.  I hope it makes you as excited about PowerShell as it does me.</itunes:summary>
            <itunes:duration>21:44</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Runas Magic</title>
            <description>This is a really good video on how to use the RunAs utility in windows.  There are several scenarios when a DBA/Dev may need to logon to a program with separate credentials and this takes you a good way to getting there.  The process is simple, but it comes with some caveats.  I don�t even come close to discussing the whole topic here but like I said, it&apos;s an excellent start that takes you past the basics of the right-click.</description>
            <link>http://www.midnightdba.com/Podcast/RunasMagic.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin</category>
            <enclosure url="http://www.midnightdba.com/Podcast/RunasMagic.m4v" length="44133376" type="video/x-m4v"/>
            <guid isPermaLink="false">6DE38261-D2DE-4557-870A-7B17605C1694</guid>
            <pubDate>Mon, 17 Nov 2008 09:17:41 -0600</pubDate>
            <itunes:subtitle>Runas Magic</itunes:subtitle>
            <itunes:summary>This is a really good video on how to use the RunAs utility in windows.  There are several scenarios when a DBA/Dev may need to logon to a program with separate credentials and this takes you a good way to getting there.  The process is simple, but it comes with some caveats.  I don�t even come close to discussing the whole topic here but like I said, it&apos;s an excellent start that takes you past the basics of the right-click.</itunes:summary>
            <itunes:duration>23:58</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Compression Basics</title>
            <description>I&apos;m going over the basics of how to implement data compression here.  I&apos;m not really touching on where and why you�d want to do it, but how to once you�ve made the decision.</description>
            <link>http://www.midnightdba.com/Podcast/CompressionBasics.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, Scripting</category>
            <enclosure url="http://www.midnightdba.com/Podcast/CompressionBasics.m4v" length="23367680" type="video/x-m4v"/>
            <guid isPermaLink="false">1E450E66-74E1-40AA-A93B-E0213BB098A5</guid>
            <pubDate>Sat, 15 Nov 2008 22:05:55 -0600</pubDate>
            <itunes:subtitle>Compression Basics</itunes:subtitle>
            <itunes:summary>I&apos;m going over the basics of how to implement data compression here.  I&apos;m not really touching on where and why you�d want to do it, but how to once you�ve made the decision.</itunes:summary>
            <itunes:duration>12:23</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Admin, Scripting</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Powershell Profiles</title>
            <description>Here I finally address how to connect to SQL Server from powershell proper by adding the SQL Server snapins.  Then I show you how to add them to your profile so you don�t have to add them manually every time you start powershell.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellProfiles.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Dev, Scripting, Powershell</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellProfiles.m4v" length="14791680" type="video/x-m4v"/>
            <guid isPermaLink="false">37E1CF3C-27E3-4D25-86E7-3D0AB0C76B94</guid>
            <pubDate>Tue, 4 Nov 2008 09:04:20 -0600</pubDate>
            <itunes:subtitle>Powershell Profiles</itunes:subtitle>
            <itunes:summary>Here I finally address how to connect to SQL Server from powershell proper by adding the SQL Server snapins.  Then I show you how to add them to your profile so you don�t have to add them manually every time you start powershell.</itunes:summary>
            <itunes:duration>8:15</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Dev, Scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>HTML Styles: Part 1</title>
            <description>Here I continue with the HTML basics video by showing you a better way to do styles.  I hinted about this in the basics video so I decided to go ahead and do it.  I&apos;ll show you the ultimate way to do styles in the next one.  All methods have their uses and we�ll get into that sometime too.  For now though, just enjoy learning header styles.</description>
            <link>http://www.midnightdba.com/Podcast/HTMLStyles1.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Dev, HTML</category>
            <enclosure url="http://www.midnightdba.com/Podcast/HTMLStyles1.m4v" length="30120960" type="video/x-m4v"/>
            <guid isPermaLink="false">4B510769-489D-4613-9845-6A55BF4E3727</guid>
            <pubDate>Tue, 28 Oct 2008 12:41:24 -0500</pubDate>
            <itunes:subtitle>HTML Styles: Part 1</itunes:subtitle>
            <itunes:summary>Here I continue with the HTML basics video by showing you a better way to do styles.  I hinted about this in the basics video so I decided to go ahead and do it.  I&apos;ll show you the ultimate way to do styles in the next one.  All methods have their uses and we�ll get into that sometime too.  For now though, just enjoy learning header styles.</itunes:summary>
            <itunes:duration>16:19</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Dev, HTML</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Basic HTML for DBAs</title>
            <description>After my last video I got some emails saying that not all DBAs already know HTML.  So I decided to teach some basic HTML



that DBAs can use in their daily jobs.  So if you&apos;rea DBA and you�ve always wanted to tackle HTML, don&apos;t worry... it&apos;s easier than it sounds.</description>
            <link>http://www.midnightdba.com/Podcast/HTMLBasics.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Dev, HTML</category>
            <enclosure url="http://www.midnightdba.com/Podcast/HTMLBasics.m4v" length="48374784" type="video/x-m4v"/>
            <guid isPermaLink="false">D9254B8B-6EF4-4EB7-BE4C-69924EA90ED9</guid>
            <pubDate>Tue, 21 Oct 2008 09:40:33 -0500</pubDate>
            <itunes:subtitle>Basic HTML for DBAs</itunes:subtitle>
            <itunes:summary>After my last video I got some emails saying that not all DBAs already know HTML.  So I decided to teach some basic HTML



that DBAs can use in their daily jobs.  So if you&apos;rea DBA and you�ve always wanted to tackle HTML, don&apos;t worry... it&apos;s easier than it sounds.</itunes:summary>
            <itunes:duration>35:35</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>Dev, HTML</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Building a Powershell BCP Routine</title>
            <description>Here I show you how to build a script that wI&apos;ll BCP an entire group of tables and even log the progress.  You can make the routine as simple or as rich as you like.  These are the building blocks of such a process and wI&apos;ll take you far in your endeavors.  There are several techniques taught in this video so pay attention to the details and you�ll come away with a richer knowledge of powershell.</description>
            <link>http://www.midnightdba.com/Podcast/PowershellBCPOUT.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin, powershell, scripting</category>
            <enclosure url="http://www.midnightdba.com/Podcast/PowershellBCPOUT.m4v" length="49379328" type="video/x-m4v"/>
            <guid isPermaLink="false">B45464A0-223B-4520-837A-A2D9C2144E4E</guid>
            <pubDate>Tue, 14 Oct 2008 14:19:03 -0500</pubDate>
            <itunes:subtitle>Building a Powershell BCP Routine</itunes:subtitle>
            <itunes:summary>Here I show you how to build a script that wI&apos;ll BCP an entire group of tables and even log the progress.  You can make the routine as simple or as rich as you like.  These are the building blocks of such a process and wI&apos;ll take you far in your endeavors.  There are several techniques taught in this video so pay attention to the details and you�ll come away with a richer knowledge of powershell.</itunes:summary>
            <itunes:duration>31:21</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>SQL Server, admin, scripting, Powershell</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>When did SQL Server Start?</title>
            <description>Find out 2 ways to tell when SQL Server started.</description>
            <link>http://www.midnightdba.com/Podcast/WhenDidSQLStart.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Admin</category>
            <enclosure url="http://www.midnightdba.com/Podcast/WhenDidSQLStart.m4v" length="15401984" type="video/x-m4v"/>
            <guid isPermaLink="false">ED5C8699-49DE-49EF-AC03-16E3BF3FB8C0</guid>
            <pubDate>Tue, 7 Oct 2008 22:05:11 -0500</pubDate>
            <itunes:subtitle>When did SQL Server Start?</itunes:subtitle>
            <itunes:summary>Find out 2 ways to tell when SQL Server started.</itunes:summary>
            <itunes:duration>7:21</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>SQL Server, admin</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
        <item>
            <title>Sending HTML SQL Emails</title>
            <description>I&apos;m actually excited to be able to bring you this video because this is a topic that comes up quite often in DBA circles.  The topic is how do you format a nice HTML email that you send through SQL.  Being able to return a query as the body of an email comes in handy all over the place.  I really hope you guys get as much out of this as I do.</description>
            <link>http://www.midnightdba.com/Podcast/SPHTMLEmail.m4v</link>
            <author>ko@kenposecrets.com (Sean McCown)</author>
            <category domain="">Dev, stored procedure, HTML</category>
            <enclosure url="http://www.midnightdba.com/Podcast/SPHTMLEmail.m4v" length="67661824" type="video/x-m4v"/>
            <guid isPermaLink="false">4BE4DCB7-7530-4348-B823-EF1A9D55313A</guid>
            <pubDate>Sat, 4 Oct 2008 10:51:30 -0500</pubDate>
            <itunes:subtitle>Sending HTML SQL Emails</itunes:subtitle>
            <itunes:summary>I&apos;m actually excited to be able to bring you this video because this is a topic that comes up quite often in DBA circles.  The topic is how do you format a nice HTML email that you send through SQL.  Being able to return a query as the body of an email comes in handy all over the place.  I really hope you guys get as much out of this as I do.</itunes:summary>
            <itunes:duration>39:42</itunes:duration>
            <itunes:author>Sean McCown</itunes:author>
            <itunes:keywords>SQL Server, dev, HTML, email, stored procedure, T-SQL</itunes:keywords>
            <itunes:explicit>no</itunes:explicit>
            <itunes:block>no</itunes:block>
        </item>
    </channel>
</rss>

