<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>BostonGIS Blog - dbii</title>
    <link>http://www.bostongis.com/blog/</link>
    <description>A database programmer's perspective on GIS</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Chocolate and Peanut Butter Cross-Breeding with PostgreSQL, SQL Server 2008, and Oracle</title>
    <link>http://www.bostongis.com/blog/index.php?/archives/146-Chocolate-and-Peanut-Butter-Cross-Breeding-with-PostgreSQL,-SQL-Server-2008,-and-Oracle.html</link>
            <category>dbii</category>
            <category>generate_series</category>
            <category>microsoft</category>
            <category>oracle</category>
            <category>postgis postgresql</category>
            <category>sql server 2008</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/146-Chocolate-and-Peanut-Butter-Cross-Breeding-with-PostgreSQL,-SQL-Server-2008,-and-Oracle.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=146</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=146</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve been whining a lot lately about how SQL Server 2008 (and none of the other SQL Server&#039;s)
have a generate_series() function that I have grown to love in PostgreSQL.  Admittedly I&#039;ve just been too lazy to 
create one even though its not that difficult of a task. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.spatialdbadvisor.com/&quot; target=&quot;_blank&quot;&gt;Simon Greener over at Spatial DBAdvisor&lt;/a&gt; heard my whining and I guess got fed up enough 
to create a &lt;a href=&quot;http://www.spatialdbadvisor.com/sql_server_blog/86/generate_series-for-sql-server-2008&quot; target=&quot;_blank&quot;&gt;generate_series() function for SQL Server 2008&lt;/a&gt;.  
He also has &lt;a href=&quot;http://www.spatialdbadvisor.com/oracle_spatial_tips_tricks/82/generate_series-an-oracle-implementation-in-light-of-sql-design-patterns&quot; target=&quot;_blank&quot;&gt;a generate_series function for Oracle too&lt;/a&gt; by the way.&lt;/p&gt;

&lt;p&gt;Now there are a couple of differences between the way you use it in the 3 databases which are caused
by fundamental differences between the architectures of the 3 databases.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.bostongis.com/blog/index.php?/archives/146-Chocolate-and-Peanut-Butter-Cross-Breeding-with-PostgreSQL,-SQL-Server-2008,-and-Oracle.html#extended&quot;&gt;Continue reading &quot;Chocolate and Peanut Butter Cross-Breeding with PostgreSQL, SQL Server 2008, and Oracle&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 21 Nov 2008 15:35:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/146-guid.html</guid>
    
</item>

</channel>
</rss>