<?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>belle's sql musings</title>
	<atom:link href="http://www.sqlmusings.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlmusings.com</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Wed, 16 May 2012 20:12:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What&#8217;s Inside an SSIS 2012 .ispac File?</title>
		<link>http://www.sqlmusings.com/2012/05/16/whats-inside-an-ssis-2012-ispac-file/</link>
		<comments>http://www.sqlmusings.com/2012/05/16/whats-inside-an-ssis-2012-ispac-file/#comments</comments>
		<pubDate>Wed, 16 May 2012 20:10:37 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2191</guid>
		<description><![CDATA[If you&#8217;re curious, you can rename the .ispac file and give it a .zip extension, and extract. Voila, we see all the files that make up the ispac &#8211; a manifest, your DTSX files, and a .param file. Also note that the manifest does not have the usual uber-long .ssisDeploymentManifest extension No related posts.

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/05/16/whats-inside-an-ssis-2012-ispac-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a Report Handle Using SSRS2008 and PowerShell V3</title>
		<link>http://www.sqlmusings.com/2012/05/13/get-a-report-handle-using-ssrs2008-and-powershell-v3/</link>
		<comments>http://www.sqlmusings.com/2012/05/13/get-a-report-handle-using-ssrs2008-and-powershell-v3/#comments</comments>
		<pubDate>Sun, 13 May 2012 18:10:53 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[musings]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2185</guid>
		<description><![CDATA[In order to work with report items with SQL Server Reporting Services 2008, most of the time you need to get a handle to the report items. Here is a sample code snippet that uses the ReportingService2010 web service and PowerShell V3 CTP. &#160; cls &#160; #replace this with your reportserver web service URI $ReportServerUri [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/05/13/get-a-report-handle-using-ssrs2008-and-powershell-v3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamically Generate Database Snapshot Creation Script</title>
		<link>http://www.sqlmusings.com/2012/05/03/dynamically-generate-database-snapshot-creation-script/</link>
		<comments>http://www.sqlmusings.com/2012/05/03/dynamically-generate-database-snapshot-creation-script/#comments</comments>
		<pubDate>Fri, 04 May 2012 05:26:04 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[musings]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2179</guid>
		<description><![CDATA[Just a short snippet to dynamically generate a database snapshot script. Could be useful especially if your database has multiple files and/or filegroups: -- run with &#34;Results in Text&#34; mode DECLARE @dbname VARCHAR&#40;100&#41; = 'SampleDB' &#160; -- we will timestamp both the snapshot name and the files DECLARE @currdate VARCHAR&#40;20&#41; SET @currdate = '_' + [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/05/03/dynamically-generate-database-snapshot-creation-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2012 &#8211; BI Semantic Model, Multidimensional vs Tabular</title>
		<link>http://www.sqlmusings.com/2012/04/26/sql-server-2012-bi-semantic-model-multidimensional-vs-tabular/</link>
		<comments>http://www.sqlmusings.com/2012/04/26/sql-server-2012-bi-semantic-model-multidimensional-vs-tabular/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 05:02:11 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[musings]]></category>
		<category><![CDATA[SQL Server BI]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[MSBI]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2164</guid>
		<description><![CDATA[The landscape of Business Intelligence changes with SQL Server 2012. Microsoft has introduced a new &#8220;model&#8221; &#8211; the BI Semantic Model. Don&#8217;t get too hung up on this word though, the BI Semantic Model is really just an umbrella terminology that says as long as a source follows the BI Semantic Model, it will be [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/04/26/sql-server-2012-bi-semantic-model-multidimensional-vs-tabular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2012 x-Terms</title>
		<link>http://www.sqlmusings.com/2012/04/25/sql-server-2012-x-terms/</link>
		<comments>http://www.sqlmusings.com/2012/04/25/sql-server-2012-x-terms/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 12:52:49 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[musings]]></category>
		<category><![CDATA[SQL Server BI]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[DAX]]></category>
		<category><![CDATA[MDX]]></category>
		<category><![CDATA[MSBI]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2154</guid>
		<description><![CDATA[Just finishing up my presentation for this Saturday&#8217;s Vancouver Techfest, and was putting a slide for some of the x-terms in SQL Server 2012. Just thought I&#8217;d share it: xVelocity In Memory Analytics Engine In SQL Server 2008 R2 – this was introduced as Vertipaq for PowerPivot for Excel (see James Beresford blog about Vertipaq) [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/04/25/sql-server-2012-x-terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Admiration for Pragmatic Works Foundation</title>
		<link>http://www.sqlmusings.com/2012/04/04/admiration-for-pragmatic-works-foundation/</link>
		<comments>http://www.sqlmusings.com/2012/04/04/admiration-for-pragmatic-works-foundation/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 04:31:48 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[musings]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2145</guid>
		<description><![CDATA[Here&#8217;s a quote from the Pragmatic Works Foundation site: &#8220;The Pragmatic Works Foundation is a non-profit organization created to find passionate people who are interested in joining the technology field but cannot make the financial investments needed for training and hardware. The goal is to provide candidates the opportunity to learn new technologies from industry [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/04/04/admiration-for-pragmatic-works-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a SQL Server 2012 BI development environment (VHD)</title>
		<link>http://www.sqlmusings.com/2012/04/01/creating-a-sql-server-2012-bi-development-environment-vhd/</link>
		<comments>http://www.sqlmusings.com/2012/04/01/creating-a-sql-server-2012-bi-development-environment-vhd/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 18:54:56 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[musings]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2140</guid>
		<description><![CDATA[KIWI Microsoft and Richard Davis have put together a great how-to document for creating a SQL Server 2012 VHD for development and experimental purposes. How to Build a SQL Server 2012 Hyper-V Virtual Machine (KIWI build) So if you are thinking of exploring the new SQL Server 2012 capabilities, including the new BI capabilities (PowerView! [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/04/01/creating-a-sql-server-2012-bi-development-environment-vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in SQL Server Reporting Services (SSRS) 2012?</title>
		<link>http://www.sqlmusings.com/2012/03/12/whats-new-in-sql-server-reporting-services-ssrs2012/</link>
		<comments>http://www.sqlmusings.com/2012/03/12/whats-new-in-sql-server-reporting-services-ssrs2012/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 07:07:01 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[Speaking Engagements]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[PowerView]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SSRS 2012]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=2114</guid>
		<description><![CDATA[SQL Server 2008 R2 was an exciting release for Reporting Services. It gave us features such as: - Shared Data Sets - Report Parts - New Visualization, including spatial visualizations There&#8217;s are also significant changes and new features to SSRS 2012 &#8211; but a some of these can only be materialized if you are using [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2012/03/12/whats-new-in-sql-server-reporting-services-ssrs2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

