<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
      <title>Main mrdenny RSS for Feed Burner</title>
      <description>Pipes Output</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=2ac34ca7e9b56eeb17a0f8d40e26db3f</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=2ac34ca7e9b56eeb17a0f8d40e26db3f&amp;_render=rss&amp;page=2"/>
      <pubDate>Thu, 01 Oct 2015 23:10:50 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <item>
         <title>SQL PASS Summit 2015 Discount Code</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/sql-pass-summit-2015-discount-code/</link>
         <description>Are you looking to register for the SQL PASS Summit and you haven&amp;#8217;t already done so?  Would you like to save $150 off the current registration price?  Would you like to save that $150 with no strings attached? Have I got a deal for you.  Simply use the discount code EXSP150 when you register for the...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4994</guid>
         <pubDate>Thu, 01 Oct 2015 13:08:47 +0000</pubDate>
         <content:encoded><![CDATA[<p>Are you looking to <a rel="nofollow" target="_blank" href="http://www.sqlpass.org/summit/2015/RegisterNow.aspx">register </a>for the SQL PASS Summit and you haven&#8217;t already done so?  Would you like to save $150 off the current registration price?  Would you like to save that $150 with no strings attached?</p>
<p>Have I got a deal for you.  Simply use the discount code <strong>EXSP150</strong> when you <a rel="nofollow" target="_blank" href="http://www.sqlpass.org/summit/2015/RegisterNow.aspx">register </a>for the PASS Summit and you&#8217;ll save $150.</p>
<p>That&#8217;s it.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_sql-pass-summit-2015-discount-code"><img src="http://dcac.co/ad/primary_image/itke_sql-pass-summit-2015-discount-code"></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Upgrading a SQL FCI to Premium Storage in Azure Without Downtime</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/upgrading-a-sql-fci-to-premium-storage-in-azure-without-downtime/</link>
         <description>Recently I was asked by a client to upgrade their SQL Server Failover Cluster from standard storage to Azure premium storage with as little downtime as possible. Due to the fact that the SQL Server instance was clustered already this was actually a pretty straight forward process. The first step was to figure out which...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4978</guid>
         <pubDate>Wed, 30 Sep 2015 18:00:26 +0000</pubDate>
         <content:encoded><![CDATA[<p>Recently I was asked by a client to upgrade their SQL Server Failover Cluster from standard storage to Azure premium storage with as little downtime as possible.  Due to the fact that the SQL Server instance was clustered already this was actually a pretty straight forward process.</p>
<p>The first step was to figure out which node of the cluster was running as the active node, so we could start with the passive node.  The next step was the tell cluster to not allow failovers of the SQL Cluster.  Next we opened the SIOS Data Keeper Cluster Edition GUI and break the mirror for the disks that we are going to upgrade.  Then I logged into the Azure portal and converted the VM from a G2 into a GS2 so that premium disks could be attached.  After the VM restarted (don&#8217;t forget, this is the passive node so there&#8217;s no outage for the restart) the disks are removed from the VM and the new disks are added.  The new disks were added via PowerShell like this:</p>
<p>get-AzureVM -name ServerName | add-AzureDataDisk -CreateNew -DiskSizeInGb 1023 -DiskLabel ServerName-T http://Something.blob.core.windows.net/vhds/ServerName-t.vhd&#8221; | update-AzureVM</p>
<p>After the disks are all added, they are formatted and given the correct drive letters.</p>
<p>Next SIOS Data Keeper Cluster Edition is told to restart the mirror.  This forces it to do a full sync as there&#8217;s no data on the old drives.  This takes forever as we are limited to reading data from the disk at the speed of the old standard disks (500 IOPs).  Once it&#8217;s done (in this case there was about 200 Gigs of data to replicate across three disks) the cluster can be failed over (this is the only outage in the process).</p>
<p>We can now upgrade the second VM to support premium storage, then change out the disks and restart the replication again.  It&#8217;s a long process but it works, and there&#8217;s just a single outage to the process.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_upgrading-a-sql-fci-to-premium-storage-in-azure-without-downtime"><img src="http://dcac.co/ad/primary_image/itke_upgrading-a-sql-fci-to-premium-storage-in-azure-without-downtime"></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Recommended reading from mrdenny for September 25, 2015</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/recommended-reading-from-mrdenny-for-september-25-2015/</link>
         <description>This week I’ve found some great things for you to read. These are a few of my favorites that I’ve found this week. Using Microsoft DiskSpd to Test Your Storage Subsystem DBTA &amp;#8211; StretchDB, a Cool New Feature in vNext SQL Server The Case Of The Auto-Truncating Table Updating Your Data Strategy Requires a Shift...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4990</guid>
         <pubDate>Fri, 25 Sep 2015 17:00:33 +0000</pubDate>
         <content:encoded><![CDATA[<p>This week I’ve found some great things for you to read. These are a few of my favorites that I’ve found this week.</p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1Ne3at4">Using Microsoft DiskSpd to Test Your Storage Subsystem</a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1DNJFWB">DBTA &#8211; StretchDB, a Cool New Feature in vNext SQL Server</a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1J6Nia6">The Case Of The Auto-Truncating Table</a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1PnKmqw">Updating Your Data Strategy Requires a Shift in Thinking </a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1IOFE0q">Study Finds that CIOs Vastly Underestimate Shadow IT</a></p>
<p>&nbsp;</p>
<p>Hopefully you find these articles as useful as I did.</p>
<p>Don’t forget to follow me on Twitter where my username is @mrdenny.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_recommended-reading-from-mrdenny-for-september-25-2015"><img src="http://dcac.co/ad/primary_image/itke_recommended-reading-from-mrdenny-for-september-25-2015"></a></p>]]></content:encoded>
         <category>SQL Server</category>
      </item>
      <item>
         <title>PASS Summit 2015 1st Timers Webcast Recording</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/pass-summit-2015-1st-timers-webcast-recording/</link>
         <description>This year&amp;#8217;s PASS Summit 1st Timers webcast recording didn&amp;#8217;t happen as planned. And sadly my voice is currently gone so I&amp;#8217;m not able to record a new one in the few days that I&amp;#8217;m at home. So because of that I&amp;#8217;m reposting a link to last years video (which is mostly the same as this...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4981</guid>
         <pubDate>Thu, 17 Sep 2015 22:59:27 +0000</pubDate>
         <content:encoded><![CDATA[<p>This year&#8217;s PASS Summit 1st Timers webcast recording didn&#8217;t happen as planned. And sadly my voice is currently gone so I&#8217;m not able to record a new one in the few days that I&#8217;m at home. So because of that I&#8217;m reposting a link to last years video (which is mostly the same as this years) and you&#8217;ll find the updated information below. So without further delay here is your <a rel="nofollow" target="_blank" href="http://discover.us.sios.com/video-play-webinar-pass-summit-2014-first-timers-session.html">PASS Summit <del datetime="2015-09-17T22:36:38+00:00">2015</del> 2014 1st Timers video</a>. Last years video was kindly sponsored by SIOS, so they are sponsoring this years video as well. <img src="http://itknowledgeexchange.techtarget.com/sql-server/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height:1em;max-height:1em;"/></p>
<p>The differences between this year and past year are:</p>
<ul>
<li>This is 2015 not 2014</li>
<li>My SQL Karaoke party is on Tuesday October 27th, 2015</li>
<li>The URL to register for the party is <a rel="nofollow" target="_blank" href="http://www.dcac.co/go/2015-party">http://www.dcac.co/go/2015-party</a>, and this years party is being sponsored by SIOS just like last year</li>
<li>The URL to register for Argenis Without Borders is <a rel="nofollow" target="_blank" href="http://events.doctorswithoutborders.org/index.cfm?fuseaction=donorDrive.personalCampaign&amp;participantID=3260">here</a></li>
<li>The URL to register for PASS Summit 2015 Speaker Idol can be <a rel="nofollow" target="_blank" href="https://docs.google.com/forms/d/1fjcI98guXfH5ESlmMZ0CygGtGTVqqRFH-12vJZMP0A4/viewform">found here</a></li>
<li>The convention center is a little bigger in 2015.
<ul>
<li>PASS is expanding into the convention space called the TCC (The Conference Center).  You can access the TCC by talking across Pike Street or by walking through the lunch hall (4E &amp; 4F).</li>
<li>The registration area will be back where is used to be in the atrium under the escalator to the 6th floor.  I&#8217;m pretty sure I pointed it out in the 2014 recording as where it was in prior years.</li>
</ul>
</li>
</ul>
<p>Sorry for having to use the 2014 recording, but it is what it is.  Thank you to SIOS for coming through so quickly with the recording for last year&#8217;s webcast.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_pass-summit-2015-1st-timers-webcast-recording"><img src="http://dcac.co/ad/primary_image/itke_pass-summit-2015-1st-timers-webcast-recording"></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Want to speak at the PASS Summit, but haven’t been selected?</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/want-to-speak-at-the-pass-summit-but-havent-been-selected/</link>
         <description>The Speaker Idol may be your answer to how to get to the PASS Summit as a speaker. The Speaker Idol competition, in it&amp;#8217;s second year now with PASS, will be held throughout the conference with four different rounds. During the competition people who haven&amp;#8217;t spoken at the PASS Summit will be giving 5 minute...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4954</guid>
         <pubDate>Wed, 16 Sep 2015 16:00:41 +0000</pubDate>
         <content:encoded><![CDATA[<p>The Speaker Idol may be your answer to how to get to the PASS Summit as a speaker. The Speaker Idol competition, in it&#8217;s second year now with PASS, will be held throughout the conference with four different rounds. During the competition people who haven&#8217;t spoken at the PASS Summit will be giving 5 minute presentations to a panel of judges and the audience. The competitors are competing for the grand prize, a speaking slot at the PASS Summit 2016.</p>
<p>What do you need to do to get into speaker idol?  Step 1 is to fill out the <a rel="nofollow" target="_blank" href="https://docs.google.com/forms/d/1fjcI98guXfH5ESlmMZ0CygGtGTVqqRFH-12vJZMP0A4/viewform">application form</a>.  It&#8217;s got a few basic questions about where you&#8217;ve presented before and how to get in contact with you.  That&#8217;s pretty much it.  From the people that submit for the Speaker Idol we&#8217;ll select 12 people to be in the competition.</p>
<p>The full rules for being eligible can be <a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/pass-summit-2015-speaker-idol-is-back/">found here</a>.  With the rules as they are written probably 95% of PASS attendees are eligible as are most people who have spoken at an event (other than the PASS Summit) before.</p>
<p>The Speaker Idol is a great way for those speakers who aren&#8217;t as well known in the community to get in front of a national audience, which will include members of the content committee (the folks who select the sessions for next year).</p>
<p>So if you&#8217;ve ever wanted to speak at the PASS Summit, this is your chance.  Get signed up, and get ready to present.  If you don&#8217;t register you can&#8217;t earn yourself a speaking spot at the PASS Summit 2016.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_want-to-speak-at-the-pass-summit-but-havent-been-selected"><img src="http://dcac.co/ad/primary_image/itke_want-to-speak-at-the-pass-summit-but-havent-been-selected"></a></p>]]></content:encoded>
         <category>SQL Server</category>
      </item>
      <item>
         <title>SQL PASS Summit 2015 Karaoke Party</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/sql-pass-summit-2015-karaoke-party/</link>
         <description>It&amp;#8217;s that time of year again, it&amp;#8217;s almost time for the PASS Summit. Like the last few years I&amp;#8217;m pleased to announce that I&amp;#8217;ll be hosting my annual SQL Karaoke party during the PASS Summit again. SIOS Technology Group is kindly sponsoring this years party, just like last year so a huge thank you to...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4968</guid>
         <pubDate>Wed, 09 Sep 2015 17:17:14 +0000</pubDate>
         <content:encoded><![CDATA[<p>It&#8217;s that time of year again, it&#8217;s almost time for the PASS Summit. Like the last few years I&#8217;m pleased to announce that I&#8217;ll be hosting my annual SQL Karaoke party during the PASS Summit again. SIOS Technology Group is kindly sponsoring this years party, just like last year so a huge<a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2014/07/sios_logo.png"><img class=" wp-image-3328 size-full alignright" src="http://itknowledgeexchange.techtarget.com/sql-server/files/2014/07/sios_logo.png" alt="SIOS Logo" width="70" height="70"/></a> thank you to SIOS for making this great party possible. Last year we had a sell out crowd at the party (even after increasing the number of people by getting a much larger venue) and hopefully we&#8217;ll have the same great turn out.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/09/20141105_004201.jpg"><img class="  wp-image-4973 alignleft" src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/09/20141105_004201.jpg" alt="20141105_004201" width="79" height="140"/></a>This years event will be at the same venue, Cow Girls Inc. Like last year we&#8217;ll have the live band instead of the KJ. And yes the mechanical bull will be running (we didn&#8217;t hurt anyone last year, so we&#8217;ll try again this year) so you can drink, sign and ride the bull; the perfect combination.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/09/20141105_004131.jpg"> </a></p>
<p>The party will be October 27th at 9:30pm and will run until about 1:30am Wednesday morning. Conveniently the welcome reception for the PASS Summit ends at 9pm Tuesday night so you can go straight <a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/09/20141104_232201.jpg"><img class="alignright  wp-image-4971" src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/09/20141104_232201.jpg" alt="20141104_232201" width="249" height="140"/></a>from there to the Karaoke party. The only requirements to attending is the ability to have a good time. Singing isn&#8217;t required (but someone has to do it, and it won&#8217;t be me, which is for your benefit not mine, trust me), but if after you&#8217;ve had a little courage in a glass you want to, we&#8217;ll have a great band to back you up.</p>
<p>Like in prior years anyone is welcome to attend, but you&#8217;ll need a wristband for the open bar if you want the free drinks. You can register for a wristband at <a rel="nofollow" target="_blank" href="http://www.dcac.co/go/2015-party">http://www.dcac.co/go/2015-party</a>. The wristbands are first come first served, and you&#8217;ll need to be at the bar by 11pm to pick up your wristband.</p>
<p>I look forward to seeing everyone at the PASS Summit and at the SQL Karaoke party on Tuesday night.  Below you&#8217;ll find some pictures from last years party.<a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/09/20141105_004131.jpg"><img class="alignright  wp-image-4972" src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/09/20141105_004131.jpg" alt="20141105_004131" width="201" height="113"/></a></p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_sql-pass-summit-2015-karaoke-party"><img src="http://dcac.co/ad/primary_image/itke_sql-pass-summit-2015-karaoke-party"></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Pre-SQL PASS Webcast is Today!</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/pre-sql-pass-webcast-is-today/</link>
         <description>Just a reminder that today is my Pre-SQL PASS Webcast (also known as the 1st timers webcast). The webcast is at 1pm Pacific Time today (Sept 7th, 2015). Get signed up, to get the conference call details. If you missed it because of the US Holiday don&amp;#8217;t worry, it&amp;#8217;ll be recorded and posted shortly. Denny</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4964</guid>
         <pubDate>Mon, 07 Sep 2015 11:18:38 +0000</pubDate>
         <content:encoded><![CDATA[<p>Just a reminder that today is my <a rel="nofollow" target="_blank" href="https://cloud.crm.powerobjects.net/powerwebformv3/powerwebform.aspx?t=JbjWKyBAr0C8xPfRlM5YAG8AcgBnADAANABmAGQAYQA4AGMAOQA%3D&amp;formId=powf_F059ACD6BD37E51180FAC4346BACE18C&amp;tver=2013">Pre-SQL PASS Webcast</a> (also known as the 1st timers webcast).  The webcast is at 1pm Pacific Time today (Sept 7th, 2015).  <a rel="nofollow" target="_blank" href="https://cloud.crm.powerobjects.net/powerwebformv3/powerwebform.aspx?t=JbjWKyBAr0C8xPfRlM5YAG8AcgBnADAANABmAGQAYQA4AGMAOQA%3D&amp;formId=powf_F059ACD6BD37E51180FAC4346BACE18C&amp;tver=2013">Get signed up</a>, to get the conference call details.  If you missed it because of the US Holiday don&#8217;t worry, it&#8217;ll be recorded and posted shortly.</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_pre-sql-pass-webcast-is-today"><img src="http://dcac.co/ad/primary_image/itke_pre-sql-pass-webcast-is-today"></a></p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>Recommended reading from mrdenny for September 04, 2015</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/recommended-reading-from-mrdenny-for-september-04-2015/</link>
         <description>This week I&amp;#8217;ve found some great things for you to read. These are a few of my favorites that I&amp;#8217;ve found this week. Building High Performance, Highly Available SQL Servers on Azure Fear has Replaced Apathy as the Number One Enemy of Data: Implications for Lovers of Data 10 Emerging Big Data Vendors to Watch...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4960</guid>
         <pubDate>Fri, 04 Sep 2015 14:00:16 +0000</pubDate>
         <content:encoded><![CDATA[<p>This week I&#8217;ve found some great things for you to read. These are a few of my favorites that I&#8217;ve found this week.</p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1goqiJ2">Building High Performance, Highly Available SQL Servers on Azure</a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1MyLGZf">Fear has Replaced Apathy as the Number One Enemy of Data: Implications for Lovers of Data</a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1KByjnL">10 Emerging Big Data Vendors to Watch</a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1SiMHbz">Modeling Slides: $#@! Your Database Says About Me…and How to Fix It in Your Data Model </a></p>
<p><a rel="nofollow" target="_blank" href="http://bit.ly/1SNR21o">Nuance Says Your Car Will Understand You Much Better Within a Few Years </a></p>
<p>Hopefully you find these articles as useful as I did.</p>
<p>Don&#8217;t forget to follow me on Twitter where my username is <a rel="nofollow" target="_blank" href="http://twitter.com/mrdenny">@mrdenny</a>.</p>
<p>Denny</p>]]></content:encoded>
         <category>SQL Server</category>
      </item>
      <item>
         <title>PASS Summit 2015 1st Timers Webcast is Next Week</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/pass-summit-2015-1st-timers-webcast-is-next-week/</link>
         <description>Just a reminder, that if you are planning on attending the PASS Summit this year you&amp;#8217;ll want to make sure to get registered for my 1st timers webcast which is scheduled for September 7th. 2015 at 1pm Pacific Time. I know it&amp;#8217;s a holiday here in the US, but apparently I forgot that when I...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4951</guid>
         <pubDate>Wed, 02 Sep 2015 18:39:41 +0000</pubDate>
         <content:encoded><![CDATA[<p>Just a reminder, that if you are planning on attending the PASS Summit this year you&#8217;ll want to make sure to get registered for my 1st timers webcast which is scheduled for September 7th. 2015 at 1pm Pacific Time. I know it&#8217;s a holiday here in the US, but apparently I forgot that when I scheduled it, and it is one of the few days that I&#8217;m actually in the US during the month, so you take what you can get.</p>
<p>In order to register for the session please visit <a rel="nofollow" target="_blank" href="https://cloud.crm.powerobjects.net/powerwebformv3/powerwebform.aspx?t=JbjWKyBAr0C8xPfRlM5YAG8AcgBnADAANABmAGQAYQA4AGMAOQA%3D&amp;formId=powf_F059ACD6BD37E51180FAC4346BACE18C&amp;tver=2013"><span style="color:#4e85ab;">this url</span></a>. Once you have registered you’ll be able to get the conference call details as well as download a calendar reminder.</p>
<p>If you haven’t ever attended the PASS Summit before we’ll cover all the important things you need to know about the event, such as how to get from the airport to the convention center (hint, you don’t want to rent a car). Where the good food in town is, how to find things inside the convention center (it’s a big place if you’ve never been there before), and much more.</p>
<p>So get <a rel="nofollow" target="_blank" href="https://cloud.crm.powerobjects.net/powerwebformv3/powerwebform.aspx?t=JbjWKyBAr0C8xPfRlM5YAG8AcgBnADAANABmAGQAYQA4AGMAOQA%3D&amp;formId=powf_F059ACD6BD37E51180FAC4346BACE18C&amp;tver=2013"><span style="color:#4e85ab;">signed up</span></a> for the webcast, get the calendar entry put into your calendar, and I’ll see you on Monday September 7th.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_pass-summit-2015-1st-timers-webcast-is-next-week"><img src="http://dcac.co/ad/primary_image/itke_pass-summit-2015-1st-timers-webcast-is-next-week"></a></p>]]></content:encoded>
         <category>SQL Server</category>
      </item>
      <item>
         <title>Connecting To SQL Server Running On An Azure VM</title>
         <link>http://itknowledgeexchange.techtarget.com/sql-server/connecting-to-sql-server-running-on-an-azure-vm/</link>
         <description>If you have setup a Windows Azure Virtual Machine running SQL Server you may have noticed that you might not be able to connect to the SQL Server running on the machine by using SQL Server Management Studio on your workstation (desktop, labtop, etc) from your home or office. This is normal and setup this...</description>
         <guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/?p=4449</guid>
         <pubDate>Wed, 26 Aug 2015 18:00:25 +0000</pubDate>
         <content:encoded><![CDATA[<p>If you have setup a Windows Azure Virtual Machine running SQL Server you may have noticed that you might not be able to connect to the SQL Server running on the machine by using SQL Server Management Studio on your workstation (desktop, labtop, etc) from your home or office.</p>
<p>This is normal and setup this way by default.</p>
<p>First I&#8217;ll explain the why, then how to change this.</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/itke_connecting-to-sql-server-running-on-an-azure-vm"><img src="http://dcac.co/ad/primary_image/itke_connecting-to-sql-server-running-on-an-azure-vm"></a></p>
<p><h2>The Why</h2><br />
The reason that this is disabled is that Microsoft doesn&#8217;t want to leave the SQL Server exposed to the public Internet where people can and will try to break into the SQL Server instance, pretty much 24 hours a day, 7 days a week until they get into the server.  Microsoft is doing you a favor by not letting this happen by default.</p>
<p><h2>Fixing It</h2><br />
Now, assuming that you want this access there&#8217;s a couple of ways to set this up.<br />
<h3>Site to Site VPN</h3><br />
The first (and best) is to setup a site to site VPN between your office and the Windows Azure network.  Now this requires a bit of configuration and a little understanding of networking (and access to make changes to your office&#8217;s router).  If you aren&#8217;t the IT guy/gal, you&#8217;ll need to talk to the IT guy/gal in order to get this done.  If you are the IT guy/gal and you have access to the router, Microsoft has provided some scripts to make this much easier to complete.</p>
<p>The first thing you&#8217;ll want to do it connect to your Azure account and browse to the virtual networks.  Select the network that you want to modify and you&#8217;ll get the properties of the network to pop out on the next blade.  It&#8217;ll look something like this.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/Network_pre_vpn1.png"><img src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/Network_pre_vpn1.png" alt="Network_pre_vpn1" width="585" height="799" class="alignnone size-full wp-image-4452"/></a></p>
<p>You&#8217;ll want to click on the VPN Connections section on the right, select site-to-site, check the &#8220;Create gateway immediately&#8221; check box, then click on Local Site and enter a name and the public IP for your office network as well as tell Azure what all the IP Subnets for your internal office network are.  It&#8217;ll look something like this, then click OK to get back to the &#8220;New VPN Connection&#8221; blade.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/VPN_in_process.png"><img src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/VPN_in_process.png" alt="VPN_in_process" width="629" height="472" class="alignnone size-full wp-image-4453"/></a></p>
<p>Click the &#8220;Optional Gateway Configuration&#8221; button and change the routing from Dynamic to Static.  If you want to change the IP subnet for the private side of the VPN within Azure you can do here as well.  You can also select the gateway size between Normal and High performance, but the high performance one will probably cost more money.  If you are a large enterprise you probably need the high performance option, if you are a small/medium business the normal gateway will be just fine.  Click OK all the way back down to the virtual network blade and wait for the network changes to be made.  This can take 5-10 minutes for the VPN endpoint to be created and spun up.</p>
<p>After Azure is done doing it&#8217;s thing the configuration section of the portal will look something like this.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/vpn_almost_ready.png"><img src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/vpn_almost_ready.png" alt="vpn_almost_ready" width="567" height="409" class="alignnone size-full wp-image-4506"/></a></p>
<p>Click on the &#8220;VPN Connections&#8221; panel and a new blade will open.  At the top you can download the script to configure the office router to use the VPN connection.</p>
<p><h3>Point to Site VPN</h3><br />
If you don&#8217;t want to setup a site to site VPN so that all office users can access Azure, or if you don&#8217;t have access to do so, you can setup a VPN from your specific machine to the Azure cloud.  Just keep in mind that this option doesn&#8217;t support any user level authentication so if you give someone else access to your Azure network this way, you won&#8217;t be able to remove their access without revoking access for all users and setting everyone up from scratch.</p>
<p>The first thing you&#8217;ll want to do it connect to your Azure account and browse to the virtual networks.  Select the network that you want to modify and you&#8217;ll get the properties of the network to pop out on the next blade.  It&#8217;ll look something like this.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/Network_pre_vpn1.png"><img src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/Network_pre_vpn1.png" alt="Network_pre_vpn1" width="585" height="799" class="alignnone size-full wp-image-4452"/></a></p>
<p>You&#8217;ll want to click on the VPN Connections section on the right, select Point-to-site, and tell Azure what all the IP Subnet to use for people who VPN in should be.  Any private IP subnet will work as long as you haven&#8217;t used it in one of your Azure networks already.  The portal will verify that the IP subnet you enter will work.  Something like &#8220;192.168.5.0/24&#8243; should work fine.</p>
<p>Click OK all the way back down to the virtual network blade and wait for the network changes to be made.  This can take 5-10 minutes for the VPN endpoint to be created and spun up.</p>
<p>After Azure is done doing it&#8217;s thing the configuration section of the portal will look something like this (but with the Point to site icon in color).</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/vpn_almost_ready.png"><img src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/vpn_almost_ready.png" alt="vpn_almost_ready" width="567" height="409" class="alignnone size-full wp-image-4506"/></a></p>
<p>Click on the &#8220;VPN Connections&#8221; panel and a new blade will open.  At the top you can download the VPN software that you will need to connect your computer to the Azure network securely.</p>
<p><h2>Opening Access to the Virtual Machine from the Public Internet</h2><br />
If for some reason you don&#8217;t want to VPN in, first you need to figure out why you don&#8217;t want to do this.  If there&#8217;s a really good reason to not VPN in, then continue with setting up direct Internet access to the SQL Server.  But keep in mind, when I talk to clients about this sort of thing, there is almost never a good reason to setup access to the VM directly from the Internet.</p>
<p>To open an endpoint browse to the VM in the Azure portal.  Open the properties of the VM in the Azure Portal, then click the &#8220;All Settings&#8221; option.  Then select &#8220;Endpoints&#8221;.  It&#8217;ll look something like this.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/VM_Settings.png"><img src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/VM_Settings.png" alt="VM_Settings" width="877" height="418" class="alignnone size-full wp-image-4117"/></a></p>
<p>If you see a &#8220;SQL Server&#8221; endpoint with 0 ACL Rules then the work is half done (shown above).  If there are ACL rules then you should be finished unless you need to add more ACL Rules.</p>
<p>If there is no SQL Server endpoint click the &#8220;Add&#8221; button at the top of the Endpoints blade.  Name the endpoint &#8220;SQL Server&#8221;, select the protocol TCP, then set the ports to 1433 (or whatever TCP ports you want to use, but 1433 is the default).  Select to setup access rules for whoever needs access and block any subnets that don&#8217;t need access and then OK back to the VM&#8217;s properties.</p>
<p><a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/Endpoint.png"><img src="http://itknowledgeexchange.techtarget.com/sql-server/files/2015/07/Endpoint.png" alt="Endpoint" width="900" height="535" class="alignnone size-full wp-image-4507"/></a></p>
<p><h2>Now What</h2><br />
At this point you can connect to the SQL Server instance through whichever method you&#8217;ve setup.  If you are using either VPN option you can just connect to the Virtual Machine&#8217;s network name.  If you are going through the public endpoint (again this is REALLY NOT recommended) you&#8217;ll need to connect to the machines full DNS name.</p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>Securing SQL 3rd Edition Is On The Shelves</title>
         <link>http://securingsqlserver.com/securing-sql-3rd-edition-is-on-the-shelves</link>
         <description>I am thrilled to be able to report that Securing SQL Server 3rd Edition has hit the store shelves and is available for purchase from all your normal virtual book stores. Amazon typically being the easiest and the cheapest is listed here for you. Securing SQL Server, Third Edition: Protecting Your Database from Attackers In [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=181</guid>
         <pubDate>Fri, 01 May 2015 23:26:01 +0000</pubDate>
         <content:encoded><![CDATA[<p>I am thrilled to be able to report that Securing SQL Server 3rd Edition has hit the store shelves and is available for purchase from all your normal virtual book stores. Amazon typically being the easiest and the cheapest is listed here for you.</p>
<p><a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/0128012757/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0128012757&amp;linkCode=as2&amp;tag=sesqse-20&amp;linkId=BTTNOWZ2LXJ6CC3D">Securing SQL Server, Third Edition: Protecting Your Database from Attackers<br />
<img class="alignright size-full wp-image-182" src="http://securingsqlserver.com/wp-content/uploads/2015/05/3rd-Edition.png" alt="3rd Edition" width="260" height="321"/></a></p>
<p>In this edition the book is upgraded to include SQL Server 2014 and about 50 additional pages of information over the 2nd edition (about 190 more pages than the first edition).</p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>Basics of Digital Privacy Is Now Available in Portuguese</title>
         <link>http://basicsofdigitalprivacy.com/basics-of-digital-privacy-is-now-available-in-portuguese</link>
         <description> I&amp;#8217;m please to announce that Basics of Digital Privacy is now available in Portuguese.  Based on the package that I just received from the publisher someone from the Brazilian branch of the publisher liked the book enough that they took their option to publish the book in Portuguese as well as English.  This makes the [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=163</guid>
         <pubDate>Sat, 20 Dec 2014 19:56:22 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/12/20141219_223858.jpg"><img class=" size-medium wp-image-164 alignleft" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/12/20141219_223858-300x169.jpg" alt="Translated Title" width="300" height="169"/></a> I&#8217;m please to announce that Basics of Digital Privacy is now available in Portuguese.  Based on the package that I just received from the publisher someone from the Brazilian branch of the publisher liked the book enough that they took their option to publish the book in Portuguese as well as English.  This makes the book available in Brazil in their native language opening the book up to another 200+M potential readers.</p>
<p>I welcome these new readers of the book (and hopefully this blog, which is only published in English, sorry about that) and hope that they did a good job translating the book so that it makes sense in Portuguese.</p>
<p>Getting a book translated into another language is a first for me.  All I can say is that it&#8217;s pretty cool that someone feels that my work is good enough to take the time and money to translate it into another language.</p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>How to Keep Your Home Made Porn Safe?</title>
         <link>http://basicsofdigitalprivacy.com/how-to-keep-your-home-made-porn-safe</link>
         <description>Contrary to popular believe there is a lot you can do to protect yourself from having your intimate pictures and videos stolen.  The first thing is STOP PUTTING THEM ON THE INTERNET.  When you save those files to that fancy Mac computer it uploads them to iCloud to back them up (Windows users, don&amp;#8217;t get [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=150</guid>
         <pubDate>Mon, 01 Sep 2014 21:30:55 +0000</pubDate>
         <content:encoded><![CDATA[<p>Contrary to popular believe there is a lot you can do to protect yourself from having your intimate pictures and videos stolen.  The first thing is STOP PUTTING THEM ON THE INTERNET.  When you save those files to that fancy Mac computer it uploads them to iCloud to back them up (Windows users, don&#8217;t get smug, there&#8217;s plenty of services to do this on Windows as well).  This means that they are on the Internet.  At this point you are asking for trouble.  If it is on the Internet you can assume that someone is going to attempt to find it and share it.</p>
<p>If you are going to put the files on the Internet via iCloud, DropBox, Cubby, etc. then encrypt the files.  If they are encrypted it will be a LOT harder for someone who downloads them to view them.  They can share them all they want, but without your encryption key they won&#8217;t be able to see the data in the files.  Now if you aren&#8217;t involved in technology this probably sounds pretty hard, and it can be but if you&#8217;ve got files that you really don&#8217;t want to have out there for the public to view, then it&#8217;s probably worth an afternoon of your time to learn about this stuff so that you can protect yourself.  Do <a rel="nofollow" target="_blank" href="http://www.ehow.com/how_7416812_use-pgp-encryption-sign-files.html">some reading</a>, take a class at the local community college, <a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/0128000112/ref=as_li_ss_tl?ie=UTF8&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0128000112&amp;link_code=as3&amp;tag=sesqse-20">buy my book</a>, there&#8217;s lots of options available to you.</p>
<p>If you have these sorts of pictures and videos that you don&#8217;t want online, grab an old computer, disconnect it from the Internet, and put the files on there.  Use this machine for only those files, and never connect it to the Internet.  Odds are you don&#8217;t plan on sharing those files with anyone besides yourself, so having them on a computer which can&#8217;t get on the Internet probably isn&#8217;t a big deal.  If you loose those files is it that much of a problem?  After all you can always take new ones, and that&#8217;s most of the fun anyway, right?</p>
<p>After you&#8217;ve got your files encrypted you still need to do things like put a pin number on your cell phone, put passwords on all of your computers (especially that one with the naughty pictures on it), and use two factor authentication for everything that allows you to including your email, blogs, websites, banks, etc.  Of all of these your email is the most important one to have two factor authentication for, as this is where all the other services will send password reset messages to.</p>
<p>Now for the love of god, remove all those pictures from the Internet before you do anything else.</p>]]></content:encoded>
      </item>
      <item>
         <title>It Is Shocking What You Can Find On the Internet</title>
         <link>http://basicsofdigitalprivacy.com/it-is-shocking-what-you-can-find-on-the-internet</link>
         <description>If you know how to do some creative looking around on the Internet, it is truly shocking just how much access you can get to systems without really trying.  Recently an Internet Security Expert Paul McMillan (@PaulM) build a tool to scan for machines which were exposed to the Internet and which didn&amp;#8217;t have any [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=112</guid>
         <pubDate>Thu, 14 Aug 2014 19:57:21 +0000</pubDate>
         <content:encoded><![CDATA[<p>If you know how to do some creative looking around on the Internet, it is truly shocking just how much access you can get to systems without really trying.  Recently an Internet Security Expert Paul McMillan (@<a rel="nofollow" target="_blank" href="http://twitter.com/PaulM">PaulM</a>) build a tool to scan for machines which were exposed to the Internet and which didn&#8217;t have any security in place so that if you knew they were there would simply allow you to access them.  What was found, and the screenshots which were published are a shocking display of systems security failure.</p>
<p>You would think that various colleges around the US would have a better idea of network security, but apparently not.  Now these aren&#8217;t really all that important, and it would slightly embarrassing at worst if someone started making changes to these.  However not everything that was found was so.</p>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_142" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-2.png"><img class="wp-image-142 size-thumbnail" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-2-150x150.png" alt="A kiosk at a college" width="150" height="150"/></a><p class="wp-caption-text">A kiosk at a college</p></div></td>
<td>
<p><div id="attachment_144" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-4.png"><img class="wp-image-144 size-thumbnail" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-4-150x150.png" alt="Something else at a college" width="150" height="150"/></a><p class="wp-caption-text">Something else at a college</p></div></td>
<td>
<p><div id="attachment_141" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-1.png"><img class="wp-image-141 size-thumbnail" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-1-150x150.png" alt="Display board of a college library" width="150" height="150"/></a><p class="wp-caption-text">Display board of a college library</p></div></td>
<td>
<p><div id="attachment_143" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-3.png"><img class="wp-image-143 size-thumbnail" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/university-3-150x150.png" alt="A desktop at a college" width="150" height="150"/></a><p class="wp-caption-text">A desktop at a college</p></div></td>
</tr>
</tbody>
</table>
<p>There&#8217;s some stuff that could have a direct impact on peoples day to day lives.  Such as the controls for a grain silo, which I could be told to dump all the grain from the silo onto the ground, which would ruin the grain and cost the farmer a lot of money.</p>
<div id="attachment_123" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/grain-silo.png"><img class="size-thumbnail wp-image-123" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/grain-silo-150x150.png" alt="Appears to be a Grain Silo" width="150" height="150"/></a><p class="wp-caption-text">Appears to be a Grain Silo</p></div>
<p>Or we could lock down the pumps at this gas station.</p>
<div id="attachment_122" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/gas-station.png"><img class="size-thumbnail wp-image-122" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/gas-station-150x150.png" alt="A large Gas Station" width="150" height="150"/></a><p class="wp-caption-text">A large Gas Station</p></div>
<p>Ever wanted to control a car wash?</p>
<div id="attachment_117" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/car-wash.png"><img class="size-thumbnail wp-image-117" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/car-wash-150x150.png" alt="A Car Wash Control System" width="150" height="150"/></a><p class="wp-caption-text">A Car Wash Control System</p></div>
<p>How about a movie theater?</p>
<div id="attachment_119" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/cinema-city-movie-theater.png"><img class="size-thumbnail wp-image-119" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/cinema-city-movie-theater-150x150.png" alt="Cinema City Movie Theater Control System" width="150" height="150"/></a><p class="wp-caption-text">Cinema City Movie Theater Control System</p></div>
<p>Or maybe we could screw around with the Parking ticket Kiosk for the city of Oakland, California, USA.</p>
<div id="attachment_127" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/oakland-parking-system.png"><img class="size-thumbnail wp-image-127" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/oakland-parking-system-150x150.png" alt="City of Oakland Parking Ticket Payment System" width="150" height="150"/></a><p class="wp-caption-text">City of Oakland Parking Ticket Payment System</p></div>
<p>There were a large number of people&#8217;s desktop computers just sitting there available.  In this one the person is writing code for an application.</p>
<div id="attachment_124" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/guy-writing-code.png"><img class="size-thumbnail wp-image-124" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/guy-writing-code-150x150.png" alt="Someone actively writing code" width="150" height="150"/></a><p class="wp-caption-text">Someone actively writing code</p></div>
<p>It isn&#8217;t just small companies that have their systems exposed to the Internet for no reason at all. Here&#8217;s the Double Tree hotel in Boston, MA (a member of the Hilton family of hotels).  This system happens to be the display board for what&#8217;s going on in the conference rooms on the day the screenshot was taken.</p>
<div id="attachment_115" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/boston-doubletree.png"><img class="size-thumbnail wp-image-115" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/boston-doubletree-150x150.png" alt="The Boston Double Tree's conference room TV" width="150" height="150"/></a><p class="wp-caption-text">The Boston Double Tree&#8217;s conference room TV</p></div>
<p>So far all of these systems have been pretty harmless.  But there are some pretty big control systems online as well.  Here&#8217;s the control systems for a hydro-electric plan which is producing around 480kw or power.</p>
<div id="attachment_113" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/480kw-hydroelectric-plant.png"><img class="size-thumbnail wp-image-113" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/480kw-hydroelectric-plant-150x150.png" alt="Some sort of Hydro-electric plant generting about 480kw of power" width="150" height="150"/></a><p class="wp-caption-text">Some sort of Hydro-electric plant generating about 480kw of power</p></div>
<p>Here&#8217;s what appears to be another power plant.</p>
<div id="attachment_114" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/a-power-plant-maybe.png"><img class="size-thumbnail wp-image-114" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/a-power-plant-maybe-150x150.png" alt="My best guess is a power plant" width="150" height="150"/></a><p class="wp-caption-text">My best guess is a power plant</p></div>
<p>Or if coal mining is more your speed, this appears to let us control the loaders, belts, trains, etc. for an active coal mine.</p>
<div id="attachment_120" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/controls-for-a-coal-mine.png"><img class="size-thumbnail wp-image-120" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/controls-for-a-coal-mine-150x150.png" alt="Coal Mine Control System" width="150" height="150"/></a><p class="wp-caption-text">Coal Mine Control System</p></div>
<p>Here&#8217;s the control systems for a few more power plants, all of which are available to anyone who knows how to look for them.</p>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_132" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/power-plant.png"><img class="size-thumbnail wp-image-132" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/power-plant-150x150.png" alt="A Power Plant" width="150" height="150"/></a><p class="wp-caption-text">A Power Plant</p></div></td>
<td>
<p><div id="attachment_133" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/power-plant2.png"><img class="size-thumbnail wp-image-133" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/power-plant2-150x150.png" alt="Another Power Plan" width="150" height="150"/></a><p class="wp-caption-text">Another Power Plan</p></div></td>
<td>
<p><div id="attachment_134" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/power-plant3.png"><img class="size-thumbnail wp-image-134" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/power-plant3-150x150.png" alt="Yet another power plan" width="150" height="150"/></a><p class="wp-caption-text">Yet another power plant</p></div></td>
</tr>
</tbody>
</table>
<p>I&#8217;m not really sure what this controls, but it looks pretty important.</p>
<div id="attachment_138" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/something-industrial.png"><img class="size-thumbnail wp-image-138" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/something-industrial-150x150.png" alt="Something very industrial looking" width="150" height="150"/></a><p class="wp-caption-text">Something very industrial looking</p></div>
<p>I wonder what kind of wells these are that we can shutdown?  Water, oil, could be anything.</p>
<div id="attachment_145" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/well-monitoring-system.png"><img class="size-thumbnail wp-image-145" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/well-monitoring-system-150x150.png" alt="What appears to be a well monitoring system" width="150" height="150"/></a><p class="wp-caption-text">What appears to be a well monitoring system</p></div>
<p>Maybe there&#8217;s someone important hooked up to this heart monitoring system at a hospital.</p>
<div id="attachment_125" style="width:160px;" class="wp-caption alignnone"><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/hospital-bed-with-patient.png"><img class="size-thumbnail wp-image-125" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/08/hospital-bed-with-patient-150x150.png" alt="Heart Monitor for a hospital bed" width="150" height="150"/></a><p class="wp-caption-text">Heart Monitor for a hospital bed</p></div>
<p>Every one of these systems can be connected to, and controlled from anywhere in the world because they don&#8217;t have even the most basic network security setup on these devices.  Do any of these devices need to be connected to the public Internet?  No, there&#8217;s no valid reason for a single one of these to be on the Internet, but they are.</p>
<p>Companies who run these systems need to take better care of their networks, because eventually someone who is looking to do some actual damage is going to stumble across the tools and techniques which are used to find and access these systems.  And once that happens it&#8217;s to late.  Thankfully Paul McMillan was just doing research, imagine if his plan was to do actually do damage.  I&#8217;ve shown you just some of the power plants, hospital equipment, and food storage locations which he found.  It would have been a simple task to just shutdown all those systems one by one as he found them and no one would have had any idea that it was him, or even what happened.  According to all the logs at the power plants someone would have issued the shutdown command from which ever control system that Paul was connected to.</p>
<p>Someone needs to get the message out to these companies, utilities, etc. that they need to fix these problems BEFORE it&#8217;s to late, not after.</p>
<p>Denny</p>
<p>Special Thanks to Paul McMillan for doing the hard work of scanning all these systems, and to Information Security Expert Dan Tentler (@<a rel="nofollow" target="_blank" href="http://twitter.com/viss">Viss</a>) for sifting through and finding some of the interesting ones and sharing them with me for this post.</p>]]></content:encoded>
      </item>
      <item>
         <title>Big Challenges in Data Modeling: Ethics &amp; Data Modeling April 24th</title>
         <link>http://securingsqlserver.com/big-challenges-in-data-modeling-ethics-data-modeling-april-24th</link>
         <description>I’m pleased to say that I’ve been invited to join a panel Thursday April 24th at 2pm EDT (11am EDT). This panel is titled “Ethics &amp;#38; Data Modeling“, which is a pretty timely topic given things like the Target breach, HeartBleed, etc.  There will be 5 people on the panel including myself.  The other members [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=172</guid>
         <pubDate>Tue, 22 Apr 2014 19:08:42 +0000</pubDate>
         <content:encoded><![CDATA[<div id="attachment_173" style="width:160px;" class="wp-caption alignright"><a rel="nofollow" target="_blank" href="http://www.shutterstock.com/pic-145461094/stock-photo-info-text-graphic-ethic.html?src=TO4w5rzbD8OJzgZC0Q37DA-1-0"><img class="size-thumbnail wp-image-173" src="http://securingsqlserver.com/wp-content/uploads/2014/04/shutterstock_145461094-150x150.jpg" alt="ethics image via Shutterstock" width="150" height="150"/></a><p class="wp-caption-text">ethics image via Shutterstock</p></div>
<p>I’m pleased to say that I’ve been invited to join a panel Thursday April 24th at 2pm EDT (11am EDT). This panel is titled “<a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/2014/04/21/big-challenges-in-data-modeling-ethics-data-modeling24-april/">Ethics &amp; Data Modeling</a>“, which is a pretty timely topic given things like the <a rel="nofollow" target="_blank" href="http://securingsqlserver.com/preventing-problems-like-the-target-card-breach-are-easy">Target breach</a>, <a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/what-does-heartblead-mean-to-the-rest-of-us">HeartBleed</a>, <a rel="nofollow" target="_blank" href="http://securingsqlserver.com/health-data-breaches-insider-data-trading">etc</a>.  There will be 5 people on the panel including myself.  The other members will be Karen Lopez, Len Silverston, Tamera Clark and Kerry Tyler.  This will be an interesting panel as Karen, Tamera, Kerry and I will all be located at the same place (should be interesting for Len).</p>
<p>The panel has an open Q&amp;A time where you can ask the panel questions during the discussion.  There are some topics that we’ll be starting with (and probably deviating from pretty quickly).</p>
<div id="stcpDiv">
<ul>
<li>What is the nature of ethics?</li>
<li>How do ethics differ from morality? Legality?</li>
<li>Can ethics be taught?</li>
<li>Where does ego come into play here?</li>
<li>What about Codes of Ethics and Codes of Conduct?</li>
<li>Is there one right answer? Is there an always wrong answer?</li>
<li>What’s the difference between a whistleblower and a tattletale?</li>
<li>What tools do we have in making ethical decisions?</li>
<li>How should we deal with unethical co-workers? Management? Customers?</li>
<li>What does it all mean, anyway?</li>
</ul>
<div id="stcpDiv"><a rel="nofollow" target="_blank" href="http://www.dataversity.net/apr-24-webinar-ethical-data-modeling/">Register now</a> and bring your ethical questions and comments, and we’ll see you there.</div>
<div></div>
<div>(this post was originally posted via <a rel="nofollow" target="_blank" href="http://itknowledgeexchange.techtarget.com/sql-server/big-challenges-in-data-modeling-ethics-data-modeling-april-24th/">TechTarget</a>)</div>
</div>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/sss_big-challenges-in-data-modeling-ethics-data-modeling-april-24th"><img src="http://dcac.co/ad/primary_image/sss_big-challenges-in-data-modeling-ethics-data-modeling-april-24th"></a></p>]]></content:encoded>
         <category>Uncategorized</category>
      </item>
      <item>
         <title>What does “Heartbleed” mean to the rest of us?</title>
         <link>http://basicsofdigitalprivacy.com/what-does-heartblead-mean-to-the-rest-of-us</link>
         <description>By now we&amp;#8217;ve all read about the Internet bug called &amp;#8220;Heartbleed&amp;#8220;.  But what does this mealy mean to the rest of us?  In a nutshell it means that there is a real good chance that someone has your username and password that you don&amp;#8217;t want to have it. Is my computer infected? No, your home [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=101</guid>
         <pubDate>Mon, 14 Apr 2014 14:00:10 +0000</pubDate>
         <content:encoded><![CDATA[<p>By now we&#8217;ve all read about the Internet bug called &#8220;<a rel="nofollow" target="_blank" href="http://www.heardbleed.com">Heartbleed</a>&#8220;.  But what does this mealy mean to the rest of us?  In a n<a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/heartbleed.png"><img class="alignright  wp-image-106" alt="heartbleed" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/heartbleed.png" width="341" height="413"/></a>utshell it means that there is a real good chance that someone has your username and password that you don&#8217;t want to have it.</p>
<h3>Is my computer infected?</h3>
<p>No, your home computer isn&#8217;t going to be infected with anything.  Heartbleed exists because of a bug in the software which handles the data encryption on some web servers.</p>
<h3>Are all websites infected?</h3>
<p>No.  Not every website is infected.  There is no easy way for us the end users to know which websites are still suffering from the problem and which ones aren&#8217;t.</p>
<h3>How can I protect myself?</h3>
<p>The only way to protect yourself is to not use websites which are suffering from the Heartbleed problem.  If you are using websites which haven&#8217;t had the needed patches installed on them, then any information which you send to those websites could be read by an attacker.</p>
<h3>Is there a list of websites which are safe to use?</h3>
<p>Sadly no, there is no list of websites.  All you can do is check with the company which runs the website or wait for them to tell you that their webservers have been patched.</p>
<h3>Is this something that I need to worry about?</h3>
<p>Sadly the answer here is yes.  If you shop online, or use the same username or password or different websites then you might be at risk.  There&#8217;s no way to know if your information has been leaked or not, so it&#8217;s best to change your passwords for all the websites that you use.</p>
<h3>How would I know if a website is safe to use?</h3>
<p>There&#8217;s no easy way, or any way to really know for sure.  The best bet for an end user is to look at the SSL certificate for the website and see what the dates for when the SSL certificate was issued.  If that date is April 2014 or later then it is probably safe.  The reason that I say this is that part of the threat is that the private keys for the websites certificate may have been compromised, so websites are getting new certificates and having the old ones disabled.</p>
<p>Finding if the certificate is new is pretty straight forward.  In your web browser such as Internet Explorer, Firefox or Chrome connect to the website in question, I&#8217;ll use Google.com as an example.  Once connected to the website find the padlock which shows that the website connection is secure, which I&#8217;ve circled below in Internet Explorer, and click on the padlock.</p>
<p><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/lock.png"><img class="alignnone size-full wp-image-102" alt="lock" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/lock.png" width="379" height="69"/></a></p>
<p>When you click on the padlock you&#8217;ll get some basic information similar to what you see below.  Click on the &#8220;View certificates&#8221; link at the bottom.</p>
<p><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/view.png"><img class="alignnone size-full wp-image-103" alt="view" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/view.png" width="280" height="223"/></a></p>
<p>This will show you the certificate itself, which you can see below.  At the bottom you&#8217;ll see the dates which the certificate is valid from and to.  If the from date is in April 2014 or later then it&#8217;s probably safe.  You&#8217;ll notice that the from date in this case is April 2, 2014.</p>
<p><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/cert.png"><img class="alignnone size-full wp-image-104" alt="cert" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/04/cert.png" width="419" height="522"/></a></p>
<p>If you are using Firefox or Chrome the steps will be very similar but the screens will look a little different.</p>
<h3>What should I do?</h3>
<p>The best thing you can do is change your passwords for all the websites which you use, and use a different password for each website.</p>
<p>As I learn more about this, I&#8217;ll post it here.</p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>British Medical Records Uploaded to Google</title>
         <link>http://basicsofdigitalprivacy.com/british-medical-records-uploaded-to-google</link>
         <description>Apparently a consulting company called PA Consulting who has been doing work for the NHS (National Health Service) in England has taken it upon themselves to take the entire patient check in statistics and upload them to Google in order to make it easier to create reports for the NHS. The amount of data which [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=97</guid>
         <pubDate>Mon, 03 Mar 2014 18:04:12 +0000</pubDate>
         <content:encoded><![CDATA[<p>Apparently a consulting company called <a rel="nofollow" target="_blank" href="http://paconsulting.com/">PA Consulting</a> who has been doing work for the NHS (National Health Service) in England has taken it upon themselves to take the entire patient check in statistics and <a rel="nofollow" target="_blank" href="http://boingboing.net/2014/03/03/full-nhs-hospital-records-uplo.html">upload them to Google</a> in order to make it easier to create reports for the NHS.</p>
<p>The amount of data which they uploaded is massive, taking 27 DVDs worth of data (you <a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/03/9829175963_6f1a954ae2_m.jpg"><img class="alignright size-full wp-image-98" alt="Encyclopedias" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/03/9829175963_6f1a954ae2_m.jpg" width="240" height="180"/></a>can typically fit more than one encyclopedia set on one DVD) so you can imagine just how much information that would be if it was printed.  To make all this even worse the servers which make up the Google service which this data was uploaded to aren&#8217;t in Europe, instead being in the United States which is another problem as the European Union (EU) has specific laws about sending the data about people who live in Europe outside of Europe.</p>
<p>The kinds of data which was uploaded include the patients NHS number, their address, post code (zip code), date of birth, gender, what doctor they saw, as well as their inpatient, outpatient and emergency records.</p>
<p>And all of this was done without any sort of notice to the patients or a way to opt out of having your data uploaded to Google.  This is just another example of people (the ones who work for PA Consulting in this case) trying to get their job done but in doing so creating a massive problem for hundreds of thousands of people (or more depending on how many people&#8217;s data was included).</p>
<p>According to the <a rel="nofollow" target="_blank" href="http://boingboing.net/2014/03/03/full-nhs-hospital-records-uplo.html">article</a> the information uploaded was the &#8220;entire start-to-finish HES dataset across all three areas of collection – inpatient, outpatient and A&amp;E&#8221;, so basically everything that the NHS has ever collected.</p>
<p>The number of law suits which will be started up and the number of government inquiries will be amazing to watch as <a rel="nofollow" target="_blank" href="http://paconsulting.com/">PA Consulting</a> attempts to defend themselves from this mess which they&#8217;ve just created.</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/bdp_british-medical-records-uploaded-to-google"><img src="http://dcac.co/ad/primary_image/bdp_british-medical-records-uploaded-to-google"></a></p>
<p>This sort of data breach is the worst kind for consumers because there isn&#8217;t any way to protect yourself from this as it was totally out of the hands of the consumers as to what happened and who had access to the data.</p>
<p>This is one of those cases where the best we can do is complain to the people in charge (in this case your local MP) to work to get the data removed from Google&#8217;s cloud servers and ensure that something like this never happens again.</p>]]></content:encoded>
      </item>
      <item>
         <title>Securing SQL Server 2nd Edition is the Microsoft Deal of the Day</title>
         <link>http://securingsqlserver.com/securing-sql-server-2nd-edition-is-the-microsoft-deal-of-the-day</link>
         <description>I&amp;#8217;ve just learned that Securing SQL Server 2nd Edition is the Microsoft Deal of the Day on O&amp;#8217;Reilly&amp;#8217;s website. This means that O&amp;#8217;Reilly is selling the book for 1/2 off today (Feb 11th, 2014) so you can pick the book up for just $24.98! That&amp;#8217;s a deal and by far the best sale that I&amp;#8217;ve [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=169</guid>
         <pubDate>Tue, 11 Feb 2014 19:11:17 +0000</pubDate>
         <content:encoded><![CDATA[<p>I&#8217;ve just learned that Securing SQL Server 2nd Edition is the Microsoft Deal of the Day on <a rel="nofollow" target="_blank" href="http://post.oreilly.com/form/oreilly/viewhtml/9z1z6s0is36ptnnt99sgjo5g6a4cbl0ojffpnnfl4sg?imm_mid=0b73fd&#038;cmp=em-ms-books-videos-product-dod_securing_sql_server_msdeal">O&#8217;Reilly&#8217;s website</a>.  This means that O&#8217;Reilly is selling the book for 1/2 off today (Feb 11th, 2014) so you can pick the book up for just $24.98!  That&#8217;s a deal and by far the best sale that I&#8217;ve seen.  I don&#8217;t know what timezone this deal is based on, but I&#8217;d buy now rather than later.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/sss_securing-sql-server-2nd-edition-is"><img src="http://dcac.co/ad/primary_image/sss_securing-sql-server-2nd-edition-is"></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Basics of Digital Privacy talked about in Woman’s World Magazine</title>
         <link>http://basicsofdigitalprivacy.com/basics-of-digital-privacy-talked-about-in-womans-world-magazine</link>
         <description>Well this is definitely a first for me, the book which I wrote &amp;#8220;Basics of Digital Privacy&amp;#8221; is talked about in a non-IT magazine, in this case Woman&amp;#8217;s World magazine. It&amp;#8217;s a short one page article, but there&amp;#8217;s a couple of quotes from me and mention of &amp;#8220;Basics of Digital Privacy&amp;#8221; right at the top [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=94</guid>
         <pubDate>Sat, 08 Feb 2014 01:28:10 +0000</pubDate>
         <content:encoded><![CDATA[<p>Well this is definitely a first for me, the book which I wrote &#8220;<a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/B00GY5XFKM/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00GY5XFKM&amp;linkCode=as2&amp;tag=sesqse-20">Basics of Digital Privacy</a>&#8221; is talked about in a non-IT magazine, in this case Woman&#8217;s World magazine. It&#8217;s a short one page article, but there&#8217;s a couple of quotes from me and mention of &#8220;<a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/B00GY5XFKM/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00GY5XFKM&amp;linkCode=as2&amp;tag=sesqse-20">Basics of Digital Privacy</a>&#8221; right at the top of the article.  If you want to take a peek the magazine went on sale yesterday basically everywhere in the US.  It&#8217;s the one dated February 17th and it&#8217;ll be on sale until about Wednesday or Thursday or next week.</p>
<p>Needless to say I&#8217;m pretty thrilled that the book is being recognized outside of the world of IT.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/bdp_basics-of-digital-privacy-talked-about-in-womans-world-magazine"><img alt="" src="http://dcac.co/ad/primary_image/bdp_basics-of-digital-privacy-talked-about-in-womans-world-magazine"/></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Enjoying That New Credit Card Number? Time To Get Another One.</title>
         <link>http://basicsofdigitalprivacy.com/enjoying-that-new-credit-card-number-time-to-get-another-one</link>
         <description>So apparently there&amp;#8217;s yet another data breach.  This time at the arts and crafts chain Michaels.  In their announcement (available here) they don&amp;#8217;t say when the breach started, when it ended, if it has ended, or really anything about the breach other than the fact that it happened. The safest assumption is that if you&amp;#8217;ve used [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=89</guid>
         <pubDate>Mon, 27 Jan 2014 18:00:17 +0000</pubDate>
         <content:encoded><![CDATA[<p>So apparently there&#8217;s yet another data breach.  This time at the arts and crafts chain Michaels.  In their announcement (<a rel="nofollow" target="_blank" href="http://news.cnet.com/8301-1009_3-57617802-83/arts-and-crafts-chain-michaels-says-credit-card-data-mayve-been-nicked/">available here</a>) they don&#8217;t say when the breach started, when it ended, if it has ended, or really anything about the breach other than the fact that it happened.</p>
<p>The safest assumption is that if you&#8217;ve used your card at Michaels in the second half of 2013 you&#8217;ll want to request a new card from your bank.  If you don&#8217;t want to go through the hassle of getting yet another new card then at the least you&#8217;ll want to monitor your bank account regularly to ensure that no one else is using your card to have purchases.  I&#8217;d go with this for now until Michaels tells us more about the details of the breach.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/bdp_enjoying-that-new-credit-card-number-time-to-get-another-one"><img src="http://dcac.co/ad/primary_image/bdp_enjoying-that-new-credit-card-number-time-to-get-another-one"></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Basics of Digital Privacy Now Available on Kindle</title>
         <link>http://basicsofdigitalprivacy.com/basics-of-digital-privacy-now-available-on-kindle</link>
         <description>I&amp;#8217;m pleased to announce that &amp;#8220;Basics of Digital Privacy&amp;#8221; is now available on Amazon&amp;#8217;s Kindle eReader platform. Denny</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=91</guid>
         <pubDate>Mon, 27 Jan 2014 05:54:31 +0000</pubDate>
         <content:encoded><![CDATA[<p>I&#8217;m pleased to announce that &#8220;<a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/B00GY5XFKM/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00GY5XFKM&amp;linkCode=as2&amp;tag=sesqse-20">Basics of Digital Privacy</a>&#8221; is now available on <a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/B00GY5XFKM/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00GY5XFKM&amp;linkCode=as2&amp;tag=sesqse-20">Amazon&#8217;s Kindle</a> eReader platform.</p>
<p>Denny</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/bdp_basics-of-digital-privacy-now-available-on-kindle"><img src="http://dcac.co/ad/primary_image/bdp_basics-of-digital-privacy-now-available-on-kindle"></a></p>]]></content:encoded>
         <category>Uncategorized</category>
      </item>
      <item>
         <title>Target’s Credit Monitoring Service is Ready</title>
         <link>http://basicsofdigitalprivacy.com/targets-credit-monitoring-service-is-ready</link>
         <description>If you shopped at Target in the United States between Thanksgiving and Christmas then there is a pretty good chance that your credit card data for the credit card that you used was stolen by some cyber thieves.  Because of this massive data theft Target has arranged for credit monitoring services for all Target customers [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=86</guid>
         <pubDate>Thu, 16 Jan 2014 17:00:05 +0000</pubDate>
         <content:encoded><![CDATA[<p>If you shopped at Target in the United States between Thanksgiving and Christmas then there is a pretty good chance that your credit card data for the credit card that you used was stolen by some cyber thieves.  Because of this massive data theft Target has arranged for credit monitoring services for all Target customers for a year.</p>
<p>The only way to get signed up is via the webpage which target has setup at <a rel="nofollow" target="_blank" href="https://creditmonitoring.target.com/">https://creditmonitoring.target.com/</a>.  Any other website which claims to be signing people up for this (and there are going to be several of them popping up rather quickly).  Also if anyone calls you trying to get you signed up they are scamming you.</p>
<p>If you shopped at Target, I&#8217;d recommend getting signed up for the monitoring service.  According to Target:</p>
<blockquote><p>Guests have until April 23, 2014 to sign up to receive an activation code. Activation codes must be redeemed by April 30, 2014.</p></blockquote>
<p>So go get signed up,</p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>Just Because It Isn’t a Password Doesn’t Mean It Shouldn’t Be Encrypted</title>
         <link>http://securingsqlserver.com/just-because-it-isnt-a-password-doesnt-mean-it-shouldnt-be-encrypted</link>
         <description>Target has done a number on us as customers by having not just customer information but Personally Identifiable Information specifically. As part of Target's ongoing forensic investigation, it has been determined that certain guest information - separate from the payment card data previously disclosed - was taken from Target. This theft is not a new [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=164</guid>
         <pubDate>Mon, 13 Jan 2014 17:00:34 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/target-breach-proves-that-we-cant-trust-companies">Target</a> has done a number on us as customers by having not just customer information but Personally Identifiable Information specifically.</p>
<blockquote><p><tt>As part of Target's ongoing forensic investigation, it has been determined that certain guest information - separate from the payment card data previously disclosed - was taken from Target. This theft is not a new breach, but was uncovered as part of the ongoing investigation. At this time, the investigation has determined that the stolen information includes names, mailing addresses, phone numbers or email addresses for up to 70 million individuals.</tt></p></blockquote>
<p>If Target has encrypted all the PII which sat within their database then this data breach wouldn&#8217;t have that big a deal because the data which was stolen would have been encrypted and useless to the thieves.  However based on the fact that Target had to <a rel="nofollow" target="_blank" href="https://corporate.target.com/discover/article/an-update-on-our-data-breach-and-financial-perform">announce the breach</a> we are left to assume that the data wasn&#8217;t encrypted.</p>
<p>Because someone (probably a developer or project manager) made the decision to store all this PII in plain text instead of taking the time and CPU power to encrypt this information we the customers of Target have to pay the price.  And there is nothing that we can do about this as customers other than not shop there any more, which in reality this isn&#8217;t always an option.</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/sss_just-because-it-isnt-a-password-doesnt-mean-it-shouldnt-be-encrypted"><img src="http://dcac.co/ad/primary_image/sss_just-because-it-isnt-a-password-doesnt-mean-it-shouldnt-be-encrypted"></a></p>
<p>As IT workers we need to push our employers and clients to ensure that they are properly encrypting all PII data possible so that the customers and general public aren&#8217;t put through this sort of thing.  Pushing to make this happen won&#8217;t make us popular with managers, or co-workers as it does add more work to the workflows and more work in general, but this is something which we must start doing.  And I&#8217;m not talking about encrypting data when at rest, but actually encrypting the data in the tables so that when an attacker exports the data from the tables using a basic select statement they get useless information, otherwise the entire data encryption process was pointless.</p>
<p>Someone within organizations needs to step up and start bringing this up in meetings.  If you don&#8217;t do it, no one will and this sort of massive data theft will happen again.  Just because you don&#8217;t work in a large retailer doesn&#8217;t mean that you shouldn&#8217;t be bringing this up in your company.  EVERY company needs to be thinking about this because you never know how much information the systems will be holding or how these systems will be used in the future, so it&#8217;s best to plan for the best now.</p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>Has My Email Address Been Compromised?</title>
         <link>http://basicsofdigitalprivacy.com/has-my-email-address-been-compromised</link>
         <description>There is always a problem when it comes to knowing if your data has been compromised on line.  That problem is how do you know if your data has been compromised?  Until now you would need to download and scan the list of compromised accounts yourself.  Now there is a much easier way. The website [&amp;#8230;]</description>
         <guid isPermaLink="false">http://basicsofdigitalprivacy.com/?p=79</guid>
         <pubDate>Mon, 13 Jan 2014 09:00:10 +0000</pubDate>
         <content:encoded><![CDATA[<p>There is always a problem when it comes to knowing if your data has been compromised on line.  That problem is how do you know if your data has been compromised?  Until now you would need to download and scan the list of compromised accounts yourself.  Now there is a much easier way.</p>
<p>The website &#8220;<a rel="nofollow" target="_blank" href="https://haveibeenpwned.com/">have i been pwned?</a>&#8221; (<a rel="nofollow" target="_blank" href="https://haveibeenpwned.com/">https://haveibeenpwned.com/</a>) has been created to help you solve this exact problem.  This website is very simple, when there are large amounts of data which have been breached and the lists made public they will be loaded into this website so that you can search and see if your account was on one of the lists.</p>
<p><img class="aligncenter size-medium wp-image-82" alt="have i been pwned" src="http://basicsofdigitalprivacy.com/wp-content/uploads/2014/01/have-i-been-pwned1-300x45.png" width="300" height="45"/></p>
<p>Let me be clear, the person who created this website is NOT the person who is stealing your data, he&#8217;s just taking data that someone else has stolen and making it so that you can easily search the data without having to figure out where to get the data, and without having to figure out how to search through all this data manually.</p>
<p>So who created this site?  The answer here is also pretty easy, his name is Troy Hunt and he is trustworthy.  He is a well known IT security researcher and author who made this website to make everyone else&#8217;s life easier.  If you have questions about the site, I would recommend checking out the <a rel="nofollow" target="_blank" href="https://haveibeenpwned.com/FAQs">FAQ</a> that is posted.  If you&#8217;ve read Basics of Digital Privacy Troy&#8217;s name may look familiar.  This is because I talked about Troy a couple of times in the book, and you&#8217;ll see a couple of links to Troy&#8217;s blog over on the <a rel="nofollow" title="Book Links" target="_blank" href="http://basicsofdigitalprivacy.com/book-links">links page</a>, specifically <a rel="nofollow" target="_blank" href="http://basicsofdigitalprivacy.com/go/troypost">this one</a>.</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/bdp_has-my-email-address-been-compromised"><img src="http://dcac.co/ad/primary_image/bdp_has-my-email-address-been-compromised"></a></p>
<p>Currently the website allows you to search the site, and it allows you to setup alerts so that when new data is loaded into the system if your email address has been compromised the website can email you.</p>
<p>I highly recommend checking your email address via this website and setting up alerts for your email address.</p>
<p>There are new features coming that Troy is working on, but I&#8217;m not going to steal Troy&#8217;s thunder.</p>
<p>Denny</p>
<p>&nbsp;</p>]]></content:encoded>
      </item>
      <item>
         <title>Denny and the Midnight DBAs</title>
         <link>http://peopletalkingtech.com/denny-and-the-midnight-dbas</link>
         <description>A couple of weeks ago the Midnight DBAs were kind enough to invite me to their web show &amp;#8220;DBAs @ Midnight&amp;#8221; to talk about my new book &amp;#8220;Basics of digital privacy&amp;#8221;. It&amp;#8217;s a video which is a bit different from&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/denny-and-the-midnight-dbas&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=393</guid>
         <pubDate>Sat, 28 Dec 2013 06:37:12 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_denny-and-the-midnight-dbas"><img src="http://dcac.co/ad/primary_image/ptt_denny-and-the-midnight-dbas"></a></p>
<p>A couple of weeks ago the Midnight DBAs were kind enough to invite me to their web show &#8220;DBAs @ Midnight&#8221; to talk about my new book &#8220;Basics of digital privacy&#8221;.  It&#8217;s a video which is a bit different from what you&#8217;ll normally see here.</p>
<p>As this is a late night talk show style webcast, this show may not be safe for work &#8230; or kids.</p>
<p>I had a great time on the show and I hope you have a great time watching it.</p>]]></content:encoded>
         <enclosure length="275744521" type="video/x-ms-wmv" url="http://media.blubrry.com/peopletalkingtech/midnightdba.itbookworm.com/VidPages/DBAsAtMidnightSavingPrivateDenny/DBAsAtMidnightSavingPrivateDenny.wmv"/>
      </item>
      <item>
         <title>Preventing Problems Like The Target Card Breach Are Easy</title>
         <link>http://securingsqlserver.com/preventing-problems-like-the-target-card-breach-are-easy</link>
         <description>Unless you live under a rock you heard about the Target credit card breach that happened between November 27th and December 15th 2013. What really pisses me off about this sort of thing is that it never should have been possible for this to happen. Our current concept of credit cards and how they work [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=155</guid>
         <pubDate>Fri, 20 Dec 2013 23:21:13 +0000</pubDate>
         <content:encoded><![CDATA[<p>Unless you live under a rock you heard about the Target credit card breach that happened between November 27th and December 15th 2013. What really pisses me off about this sort of thing is that it never should have been possible for this to happen.</p>
<p>Our current concept of credit cards and ho<a rel="nofollow" target="_blank" href="http://securingsqlserver.com/wp-content/uploads/2013/12/target.jpg"><img class="alignleft size-full wp-image-161" alt="target" src="http://securingsqlserver.com/wp-content/uploads/2013/12/target.jpg" width="300" height="300"/></a>w they work was designed decades ago when data encryption was basically non-existent outside of government work. Because of this all the data that is needed to steal every penny in your checking account is carried around in plain text in your wallet in the form of your debit card (which if you are in the US probably also functions as a credit card as well). I&#8217;ll say it again everything is stored in plain text so that anyone with a magnetic strip reader can simply read the information from the card and use it. This information includes your credit card number, bank information, expiration date, and any other information about you and your account that the bank has decided to put onto the card.</p>
<p>The banking industry has come up with all sorts of security safeguards that they put in place to try and ensure that your credit card information is safe, except encrypt the data on the card so that a thief can&#8217;t read it. The rest of the world has evolved their banking and credit card systems, but not the US because we don&#8217;t like change. And most importantly the banks like being able to charge merchants extra swipe fees for different kinds of transactions.</p>
<p>&nbsp;</p>
<p>What we should be using here in the US is a system called chip and pin. The credit card looks exactly like it does today, but instead of swiping your credit card like we do today, instead you insert the card into the reader. The reader prompts you for your pin number, much like when you use your card as a debit card. If the pin that you enter matches the pin which is stored in the chip, then the data is decrypted and the machine charges your card directly, then it simply tells the cash register that the charge was accepted or declined. The credit card information never goes to the stores cash register so the problem that Target had simply wouldn&#8217;t have happened. The credit card information is sent to the bank via either a phone line or via the network, but the data is encrypted before it leaves the credit card machine so there is no risk of it being intercepted between the credit card machine and the bank.</p>
<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/sss_preventing-problems-like-the-target-card-breach-are-easy"><img alt="" src="http://dcac.co/ad/primary_image/sss_preventing-problems-like-the-target-card-breach-are-easy"/></a></p>
<p>One of the big reasons that banks don&#8217;t want this to happen is that every transactions now becomes a pin transaction. Banks charge fees for pin card transactions, as do some stores. If every transaction is a pin based transaction the banks (and the stores) will have to stop charging these fees which means that they will loose profit (which is all these fees are, pure profit). So instead of loosing out of some profit the banks instead put our time, and sanity at risk as now about 40,000,000 people will either need to watch their bank accounts daily to ensure that there&#8217;s no fraud on their account, or cancel their card (like I did) and not have a debit or credit card for 2-7 days (depending on how long it takes your bank to send you a new card). And don&#8217;t forget that this is all happening over Christmas and New Years holidays so having working credit cards is kind of important.</p>
<p>It should be obvious by now that the banks aren&#8217;t going to give us a more secure banking system to use. The government needs to step in and mandate that the banks and credit card companies move us to a more secure system and that system should be the same system that the rest of the world is using. The chip and pin system which the rest of the world uses is a well used system that everyone has gotten used to using. Staying with the existing system just isn&#8217;t a realistic plan. This breach is going to cost target a small fortune in fines, fees, consulting dollars, etc. as they try and deal with it. Wouldn&#8217;t it be nice if it simply wasn&#8217;t possible.</p>
<p>Many stores are actually getting ready for these new cards already. You may have seen the new card readers which have a swipe on the side and a slot in the bottom to insert your card. These consoles are the ones that we should be using, just with the swipe option disabled.</p>
<p>There will be some pushback I&#8217;m sure because this means change. Yes you will need to remember your pin number. But you probably already have one for your debit cards, and it&#8217;s really not that hard for you to remember that pin number. People will need to get used to inserting the card instead of swiping it. You&#8217;ll get used to it. The biggest change will be when you go out to eat as the server will now bring the credit card machine to do instead of disappearing with your card as you&#8217;ll need to enter your pin on the portable keypad. I admit it takes a little getting used to, but it isn&#8217;t that big of a deal. I promise.</p>
<p>The only way this is going to happen is if the federal government requires it. And I really hope that they don&#8217;t mandate something different from the rest of the world because that would be the only mistake that&#8217;s a bigger one than keeping what we have today.</p>
<p>Denny</p>]]></content:encoded>
      </item>
      <item>
         <title>SQL Server Radio – Show 6 – Conference Season</title>
         <link>http://peopletalkingtech.com/sql-server-radio-show-6-conference-season</link>
         <description>This post is a little bit different from prior recordings which I&amp;#8217;ve posted. The big difference here that you&amp;#8217;ll notice is that I&amp;#8217;m not the person doing the interview, instead I&amp;#8217;m being interviewing for SQL Server Radio which you can&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/sql-server-radio-show-6-conference-season&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=382</guid>
         <pubDate>Mon, 18 Nov 2013 19:32:42 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_sqlserverradio"><img src="http://dcac.co/ad/primary_image/ptt_sqlserverradio"></a></p>
<p>This post is a little bit different from prior recordings which I&#8217;ve posted.  The big difference here that you&#8217;ll notice is that I&#8217;m not the person doing the interview, instead I&#8217;m being interviewing for SQL Server Radio which you can find at <a rel="nofollow" target="_blank" href="http://sqlserverradio.co.il">sqlserverradio.co.il</a>.  In this recording by Matan, which was done at the SQL Rally Amsterdam, we cover a bunch of topics.</p>
<p>Normally Matan does his podcast in Hebrew as he&#8217;s normally recording in Israel.  This recording is thankfully in English as my Hebrew is a little rusty. <img src="http://peopletalkingtech.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height:1em;max-height:1em;"/>  The part with me which is in English starts a little more than 5 minutes into the recording.</p>
<p>You can find the original posting on <a rel="nofollow" target="_blank" href="http://sqlserverradio.co.il/2013/11/show6/">Matan&#8217;s podcast site</a> or you can listen to the recording below.</p>]]></content:encoded>
         <enclosure length="58041830" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/pod.icast.co.il/78a0057e-01c0-4990-a78a-688641e44b31.icast.mp3"/>
      </item>
      <item>
         <title>Episode 029 – Jessica Moss</title>
         <link>http://peopletalkingtech.com/episode-029-jessica-moss</link>
         <description>This week in episode 029 I&amp;#8217;m joined by Jessica Moss who is a Senior Business Intelligence &amp;#38; Data Warehouse Architect from Virginia.  In this episode Jessica and I talk about what a data warehouse is, and some of the problems&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-029-jessica-moss&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=323</guid>
         <pubDate>Wed, 10 Apr 2013 16:00:40 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_029"><img src="http://dcac.co/ad/primary_image/ptt_029"></a></p>
<p><a rel="nofollow" target="_blank" href="http://peopletalkingtech.com/wp-content/uploads/2013/04/JMMossSmall.jpg"><img class="alignright size-full wp-image-325" alt="JMMossSmall" src="http://peopletalkingtech.com/wp-content/uploads/2013/04/JMMossSmall.jpg" width="100" height="130"/></a></p>
<p>This week in episode 029 I&#8217;m joined by Jessica Moss who is a Senior Business Intelligence &amp; Data Warehouse Architect from Virginia.  In this episode Jessica and I talk about what a data warehouse is, and some of the problems that came come up with working through a data warehouse project.  Specifically how the language of the business, who has their own language much like IT does, can greatly impact how the data warehouse project is worked through.  Additionally you need to get people to set aside their own ideas of how things need to be done so that, at least for a while, people who are working on the data warehouse project focus on the data warehouse and it&#8217;s needs not just the needs of the line of business application which they normally work on.</p>]]></content:encoded>
         <enclosure length="23295031" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_029_Jessica_Moss-c.mp3"/>
      </item>
      <item>
         <title>Episode 028 – Sean and Jen McCown</title>
         <link>http://peopletalkingtech.com/episode-028-sean-and-jen-mccown</link>
         <description>This week in episode 028 I&amp;#8217;m joined by the Midnight DBAs Sean and Jen McCown.  Sean and Jen are located in Dallas Texas where they broadcast the Midnight DBA webcast from.  In this weeks episode we talk about a bunch&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-028-sean-and-jen-mccown&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=315</guid>
         <pubDate>Wed, 27 Mar 2013 16:00:23 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_028"><img src="http://dcac.co/ad/primary_image/ptt_028"></a></p>
<p><img class="alignright size-thumbnail wp-image-317" alt="SeanJen" src="http://peopletalkingtech.com/wp-content/uploads/2013/03/SeanJen-150x150.jpg" width="150" height="150"/>This week in episode 028 I&#8217;m joined by the Midnight DBAs Sean and Jen McCown.  Sean and Jen are located in Dallas Texas where they broadcast the <a rel="nofollow" target="_blank" href="http://midnightdba.itbookworm.com/">Midnight DBA</a> webcast from.  In this weeks episode we talk about a bunch of different topics including some of the issues with moving from a more traditional job role as a database administrator to being an Independent Consultant, among other topics that you&#8217;ll just have to listen in to explore.  We do kind of jump all over the place.</p>]]></content:encoded>
         <enclosure length="39546967" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_028_Sean_and_Jen_McCown-c.mp3"/>
      </item>
      <item>
         <title>Episode 027 – Boris Hristov</title>
         <link>http://peopletalkingtech.com/episode-027-boris-hristov</link>
         <description>This week in episode 027 I&amp;#8217;m joined by Boris Hristov from Bulgaria.  Boris is a SQL Server Database Administrator and Trainer for HP in their consulting services branch of the company.  In this episode Boris and I talk about why&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-027-boris-hristov&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=301</guid>
         <pubDate>Wed, 20 Mar 2013 16:00:44 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_027"><img src="http://dcac.co/ad/primary_image/ptt_027"></a></p>
<p><a rel="nofollow" target="_blank" href="http://peopletalkingtech.com/wp-content/uploads/2013/03/Boris-Hristov.jpg"><img class="alignright size-thumbnail wp-image-300" alt="Boris Hristov" src="http://peopletalkingtech.com/wp-content/uploads/2013/03/Boris-Hristov-150x150.jpg" width="150" height="150"/></a>This week in episode 027 I&#8217;m joined by Boris Hristov from Bulgaria.  Boris is a SQL Server Database Administrator and Trainer for HP in their consulting services branch of the company.  In this episode Boris and I talk about why all DBAs need to have basic presentation skills.  And it isn&#8217;t even for those DBAs who want to get into presenting, but just the normal DBAs which most of us are need to bone up on our PowerPoint and get used to standing in front of our peers at the office from time to time.</p>
<p>Aside from that we also chat a little bit about some of the issues that people are seeing when it comes to adopting SQL Server 2012 (hint, it&#8217;s mostly a money problem).</p>
<p>As always, thanks for listening and I hope you enjoy the show.</p>]]></content:encoded>
         <enclosure length="18385266" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_027_Boris_Hristov-c.mp3"/>
      </item>
      <item>
         <title>Episode 026 – Chris Testa-O’neill, John Martin &amp; Andre Kamman</title>
         <link>http://peopletalkingtech.com/episode-026-chris-testa-oneill-john-martin-andre-kamman</link>
         <description>This week in episode 026 I&amp;#8217;m joined by Chris Testa-O&amp;#8217;neill, John Martin and Andre Kamman.  Chris is a BI consultant with CoEo based in the UK, John is a Database Administrator based on the UK and Andre is a BI&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-026-chris-testa-oneill-john-martin-andre-kamman&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=294</guid>
         <pubDate>Wed, 13 Mar 2013 16:00:57 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_026"><img src="http://dcac.co/ad/primary_image/ptt_026"></a></p>
<p>This week in episode 026 I&#8217;m joined by Chris Testa-O&#8217;neill, John Martin and Andre Kamman.  Chris is a BI consultant with CoEo based in the UK, John is a Database Administrator based on the UK and Andre is a BI and SQL Server consultant based in the Neatherlands.  In this episode, which was recorded at SQL Saturday 194 in Exeter, England, we talk all about BI Architecture and some of the things that people should be looking at when starting a BI project.</p>
<p>I hope you enjoy the session.</p>

<p><img class="size-thumbnail wp-image-307 alignnone" alt="Chris Testa-O'Neill" src="http://peopletalkingtech.com/wp-content/uploads/2013/03/Chris-Testa-ONeill-150x150.jpg" width="150" height="150"/><img class="alignnone size-thumbnail wp-image-311" alt="SQLMonkeyHeadshot" src="http://peopletalkingtech.com/wp-content/uploads/2013/03/SQLMonkeyHeadshot-150x150.png" width="150" height="150"/><img class="alignnone size-thumbnail wp-image-309" alt="Andre Kamman" src="http://peopletalkingtech.com/wp-content/uploads/2013/03/Andre-Kamman-150x150.jpg" width="150" height="150"/></p>
<p>&nbsp;</p>]]></content:encoded>
         <enclosure length="30028316" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_026_Chris_Testa-Oneill_John_Martin_Andre_Kamman-c.mp3"/>
      </item>
      <item>
         <title>Episode 025 – Grant Fritchey</title>
         <link>http://peopletalkingtech.com/episode-025-grant-fritchey</link>
         <description>This week in episode, number 025 I&amp;#8217;m joined by Grant Fritchey.  Grant is a product evangelist for Red Gate software which means he&amp;#8217;s probably got the coolest job around.  His job is to talk to people about Red Gate&amp;#8217;s products. During&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-025-grant-fritchey&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=289</guid>
         <pubDate>Tue, 05 Mar 2013 16:00:35 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_025"><img src="http://dcac.co/ad/primary_image/ptt_025"></a></p>
<p><a rel="nofollow" target="_blank" href="http://peopletalkingtech.com/wp-content/uploads/2013/03/GrantRedGateSmiling.jpg"><img class="alignright size-thumbnail wp-image-304" alt="GrantRedGateSmiling" src="http://peopletalkingtech.com/wp-content/uploads/2013/03/GrantRedGateSmiling-150x150.jpg" width="150" height="150"/></a>This week in episode, number 025 I&#8217;m joined by Grant Fritchey.  Grant is a product evangelist for Red Gate software which means he&#8217;s probably got the coolest job around.  His job is to talk to people about Red Gate&#8217;s products.</p>
<p>During the show this week we talk about some of the ups and downs of working from home and some of the tricks that we&#8217;ve learned over the years of working from home to keep yourself sane and keep being productive while working somewhere which is both distracting and isolating all that the same time.</p>
<p>You can find out more about grant on his blog &#8220;<a rel="nofollow" target="_blank" href="http://www.scarydba.com/">Home of the Scary DBA</a>&#8220;.</p>]]></content:encoded>
         <enclosure length="29286060" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_025_Grant_Fritchey-c.mp3"/>
      </item>
      <item>
         <title>Episode 024 – Karen Lopez</title>
         <link>http://peopletalkingtech.com/episode-024-karen-lopez</link>
         <description>In this weeks episode, which is episode 24, I&amp;#8217;m joined once again by Karen Lopez.  Karen is a project manager and architect with Info Advisors.  She is also a fellow NASA TweetUp alumni as well as being the owner of some of&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-024-karen-lopez&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=279</guid>
         <pubDate>Tue, 26 Feb 2013 16:00:25 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_024"><img src="http://dcac.co/ad/primary_image/ptt_024"></a></p>
<p><a rel="nofollow" target="_blank" href="http://peopletalkingtech.com/wp-content/uploads/2012/09/PanelPortrait.png"><img class="alignright size-full wp-image-60" alt="PanelPortrait" src="http://peopletalkingtech.com/wp-content/uploads/2012/09/PanelPortrait.png" width="165" height="221"/></a>In this weeks episode, which is episode 24, I&#8217;m joined once again by Karen Lopez.  Karen is a project manager and architect with <a rel="nofollow" target="_blank" href="http://www.infoadvisors.com">Info Advisors</a>.  She is also a fellow NASA TweetUp alumni as well as being the owner of some of the most famous and well traveled Barbie dolls in the world.  During this episode we talk about data security, and data loss.  Data loss has been a major problem recently for a lot of companies and government agencies which has led to a lot of peoples information being exposed to what ever random person found/stole it.  Karen and I talk about some of these recent data loss events and how they happened and how they could have been avoided; and most importantly why they should be avoided.   Karen has written a lot about data breaches which you can <a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/category/data/data-breach/">read about here</a>.</p>

<p>Here are some write-ups of some of the data breaches which we talked about during the podcast.</p>
<p><a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/30/got-health-data-your-penalty-exposures-for-data-breaches-just-increased/">Got Health Data? Your Penalty Exposures For Data Breaches Just Increased</a></p>
<p><a rel="nofollow" title="Federal Department Bans Use of Portable Devices (YAFF)" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/22/federal-department-bans-use-of-portable-devices-yaff/">Federal Department Bans Use of Portable Devices (YAFF)</a></p>
<p><a rel="nofollow" title="Utah Health Department &#x002013; Yet Another Flashdrive FAIL (YAFF)" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/18/utah-health-department-yet-another-flashdrive-fail-yaff/">Utah Health Department – Yet Another Flashdrive FAIL (YAFF)</a></p>
<p><a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/16/b-c-health-ministry-data-breach-affects-millions/">BC Health Ministry Data Breach Affects Millions</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.dataversity.net/category/discussion/blogs/karen-lopez/">Karen&#8217;s Data Modeling Blog at Datversity.net</a></p>
<p><a rel="nofollow" target="_blank" href="http://redtape.nbcnews.com/_news/2013/01/30/16762661-exclusive-your-employer-may-share-your-salary-and-equifax-might-sell-that-data">Salary data </a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
         <enclosure length="38807927" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_024_Karen_Lopez-c.mp3"/>
      </item>
      <item>
         <title>Episode 023 – Chris Webb</title>
         <link>http://peopletalkingtech.com/episode-023-chris-webb</link>
         <description>This week in episode 023 I&amp;#8217;m joined by Chris Webb.  Chris is a SSAS and PowerPivot Consultant and Trainer based out of the UK.  Chris and I talked over Office 2013, BI and where everything BI has come from, where&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-023-chris-webb&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=259</guid>
         <pubDate>Tue, 19 Feb 2013 16:00:06 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_023"><img src="http://dcac.co/ad/primary_image/ptt_023"></a></p>
<p><a rel="nofollow" target="_blank" href="http://peopletalkingtech.com/episode-023-chris-webb/chris-headshot-cropped"><img class="alignright size-thumbnail wp-image-260" alt="Chris headshot cropped" src="http://peopletalkingtech.com/wp-content/uploads/2013/01/Chris-headshot-cropped-150x150.jpg" width="150" height="150"/></a>This week in episode 023 I&#8217;m joined by <a rel="nofollow" target="_blank" href="http://cwebbbi.wordpress.com/">Chris Webb</a>.  Chris is a SSAS and PowerPivot Consultant and Trainer based out of the UK.  Chris and I talked over Office 2013, BI and where everything BI has come from, where it is in 2013 and where it&#8217;ll be going in the future.  We also talk over some of the potential pitfalls that BI adoption has which includes the fact that people don&#8217;t deploy the new versions of Microsoft Office right away.  Hopefully things like Office 365 and SharePoint Online will help people move into the BI Space faster.  Listen in for more&#8230;</p>]]></content:encoded>
         <enclosure length="30928978" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_023_Chris_Webb-c.mp3"/>
      </item>
      <item>
         <title>Episode 022 – Gail Shaw</title>
         <link>http://peopletalkingtech.com/episode-022-gail-shaw</link>
         <description>This week in episode 022 I&amp;#8217;m joined by Gail Shaw who is a fellow SQL Server MVP and a SQL Server Consultant from Johannesburg, South Africa.  Gail is a major question answerer on some of the forums where she answers&amp;#8230;&lt;p class=&quot;more-link-p&quot;&gt;&lt;a rel=&quot;nofollow&quot; class=&quot;more-link&quot; target=&quot;_blank&quot; href=&quot;http://peopletalkingtech.com/episode-022-gail-shaw&quot;&gt;Read more &amp;#8594;&lt;/a&gt;&lt;/p&gt;</description>
         <guid isPermaLink="false">http://peopletalkingtech.com/?p=229</guid>
         <pubDate>Tue, 12 Feb 2013 16:00:13 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://dcac.co/ad/primary_link/ptt_022"><img src="http://dcac.co/ad/primary_image/ptt_022"></a></p>
<p><a rel="nofollow" target="_blank" href="http://peopletalkingtech.com/episode-022-gail-shaw/gail"><img class="alignright size-full wp-image-230" alt="Gail" src="http://peopletalkingtech.com/wp-content/uploads/2013/01/Gail.jpg" width="78" height="100"/></a>This week in episode 022 I&#8217;m joined by <a rel="nofollow" target="_blank" href="http://sqlinthewild.co.za/">Gail Shaw</a> who is a fellow SQL Server MVP and a SQL Server Consultant from Johannesburg, South Africa.  Gail is a major question answerer on some of the forums where she answers lots of SQL Server programming questions.  During this weeks episode Gail and I talk through some of the biggest problems that she sees in questions that are asked.  This includes things like BEGIN TRANSACTION, COMMIT and ROLLBACK TRANSACTION, as well as a single stored procedure that does everything, and of the biggest issues that she sees online error handling, or more specifically the lack of error handling and the improper use of error handling.</p>]]></content:encoded>
         <enclosure length="33295045" type="audio/mpeg" url="http://media.blubrry.com/peopletalkingtech/peopletalkingtech.com/eps/Episode_022_Gail_Shaw-c.mp3"/>
      </item>
      <item>
         <title>Health Data Breaches – Insider Data Trading?</title>
         <link>http://securingsqlserver.com/health-data-breaches-insider-data-trading</link>
         <description>This was reposted from http://blog.infoadvisors.com/index.php/2013/01/09/health-data-breaches-insider-data-trading/ written by Karen Lopez. They get all the credit for this, not me. It seems like the majority of health data breaches I read about are via insiders with access to patient information systems stealing and selling their data. Federal authorities say Sergei Kusyakov, who was involved with Metro Chiropractic [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=141</guid>
         <pubDate>Wed, 16 Jan 2013 01:49:15 +0000</pubDate>
         <content:encoded><![CDATA[<p>This was reposted from <a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/09/health-data-breaches-insider-data-trading/">http://blog.infoadvisors.com/index.php/2013/01/09/health-data-breaches-insider-data-trading/</a> written by Karen Lopez. They get all the credit for this, not me.</p>
<p><a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/wordpress/wp-content/uploads/2013/01/image1.png"><img title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="image" src="http://blog.infoadvisors.com/wordpress/wp-content/uploads/2013/01/image_thumb1.png" width="183" height="244"></a></p>
<p>It seems like the majority of health data breaches I read about are via insiders with access to patient information systems stealing and selling their data.</p>
<blockquote><p>Federal authorities say Sergei Kusyakov, who was involved with Metro Chiropractic and Wellness Center and City Lights Medical Center, illegally obtained private information about patients through Dale Munroe II and his wife, Katrina Munroe, who worked at Florida Hospital’s Celebration campus.</p>
<p>Authorities said Dale Munroe accessed more than 763,000 records for patients treated at various Florida</p></blockquote>
<p>&#8230;</p>
<p>Additional reading can be found at the <a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/09/health-data-breaches-insider-data-trading/">original author&#8217;s post</a>.</p>]]></content:encoded>
      </item>
      <item>
         <title>NTLM 100% Broken Using Hashes Derived From Captures</title>
         <link>http://securingsqlserver.com/ntlm-100-broken-using-hashes-derived-from-captures</link>
         <description>This was reposted from http://rss.slashdot.org/~r/Slashdot/slashdot/~3/-x3fWaDw3LA/story01.htm written by Soulskill. They get all the credit for this, not me. New submitter uCallHimDrJ0NES writes &amp;#8220;Security researcher Mark Gamache has used Moxie Marlinspike&amp;#8217;s Cloudcracker to derive hashes from captured NTLM handshakes, resulting in successful pass-the-hash attacks. It&amp;#8217;s been going on for a long time, probably, but this is the [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=139</guid>
         <pubDate>Thu, 10 Jan 2013 08:42:58 +0000</pubDate>
         <content:encoded><![CDATA[<p>This was reposted from <a rel="nofollow" target="_blank" href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/-x3fWaDw3LA/story01.htm">http://rss.slashdot.org/~r/Slashdot/slashdot/~3/-x3fWaDw3LA/story01.htm</a> written by Soulskill. They get all the credit for this, not me.</p>
<p>New submitter uCallHimDrJ0NES writes &#8220;Security researcher Mark Gamache has used Moxie Marlinspike&#8217;s Cloudcracker to derive hashes from captured NTLM handshakes, resulting in successful pass-the-hash attacks. It&#8217;s been going on for a long time, probably, but this is the first time a &#8216;white hat&#8217; has researched and exposed the how-to details for us all to enjoy. &#8216;You might think that with all the papers and presentations, no one would be using NTLM&#8230;or, God forbid, LM. NTLMv2 has been around for quite some time. Surely, everyone is using it. Right? Wrong! According to the last data from the W3 Schools, 21% of computers are running XP, while NetMarketShare claims it is 39%. Unless someone has hardened these machines (no MS patches do this), these machines are sending LM and NTLM responses!&#8217; Microsoft has posted a little guidance for those who need to turn off NTLM. Have fun explaining your new security project to your management, server admins!&#8221;
<div> </div>
<p>&#8230;</p>
<p>Additional reading can be found at the <a rel="nofollow" target="_blank" href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/-x3fWaDw3LA/story01.htm">original author&#8217;s post</a>.</p>]]></content:encoded>
      </item>
      <item>
         <title>Ruby On Rails SQL Injection Flaw Has Serious Real-Life Consequences</title>
         <link>http://securingsqlserver.com/ruby-on-rails-sql-injection-flaw-has-serious-real-life-consequences</link>
         <description>This was reposted from http://rss.slashdot.org/~r/Slashdot/slashdot/~3/4jJjYcqA-4M/story01.htm written by Unknown Lamer. They get all the credit for this, not me. vikingpower writes &amp;#8220;As a previous Slashdot story already reported, Ruby on Rails was recently reported to suffer from a major SQL injection flaw. This has prompted the Dutch government to take the one and only national site [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=137</guid>
         <pubDate>Thu, 10 Jan 2013 08:42:47 +0000</pubDate>
         <content:encoded><![CDATA[<p>This was reposted from <a rel="nofollow" target="_blank" href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/4jJjYcqA-4M/story01.htm">http://rss.slashdot.org/~r/Slashdot/slashdot/~3/4jJjYcqA-4M/story01.htm</a> written by Unknown Lamer. They get all the credit for this, not me.</p>
<p>vikingpower writes &#8220;As a previous Slashdot story already reported, Ruby on Rails was recently reported to suffer from a major SQL injection flaw. This has prompted the Dutch government to take the one and only national site for citizens&#8217; digital identification offline (link in Dutch, Google translation to English). Here is the English-language placeholder page for the now-offline site. This means that 16 million Dutch citizens cannot authenticate themselves anymore with government instances, and that those same government instances can not communicate anything to those same citizens anymore.&#8221; Fixes were released, so it looks like it&#8217;s on their sysadmin team now.
<div> <a rel="nofollow" target="_blank" href="http://twitter.com/home?status=Ruby+On+Rails+SQL+Injection+Flaw+Has+Serious+Real-Life+Consequences%3A+http%3A%2F%2Fbit.ly%2FTL2gZM"><img src="http://a.fsdn.com/sd/twitter_icon_large.png"></a> </div>
<p>&#8230;</p>
<p>Additional reading can be found at the <a rel="nofollow" target="_blank" href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/4jJjYcqA-4M/story01.htm">original author&#8217;s post</a>.</p>]]></content:encoded>
      </item>
      <item>
         <title>An Audible Data Privacy Breach</title>
         <link>http://securingsqlserver.com/an-audible-data-privacy-breach</link>
         <description>This was reposted from Clean Up BlogThisSecurity feed and make it a snipit http://blog.infoadvisors.com/index.php/2013/01/02/an-audible-data-privacy-breach/ written by Karen Lopez. They get all the credit for this, not me.   RI labor dept. warns of possible privacy breach. I think about data encryption, physical access controls to servers and such on a regular basis. But there are [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=135</guid>
         <pubDate>Sun, 06 Jan 2013 19:56:27 +0000</pubDate>
         <content:encoded><![CDATA[<p>This was reposted from Clean Up BlogThisSecurity feed and make it a snipit <a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/02/an-audible-data-privacy-breach/">http://blog.infoadvisors.com/index.php/2013/01/02/an-audible-data-privacy-breach/</a> written by Karen Lopez. They get all the credit for this, not me.</p>
<p> </p>
<p><a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/wordpress/wp-content/uploads/2013/01/image.png"><img title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="image" src="http://blog.infoadvisors.com/wordpress/wp-content/uploads/2013/01/image_thumb.png" width="299" height="270"></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.boston.com/news/local/rhode-island/2012/12/31/labor-dept-warns-possible-privacy-breach/qamG0J2dhmhKa3SWf3MQTO/story.html">RI labor dept. warns of possible privacy breach</a>.</p>
<p>I think about data encryption, physical access controls to servers and such on a regular basis. But there are all kinds of formats via which data gets stored or communicated.  The Rhode Island Department of Labor recently had a data breach involving their call center.  Customers were able to hear conversations on other calls.  The department estimates fewer than 700 pe</p>
<p>&#8230;</p>
<p>Additional reading can be found at the <a rel="nofollow" target="_blank" href="http://blog.infoadvisors.com/index.php/2013/01/02/an-audible-data-privacy-breach/">original author&#8217;s post</a>.</p>]]></content:encoded>
      </item>
      <item>
         <title>Are Your Protecting Your DB Backups?</title>
         <link>http://securingsqlserver.com/are-your-protecting-your-db-backups</link>
         <description>This was reposted from Clean Up BlogThisSecurity feed and make it a snipit http://www.sqlservercentral.com/blogs/brian_kelley/2012/11/27/are-your-protecting-your-db-backups/ written by (author unknown). They get all the credit for this, not me. Folks have cited the recent InformationWeek article on how South Carolina&amp;#8217;s Department of Revenue was hacked because the SC state government basically said, &amp;#8220;It&amp;#8217;s the IRS&amp;#8217; fault for not [&amp;#8230;]</description>
         <guid isPermaLink="false">http://securingsqlserver.com/?p=131</guid>
         <pubDate>Tue, 27 Nov 2012 17:42:59 +0000</pubDate>
         <content:encoded><![CDATA[<p>This was reposted from Clean Up BlogThisSecurity feed and make it a snipit <a rel="nofollow" target="_blank" href="http://www.sqlservercentral.com/blogs/brian_kelley/2012/11/27/are-your-protecting-your-db-backups/">http://www.sqlservercentral.com/blogs/brian_kelley/2012/11/27/are-your-protecting-your-db-backups/</a> written by (author unknown). They get all the credit for this, not me.</p>
<p><img style="margin:5px;float:right;border:0px;" src="http://farm4.staticflickr.com/3548/3333707204_b981a4dd85_n.jpg" alt="tapes by twicepix, on Flickr" width="320" height="240"/>Folks have cited the recent <a rel="nofollow" target="_blank" href="http://www.informationweek.com/security/attacks/how-south-carolina-failed-to-spot-hack-a/240142543">InformationWeek article on how South Carolina&#8217;s Department of Revenue was hacked</a> because the SC state government basically said, &#8220;It&#8217;s the IRS&#8217; fault for not telling us we should encrypt social security numbers.&#8221; I&#8217;m not going to touch that. It stands on its own for its foolishness. However, I did key in on <strong><span style="text-decoration:underline;">how</span></strong> the hack happened and <strong><span style="text-decoration:underline;">how</span></strong> the data was obtained. I found this bit to be particularly interesting:</p>
<p style="padding-left:30px;">&#8220;But with more work, by Sept. 12, 2012, the attacker had successfully located and begun copying 23 database backup files, containing 74.7 GB of data, to another directory. Soon, the attacker compressed the data into 15 zip files, transferred them to another server, sent the data to an external system &#8212; outside the state&#8217;s control &#8212; and deleted the zip files to help hide the data breach, according to Mandiant&#8217;s report.&#8221;</p>
<p>In other words, the attacker, once inside the trusted network, located the database backup files, zipped them up, and then copied them offsite. That&#8217;s how the data was lost. The database backups were attacked.</p>
<p>&#8230;</p>
<p>&nbsp;</p>
<p>Additional reading can be found at the <a rel="nofollow" target="_blank" href="http://www.sqlservercentral.com/blogs/brian_kelley/2012/11/27/are-your-protecting-your-db-backups/">original author&#8217;s post</a>.</p>]]></content:encoded>
      </item>
   </channel>
</rss>
<!-- fe1.yql.bf1.yahoo.com compressed/chunked Thu Oct  1 23:10:50 UTC 2015 -->
