﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>DataZulu</title>
    <description>Database and Software Engineering</description>
    <link>http://www.datazulu.com/OldBlog/tabid/36/BlogId/1/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>ewc+blogcomments@datazulu.com</managingEditor>
    <webMaster>portal@thezulus.com</webMaster>
    <pubDate>Mon, 21 May 2012 00:38:59 GMT</pubDate>
    <lastBuildDate>Mon, 21 May 2012 00:38:59 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.2.0.29758</generator>
    <item>
      <title>SQL Saturday - Portland</title>
      <description>The presentation given yesterday at SQL Saturday Portland is up in the Downloads area. Or directly at &lt;a href="http://www.datazulu.com/LinkClick.aspx?fileticket=AXIbI%2bFMJl8%3d&amp;tabid=71&amp;mid=406"&gt;this link&lt;/a&gt;.
&lt;br&gt;
&lt;img src="http://www.sqlsaturday.com/images/sql_saturday_logo.png" height="42px" width="100px"/&gt;</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/27/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/27/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=27</guid>
      <pubDate>Sat, 06 Jun 2009 07:00:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=27</trackback:ping>
    </item>
    <item>
      <title>SQL Server 2008 Table-valued parameters and NULL</title>
      <description>So it turns out table-valued parameters can be optional with no problem. But it’s non-standard syntax...</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/26/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/26/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=26</guid>
      <pubDate>Mon, 04 May 2009 08:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=26</trackback:ping>
    </item>
    <item>
      <title>Cleaning off 600 MB from my poor laptop with one command</title>
      <description>How much old installation garbage is left on your machine? For mine, it was 600MB. Here's how I fixed it.</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/25/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/25/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=25</guid>
      <pubDate>Mon, 04 May 2009 08:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=25</trackback:ping>
    </item>
    <item>
      <title>SQL Saturday Presentation on XML and Relational Databases</title>
      <description>&lt;div align="left"&gt;(See this post for the Presentation and Sample Code.)&lt;br&gt;&lt;img src="http://www.sqlsaturday.com/images/sql_saturday_5_olympia.gif" height="47px" width="118px" /&gt;&lt;/div&gt;</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/22/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/22/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=22</guid>
      <pubDate>Tue, 07 Oct 2008 07:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=22</trackback:ping>
    </item>
    <item>
      <title>Testing for "failure" in VS DB Pro database unit tests</title>
      <description>Although I enjoy the unit-testing features of Visual Studio "Database Professional" edition, it is a ghastly oversight that you can't obviously test for certain error conditions. Here's the work-around I'm using...</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/21/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/21/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=21</guid>
      <pubDate>Wed, 28 May 2008 08:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=21</trackback:ping>
    </item>
    <item>
      <title>Cast 'true' as BIT - one step closer to Booleans in SQL Server</title>
      <description>Starting with SQL Server 2005 we can use the string literals 'true' and 'false' in place of the 1 or 0 value for BIT types. Here's a quick example.</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/20/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/20/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=20</guid>
      <pubDate>Wed, 07 May 2008 08:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=20</trackback:ping>
    </item>
    <item>
      <title>Reading Recommendations from "Relational Principles" Training</title>
      <description>I had a fun opportunity to teach some of my relational database thoughts on fundamentals and design issues to a vibrant team at Bally Technologies last week. From those discussions, here are some strong reading recommendations.</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/15/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/15/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=15</guid>
      <pubDate>Wed, 06 Feb 2008 07:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
    <item>
      <title>Intro to Source-Control for SQL Server development</title>
      <description>Source control for SQL Server development just isn't that hard. This entry gives some introductory pointers.</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/9/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/9/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=9</guid>
      <pubDate>Fri, 09 Mar 2007 08:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=9</trackback:ping>
    </item>
    <item>
      <title>Eric's Axioms of Data Management - #1</title>
      <description>If supporting foreseeable business changes requires adding tables or columns to your database, the design is deficient.</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/3/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/3/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=3</guid>
      <pubDate>Tue, 07 Nov 2006 07:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=3</trackback:ping>
    </item>
    <item>
      <title>Microsoft Word is a Legal Document</title>
      <description>To say "Access is a relational database" is as incorrect as saying, "Word is a legal document." We need to be more clear than this as data professionals.</description>
      <link>http://www.datazulu.com/OldBlog/tabid/36/EntryID/2/Default.aspx</link>
      <author>ewc+blogcomments@datazulu.com</author>
      <comments>http://www.datazulu.com/OldBlog/tabid/36/EntryID/2/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.datazulu.com/Default.aspx?tabid=36&amp;EntryID=2</guid>
      <pubDate>Sat, 26 Feb 2005 07:00:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.datazulu.com/DesktopModules/Blog/Trackback.aspx?id=2</trackback:ping>
    </item>
  </channel>
</rss>
