<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All about Business Intelligence &#187; SQL</title>
	<atom:link href="http://blog.boxedbits.com/archives/category/sql/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.boxedbits.com</link>
	<description>( ... more specifically about BI with Microsoft products )</description>
	<lastBuildDate>Mon, 08 Mar 2010 13:10:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Synchronize a SQL Server Database with an SVN Repository</title>
		<link>http://blog.boxedbits.com/archives/133</link>
		<comments>http://blog.boxedbits.com/archives/133#comments</comments>
		<pubDate>Mon, 23 Nov 2009 16:37:45 +0000</pubDate>
		<dc:creator>Tom VdP</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.boxedbits.com/?p=133</guid>
		<description><![CDATA[Yes, it is possible to automatically synchronize a SQL Server database with an SVN repository.  Every change to a table, stored procedure or other database object will automatically be committed to the repository.  New objects will get added, deleted objects deleted, etcetera.  As a bonus, why not monitor the contents of (some) [...]]]></description>
		<wfw:commentRss>http://blog.boxedbits.com/archives/133/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>A Stored Procedure to Launch a SQL Agent Job and Wait</title>
		<link>http://blog.boxedbits.com/archives/124</link>
		<comments>http://blog.boxedbits.com/archives/124#comments</comments>
		<pubDate>Tue, 18 Aug 2009 14:22:37 +0000</pubDate>
		<dc:creator>Tom VdP</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.boxedbits.com/?p=124</guid>
		<description><![CDATA[If you need to launch a SQL Agent Job from within a stored procedure you can simply use msdb..sp_start_job @job.  But what if you need to wait for that job to finish before you can continue whatever you are doing in that stored procedure ?  Here is the code for a stored procedure [...]]]></description>
		<wfw:commentRss>http://blog.boxedbits.com/archives/124/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploying a Microsoft BI Solution via Script</title>
		<link>http://blog.boxedbits.com/archives/50</link>
		<comments>http://blog.boxedbits.com/archives/50#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:37:02 +0000</pubDate>
		<dc:creator>Tom VdP</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://blog.boxedbits.com/?p=50</guid>
		<description><![CDATA[At the end of a phase of a business intelligence project, when it has been accepted and it is time to move into production, comes the deployment on the production environment.  The deployment itself should also be testable, reproducible and of course be completely debugged. The method largely depends on the customer&#8217;s IT team&#8217;s [...]]]></description>
		<wfw:commentRss>http://blog.boxedbits.com/archives/50/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert an Integer Date to a Smalldatetime</title>
		<link>http://blog.boxedbits.com/archives/5</link>
		<comments>http://blog.boxedbits.com/archives/5#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:28:53 +0000</pubDate>
		<dc:creator>Tom VdP</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.boxedbits.com/archives/5</guid>
		<description><![CDATA[A common way to represent a date &#8211; often in mainframe systems &#8211; is in the format yyyymmdd.  Unfortunately it is not easy to do calculations on such a representation.  To be able to use the native T-SQL date functions such as datediff and dateadd you will need to convert it to the [...]]]></description>
		<wfw:commentRss>http://blog.boxedbits.com/archives/5/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
