<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SQL Server Development and Administration by David Bridge</title>
	<atom:link href="http://davidbridge.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidbridge.wordpress.com</link>
	<description>SQL Server development, administration, design, gotchas, musings and best practice. David Bridge Technology Limited. Stockport, Cheshire, Manchester</description>
	<lastBuildDate>Thu, 23 May 2013 22:55:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='davidbridge.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4a4f96638f3cdd1bd7ef3c6b21e4a289?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>SQL Server Development and Administration by David Bridge</title>
		<link>http://davidbridge.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://davidbridge.wordpress.com/osd.xml" title="SQL Server Development and Administration by David Bridge" />
	<atom:link rel='hub' href='http://davidbridge.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SharePoint startup time very slow</title>
		<link>http://davidbridge.wordpress.com/2012/12/14/sharepoint-startup-time-very-slow/</link>
		<comments>http://davidbridge.wordpress.com/2012/12/14/sharepoint-startup-time-very-slow/#comments</comments>
		<pubDate>Fri, 14 Dec 2012 15:06:22 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Other stuff]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Slow]]></category>
		<category><![CDATA[slow sharepoint startup]]></category>
		<category><![CDATA[Startup]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=285</guid>
		<description><![CDATA[I created a SharePoint Server installation to look after project documentation. All was well and I uploaded all of the specifications, design documents, project plans etc. The following day, when I wanted to show the site to someone important, it &#8230; <a href="http://davidbridge.wordpress.com/2012/12/14/sharepoint-startup-time-very-slow/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=285&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I created a SharePoint Server installation to look after project documentation. All was well and I uploaded all of the specifications, design documents, project plans etc. The following day, when I wanted to show the site to someone important, <strong>it did not work!</strong> I refreshed the browser several times thinking (correctly) that the application pool would have recycled overnight and there would be a delay as it re-built and re-loaded but this took forever. Several minutes later it did spring in to life but by that time, the business-minded (non-technical) client had already <strong>lost interest and walked away</strong>.</p>
<p>I was furious &#8211; SharePoint had made me look bad and I don&#8217;t like looking bad!</p>
<p>Perhaps I should have checked this just before the meeting but to be honest the meeting was not planned at that time. I had been put on the spot and was looking for something to impress. What annoyed me more is that by recycling the application pool myself, I as able to repeat the error many times over. This must be a bug I thought so I went to ask Uncle Google.</p>
<p><strong>Why so slow?</strong></p>
<p>The answer, and how <strong><a title="David Klein" href="http://ddkonline.blogspot.co.uk/2010/05/fix-sharepoint-very-slow-to-start-after.html" target="_blank">David Klein</a></strong> found it, is contained in the following blog post link but I shall quickly explain the bit that matters.</p>
<p>Basically its due to a bit of &#8220;guilty til proven innocent&#8221; attitude from Microsoft.</p>
<p>Microsoft check for revoked certificates <strong>every time the application pool is recycled</strong> and to do this the site references a couple of URL&#8217;s at <strong>crl.microsoft.com</strong></p>
<p>In my case, a network block was preventing this so the check takes a very long time before it times out, following which, the application loads.</p>
<p>David&#8217;s wonderful blog post pointed out the issue and suggested that if I add the <strong>crl.microsoft.com</strong> address to the hosts file and point it locally (<strong>127.0.0.1</strong>) then this will result in an immediate revoked certificate lookup failure and massively reduce startup time.</p>
<p>This type of lookup redirection hack is often used to install illegal software by preventing it from registering etc. (a lot of software calls home during the install). In this case Microsoft decided to check much more often.</p>
<p>There may be implications to applying this workaround in some cases, such as notification of updates etc. but if it fixes the startup time then it might be worth it.</p>
<p><em>I think it&#8217;s a brilliant workaround but on account of other features that might exist now or in the future at crl.microsoft.com it may be better to schedule the recycle for out of hours time and force an immediate refresh when nobody is looking (to reload the pool)</em><br />
<strong>What happened to innocent until proven guilty?</strong><br />
It would appear that software companies these days reverse this and everyone pays the price.</p>
<p>So did it have the desired effect? You bet!</p>
<p>Before : 2 minutes<br />
After : 20 seconds</p>
<p>Now that was a good tip. Thanks David.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/285/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=285&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/12/14/sharepoint-startup-time-very-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Server 2008 R2 &#8211; Full or Server Core</title>
		<link>http://davidbridge.wordpress.com/2012/12/03/windows-server-2008-r2-full-or-server-core/</link>
		<comments>http://davidbridge.wordpress.com/2012/12/03/windows-server-2008-r2-full-or-server-core/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 11:46:02 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Core Installation]]></category>
		<category><![CDATA[Full Installation]]></category>
		<category><![CDATA[MICROSOFT]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=282</guid>
		<description><![CDATA[I did not know which to install so I looked around and found this very entertaining and yet informative blog post. I like the fact that the post is attempting to add a humorous and more interesting spin on a &#8230; <a href="http://davidbridge.wordpress.com/2012/12/03/windows-server-2008-r2-full-or-server-core/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=282&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I did not know which to install so I looked around and found this very entertaining and yet informative blog post. I like the fact that the post is attempting to add a humorous and more interesting spin on a very boring subject.</p>
<p><a href="http://www.trainsignal.com/blog/windows-server-2008-server-core-full-install" target="_blank">http://www.trainsignal.com/blog/windows-server-2008-server-core-full-install</a></p>
<p>Kudos to you Brian</p>
<p>For a most official version head here and check out the bullet lists.</p>
<p><a href="http://technet.microsoft.com/en-us/library/dd184075.aspxhttp://" target="_blank">http://technet.microsoft.com/en-us/library/dd184075.aspx</a></p>
<p>Cheers</p>
<p>Dave</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=282&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/12/03/windows-server-2008-r2-full-or-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharepoint database connection string &#8211; what is it?</title>
		<link>http://davidbridge.wordpress.com/2012/11/27/sharepoint-database-connection-string-what-is-it/</link>
		<comments>http://davidbridge.wordpress.com/2012/11/27/sharepoint-database-connection-string-what-is-it/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 11:59:32 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[Connection string]]></category>
		<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[server name]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Windows SharePoint Services]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=278</guid>
		<description><![CDATA[I use Team Foundation Server (TFS) for source control of my current data warehouse project with SSIS, SSRS and SSAS but my requirements documents which are mostly word but also Excel, Visio and xMind (Excellent mind mapping diagram software) were &#8230; <a href="http://davidbridge.wordpress.com/2012/11/27/sharepoint-database-connection-string-what-is-it/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=278&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I use Team Foundation Server (TFS) for source control of my current data warehouse project with SSIS, SSRS and SSAS but my requirements documents which are mostly word but also Excel, Visio and xMind (Excellent mind mapping diagram software) were simply held on a file share. To get these into TFS requires Windows Sharepoint Server which I had not yet installed. Mapping the Sharepoint to the TFS is a nightmare though with terrible supporting documentation which I will cover this in another post. Anyway, I digress: As part of the process though I wanted to view the Sharepoint Services database in SSMS and could not remeber how to do this and had to look it up which is annoying as I have done this before so I thought I would write a simple post here mainly for my own future reference of what the ridiculous connection string looks like</p>
<p><strong>Windows Sharepoint Services version 3.0 is the free version that you can plug in to TFS to manage document version control.<br />
</strong><br />
Here&#8217;s how you can connect to the database&#8230;</p>
<p>Open Management studio on the server (not a remote connection)<br />
Put this in the server name<br />
<strong>\\.\pipe\mssql$microsoft##ssee\sql\query</strong><br />
use windows authentication</p>
<p>Note:<br />
&#8220;.&#8221; is the name of the server and means local machine<br />
Windows Authentication must be used as this sql server is owned and created by the Sharepoint Installation<br />
SQL Authenticated cannot be used. You can make one but you still cannot use it on this type of database so there isnt much point.<br />
You must be on the local machine too as remote connections cannot be enabled on this type of SQL Server database<br />
<em>(I bet you can hack both of these restricts by enabling editing of the system catalogs and changing a few settings &#8211; never tried it so don&#8217;t blame me if you break it)</em></p>
<p>This connection string also works for the 2007 Sharepoint databases</p>
<p>and before you post a comment on this &#8211; I know this is not a connection string really &#8211; its the string that you put in the server name but you can&#8217;t really call it a server name can you? (its a bit weird for that, which is why its forgettable)</p>
<p>For 2010 its a simpler affair with just<br />
<strong>.\sharepoint</strong><br />
but thats only for the fully paid version which I don&#8217;t have as I don&#8217;t need the features at the moment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=278&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/11/27/sharepoint-database-connection-string-what-is-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>SSAS: Excel Data Connection Wizard missing cube(s)</title>
		<link>http://davidbridge.wordpress.com/2012/09/13/ssas-excel-data-connection-wizard-missing-cubes/</link>
		<comments>http://davidbridge.wordpress.com/2012/09/13/ssas-excel-data-connection-wizard-missing-cubes/#comments</comments>
		<pubDate>Thu, 13 Sep 2012 12:39:34 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Cannot find cube on server]]></category>
		<category><![CDATA[Data Connection Wizard]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel Data Connection Wizard missing cube]]></category>
		<category><![CDATA[Management studio]]></category>
		<category><![CDATA[Measure]]></category>
		<category><![CDATA[missing cube]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[Visible]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=274</guid>
		<description><![CDATA[Have you got missing cubes in your Excel Data Connection Wizard? A customer noticed this yesterday and had spent all afternoon looking for the issue, rebuilding, deploying, processing, deleting and recreating on the server etc. all to no avail. He &#8230; <a href="http://davidbridge.wordpress.com/2012/09/13/ssas-excel-data-connection-wizard-missing-cubes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=274&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Have you got missing cubes in your Excel Data Connection Wizard?</p>
<p>A customer noticed this yesterday and had spent all afternoon looking for the issue, rebuilding, deploying, processing, deleting and recreating on the server etc. all to no avail. He even checked the role permissions and anything usual.</p>
<div id="attachment_275" class="wp-caption alignnone" style="width: 160px"><a href="http://davidbridge.files.wordpress.com/2012/09/excel-data-connection-wizard.jpg"><img src="http://davidbridge.files.wordpress.com/2012/09/excel-data-connection-wizard.jpg?w=150&#038;h=106" alt="" title="Excel Data Connection Wizard" width="150" height="106" class="size-thumbnail wp-image-275" /></a><p class="wp-caption-text">Missing cubes in Excel Data Connection Wizard &#8211; Check the MEASURE&#8217;s VISIBLE property. Not the cube properties or the role</p></div>
<p>The issue is not the CUBE but the MEASUREs in the cube.</p>
<p><strong>Check the Measures VISIBLE property is not set to FALSE.</strong></p>
<p>In his case it was and that&#8217;s why it was not showing. It is not publicised very well on the net so I thought I would stick this post up to help this.</p>
<p>Open the Cube<br />
In the <strong>Cube Structure</strong> window locate the Measures and select it.<br />
In the <strong>Properties</strong> you will see a <strong>Visible</strong> property<br />
Set it to <strong>True</strong></p>
<p><strong>Note that you will be able to see the cube in Management Studio but not in Excel.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/274/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=274&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/09/13/ssas-excel-data-connection-wizard-missing-cubes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>

		<media:content url="http://davidbridge.files.wordpress.com/2012/09/excel-data-connection-wizard.jpg?w=150" medium="image">
			<media:title type="html">Excel Data Connection Wizard</media:title>
		</media:content>
	</item>
		<item>
		<title>Excel Error: There was a problem sending the command to the program</title>
		<link>http://davidbridge.wordpress.com/2012/08/17/excel-error-there-was-a-problem-sending-the-command-to-the-program/</link>
		<comments>http://davidbridge.wordpress.com/2012/08/17/excel-error-there-was-a-problem-sending-the-command-to-the-program/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 14:18:12 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[Other stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[211494]]></category>
		<category><![CDATA[2596856]]></category>
		<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Power Pivot]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[There was a problem sending the command to the program]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=271</guid>
		<description><![CDATA[Excel Error: There was a problem sending the command to the program 15 August 2012 If you click on an excel file and get this error instead of Excel opening your document and you have followed the MS link to &#8230; <a href="http://davidbridge.wordpress.com/2012/08/17/excel-error-there-was-a-problem-sending-the-command-to-the-program/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=271&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Excel Error: There was a problem sending the command to the program</p>
<p><strong>15 August 2012</strong></p>
<p>If you click on an excel file and get this error instead of Excel opening your document and you have followed the MS link to disable the DDE apps already but it is still failing then you probably are victim of a Windows Update issue.</p>
<p>On 15th August it would appear that Office was security patched and if you have Power Pivot installed as an Excel Add-in then you get this error whilst it loads power pivot.</p>
<p><code>Security Update for Microsoft Office 2007 suites<br />
A security vulnerability exists in Microsoft Office 2007 suites  that could allow arbitrary code to run when a maliciously modified file is opened. This update resolves that vulnerability. <a href="http://support.microsoft.com/kb/2596856" rel="nofollow">http://support.microsoft.com/kb/2596856</a>) </code></p>
<p>I don&#8217;t know what the solution is to this yet so its probably just a case of waiting for MS to issue another patch but in the meantime, if you can, disable the Power Pivot Add-in and Excel will load documents properly again.</p>
<p>open Excel &#8211; Goto File &#8211; Options &#8211; Add-ins &#8211; at the bottom choose to manage COM add-ins and go &#8211; Uncheck the Power Pivot Add-in in dialog and click OK</p>
<p>If, like me, you are a Business Intelligence developer and need Power Pivot then you will not be too happy about this so please urge MS to supply a fix soon. You can re-enable the plugin as and when you need it though until this is fixed.</p>
<p>Hope this helps someone</p>
<p>Dave<br />
Excel will now start super fastbut you cannot use the power pivot.</p>
<p>Knowledgebase artice referenced above = <a href="http://support.microsoft.com/kb/211494" title="http://support.microsoft.com/kb/211494" target="_blank">http://support.microsoft.com/kb/211494</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=271&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/08/17/excel-error-there-was-a-problem-sending-the-command-to-the-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>SSIS 2008 and SSIS 2008 R2 are the same (or are they?)</title>
		<link>http://davidbridge.wordpress.com/2012/08/15/ssis-2008-and-ssis-2008-r2-are-the-same-or-are-they/</link>
		<comments>http://davidbridge.wordpress.com/2012/08/15/ssis-2008-and-ssis-2008-r2-are-the-same-or-are-they/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 13:26:59 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[ADO.NET Destination]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=267</guid>
		<description><![CDATA[SSIS 2008 and SSIS 2008 R2 are the same Well pretty much. One big difference is that the ADO.NET Destination has been upgraded. Trouble is that the upgrade is tiny and SQL Server 2008 is not forwardly compatible. If you &#8230; <a href="http://davidbridge.wordpress.com/2012/08/15/ssis-2008-and-ssis-2008-r2-are-the-same-or-are-they/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=267&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>SSIS 2008 and SSIS 2008 R2 are the same</p>
<p>Well pretty much.</p>
<p>One big difference is that the ADO.NET Destination has been upgraded. Trouble is that the upgrade is tiny and SQL Server 2008 is not forwardly compatible.<br />
If you use an ADO connection and develop your package on 2008R2 then deploy to a 2008 box you will get the errors…</p>
<p><code><br />
Code: 0xC004801F<br />
Source: Codes Codes (SSIS.Pipeline)<br />
Description: The component metadata for "component "ADO NET Destination" (16)" could not be upgraded to the newer version of the component. The PerformUpgrade method failed. End<br />
</code></p>
<p>And</p>
<p><code>Code: 0xC0047062<br />
Source: Division Division (ADO NET Destination [490])<br />
Description: Microsoft.SqlServer.Dts.Pipeline.ComponentVersionMismatchException: The version of component "ADO NET Destination" (490) is not compatible with this version of the DataFlow. [[The version or pipeline version or both for the specified component is higher than the current version. This package was probably created on a new version of DTS or the component than is installed on the current PC.]] at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100 wrapper, Int32 lPipelineVersion) End<br />
</code></p>
<p>The problem is easily fixable if you don’t mind editing the XML code for the package and this is explained excellently in this article</p>
<p><a title="http://agilebi.com/jwelch/2010/05/13/moving-ssis-packages-with-ado-net-destinations-between-2008-r2-and-2008/#comment-64654" href="http://agilebi.com/jwelch/2010/05/13/moving-ssis-packages-with-ado-net-destinations-between-2008-r2-and-2008/#comment-64654" target="_blank">http://agilebi.com/jwelch/2010/05/13/moving-ssis-packages-with-ado-net-destinations-between-2008-r2-and-2008/#comment-64654</a></p>
<p>Basically it revolves around setting the version number back and removing the line that 2008 cannot handle / understand.</p>
<p>I mention this as it annoys me that MS could not simply create a hotfix for the 2008 boxes so that if they see the higher version number they don’t read the additional lines / new functionality.</p>
<p>If you could develop a package for either then this would not be an issue but as the tools (BIDS / Visual Studio) only create for a single audience then it’s a bit difficult for a developer who has to deal with both deployment targets to make backward compatible packages.</p>
<p>In Visual Studio / Bids you can create reports for either version so why not packages?</p>
<p><strong>I shall post about this to Microsoft Connect and if it affects you then I urge that you do the same.<br />
</strong></p>
<p>Dave</p>
<p>Solution / work around</p>
<p>Look in xml for each element of type &#8220;component&#8221; named &#8220;ADO NET Destination&#8221; and change the version=&#8221;1&#8243; attribute to version=&#8221;0&#8243;<br />
Then within each component element there is an element called &#8220;properties&#8221; which contains several &#8220;property&#8221; elements. Simply delete the property with name=&#8221;UseBulkInsertWhenPossible&#8221; as it is not recognised by 2008</p>
<p>e.g.</p>
<p><code>&lt;component name="ADO NET Destination" <strong>version="1"</strong> ……&gt;</p>
<p>&lt;properties&gt;</p>
<p>&lt;property name="TableOrViewName" … &gt;xxx&lt;/property&gt;</p>
<p>&lt;property name="BatchSize" … &gt;0&lt;/property&gt;</p>
<p>&lt;property name="CommandTimeout" … &gt;30&lt;/property&gt;</p>
<p><strong>&lt;</strong><strong>property</strong><strong>name</strong><strong>="UseBulkInsertWhenPossible"</strong> … <strong>&gt;</strong><strong>true&lt;/property&gt;</strong></p>
<p>&lt;/properties&gt;<br />
&lt;/component&gt;</code></p>
<p>Becomes</p>
<p><code>&lt;component name="ADO NET Destination" <strong>version="0"</strong> ……&gt;</p>
<p>&lt;properties&gt;</p>
<p>&lt;property name="TableOrViewName" … &gt;xxx&lt;/property&gt;</p>
<p>&lt;property name="BatchSize" … &gt;0&lt;/property&gt;</p>
<p>&lt;property name="CommandTimeout" … &gt;30&lt;/property&gt;</p>
<p>&lt;/properties&gt;<br />
&lt;/component&gt;</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=267&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/08/15/ssis-2008-and-ssis-2008-r2-are-the-same-or-are-they/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>Viewing cubes when upgrading to SQL Server 2012</title>
		<link>http://davidbridge.wordpress.com/2012/06/14/viewing-cubes-when-upgrading-to-sql-server-2012/</link>
		<comments>http://davidbridge.wordpress.com/2012/06/14/viewing-cubes-when-upgrading-to-sql-server-2012/#comments</comments>
		<pubDate>Thu, 14 Jun 2012 13:19:14 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[cube]]></category>
		<category><![CDATA[cube browser]]></category>
		<category><![CDATA[DATA WAREHOUSE]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2012]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=259</guid>
		<description><![CDATA[This taken from “Behaviour Changes to Analysis Services Features in SQL Server 2012” Cube browser in Management Studio and Cube Designer has been removed The cube browser control that let you drag and drop fields onto a PivotTable structure in &#8230; <a href="http://davidbridge.wordpress.com/2012/06/14/viewing-cubes-when-upgrading-to-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=259&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This taken from “<strong>Behaviour Changes to Analysis Services Features in SQL Server 2012</strong>”</p>
<p>Cube browser in Management Studio and Cube Designer has been removed</p>
<p>The cube browser control that let you drag and drop fields onto a PivotTable structure in Management Studio or in Cube Designer has been removed from the product. The control was an Office Web Control (OWC) component. OWC was deprecated by Office and is no longer available.</p>
<p><a target="_blank" href="http://msdn.microsoft.com/en-us/library/ms143682.aspx">http://msdn.microsoft.com/en-us/library/ms143682.aspx</a></p>
<p>This is really annoying for thos who do not have Excel with power pivot. MS has dictated that you must buy both SQL and Excel in order to be able to develop BI solutions. Sure you probably already have Excel and if you use two monitors to develop then you might not mind as you can browse in one screen while developing in the other but you could before too. Now MS have forced you in to it which is really annoying.</p>
<p>I develop on a 22 inch screen but my second monitor is the 13 inch screen on my Sony VaioZ so I don’t really want to use this. On the few occasions where I do not have my monitor connected and the Sony is the only screen, I now have to ALT+TAB between them. It’s just not ideal.</p>
<p>MS still has not created a decent online version of the browser either forcing us to using third party tools for ad-hoc cube browsing on the web. In my current contract my customer wants to browse cubes over the internet and cannot use SSAS but the power pivot also does not really go far enough.</p>
<p>I think MS need top put a little more effort in here. What do you think?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=259&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/06/14/viewing-cubes-when-upgrading-to-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>Extraction from INFORMIX database using SSIS (Data warehouse ETL)</title>
		<link>http://davidbridge.wordpress.com/2012/05/30/extraction-from-informix-database-using-ssis-data-warehouse-etl/</link>
		<comments>http://davidbridge.wordpress.com/2012/05/30/extraction-from-informix-database-using-ssis-data-warehouse-etl/#comments</comments>
		<pubDate>Wed, 30 May 2012 10:15:53 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[DATA WAREHOUSE]]></category>
		<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[DRIVER]]></category>
		<category><![CDATA[ETL]]></category>
		<category><![CDATA[EXTRACTION]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[INFORMIX]]></category>
		<category><![CDATA[MICROSOFT]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=257</guid>
		<description><![CDATA[I have a customer for whom I am building a data warehouse solution using SQL server 2008. Source data comes in many forms including SQL Server 2000, SQL Server 2005, flat files (csv), Excel and Informix. SSIS handles connections to &#8230; <a href="http://davidbridge.wordpress.com/2012/05/30/extraction-from-informix-database-using-ssis-data-warehouse-etl/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=257&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have a customer for whom I am building a data warehouse solution using SQL server 2008.</p>
<p>Source data comes in many forms including SQL Server 2000, SQL Server 2005, flat files (csv), Excel and Informix.</p>
<p>SSIS handles connections to older versions of SQL Server perfectly as expected and does a pretty good job with Excel and flat files but INFORMIX is a major pain in the backside and, as expected, neither Microsoft or IBM are particularly helpful.</p>
<p>The data warehouse server in question is Windows Server 64bit and my development machine is Windows 7 professional 64 bit but you cannot just install 64 bit INFORMIX ODBC drivers as Visual Studio (BIDS) is 32 bit.</p>
<p>If you simply install the 64 bit INFORMIX ODBC driver you will see the driver in the ODBC manager but you will not be able to use it. If you try to install the 32 bit driver from the IBM site then it will baulk stating that it is incorrect version for your system. Installation of an older 32 bit driver will work and can be administered via C:\Windows\SysWOW64\odbcad32.exe but you might end up with the “INFORMIX 3.32 32 BIT” driver which just does not work. What you need is the “IBM INFORMIX ODBC DRIVER” from the 32 bit SDK.</p>
<p>Once you have the ODBC driver you will also need to set up the connection and for this you might need to learn about SETNET32, the services file in Windows, the SQLHosts registry entries and you might be just a little confused about how to create the connection in SSIS as it is a little different to all the other types of connection.</p>
<p>Rather than repeat an already excellent article I suggest you follow this link to an excellent step by step installation and setup guide from Dinesh (DSP).</p>
<p>Connecting Informix databases through SSIS</p>
<p><a href="http://dineshpathirana.blogspot.co.uk/2011/08/connecting-informix-databases-through.html">http://dineshpathirana.blogspot.co.uk/2011/08/connecting-informix-databases-through.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=257&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/05/30/extraction-from-informix-database-using-ssis-data-warehouse-etl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>A user name and password are being requested by http://localhost:8080. The site says: &#8220;XDB&#8221;</title>
		<link>http://davidbridge.wordpress.com/2012/03/01/a-user-name-and-password-are-being-requested-by-httplocalhost8080-the-site-says-xdb/</link>
		<comments>http://davidbridge.wordpress.com/2012/03/01/a-user-name-and-password-are-being-requested-by-httplocalhost8080-the-site-says-xdb/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 16:40:46 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[sql server reporting services]]></category>
		<category><![CDATA[oracle database]]></category>
		<category><![CDATA[microsoft error]]></category>
		<category><![CDATA[oracle 11g]]></category>
		<category><![CDATA[port 8080]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=246</guid>
		<description><![CDATA[SSRS no longer working. Damn I got this error a few days ago when trying to connect to my local SQL Server Reporting Services. I only wanted to test some functionality and was annoyed that this prevented me from doing &#8230; <a href="http://davidbridge.wordpress.com/2012/03/01/a-user-name-and-password-are-being-requested-by-httplocalhost8080-the-site-says-xdb/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=246&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>SSRS no longer working. Damn <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>I got this error a few days ago when trying to connect to my local SQL Server Reporting Services. I only wanted to test some functionality and was annoyed that this prevented me from doing so easily.</p>
<p>I was a little perplexed though, as it has been working fine every other time I have used it, however, I don&#8217;t use it very often on the local machine.</p>
<p>So why was it suddenly not working?</p>
<p>The error reported was<br />
<strong>A user name and password are being requested by <a href="http://" rel="nofollow">http://</a>:. The site says: &#8220;XDB&#8221;</strong></p>
<p>The last bit of the error message holds the key and is the only useful part of the message <strong></strong></p>
<p><strong>The site says: &#8220;XDB&#8221;</strong></p>
<p>What is this? It&#8217;s not a Microsoft error message. The answer is&#8230;</p>
<p><strong>Oracle</strong></p>
<p>The problem is because Oracle has hijacked the port number that SSRS was on for its Oracle Database XE 11.2 database manager. Because I run Apache locally on port 80, my SSRS runs from port 8080.</p>
<p>I had installed Oracle 11g a couple of weeks ago but not got round to using it yet. I had pretty much forgotten that I had installed it. In typical Oracle style they have just blatantly used a port without checking if it is in use beforehand. In-fact I would guess that they probably check port 80 and if it is not available they just assume 8080 will be. (Can&#8217;t guarantee that&#8217;s what they are doing but it wouldn&#8217;t surprise me &#8211; These oracle people really are a bunch of numpties at times).</p>
<p>Anyway, I have changed my SSRS to run on a more obscure port number now and it works again. I had thought of changing the port for Oracle but doubtless it would happened again at some point (during an update or perhaps another vendor).</p>
<p><em>How hard can it be to put a check like this in the install / configuration code?</em></p>
<p>Sorry but unlike my other posts which are generally informative, this one is pretty much just a rant. Hopefully it will help someone else out there with the same issue though.</p>
<p>My advice to anyone thinking of using port 8080 is &#8211; don&#8217;t be so obvious. other people will do the obvious thing so maybe you should do something a little out of the ordinary. now what might me a good port number?</p>
<p>SSRS working again.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers</p>
<p>Dave</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=246&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/03/01/a-user-name-and-password-are-being-requested-by-httplocalhost8080-the-site-says-xdb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
		<item>
		<title>IsNull versus COALESCE</title>
		<link>http://davidbridge.wordpress.com/2012/02/02/isnull-versus-coalesce/</link>
		<comments>http://davidbridge.wordpress.com/2012/02/02/isnull-versus-coalesce/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 12:29:05 +0000</pubDate>
		<dc:creator>davidbridge</dc:creator>
				<category><![CDATA[Developer stuff]]></category>
		<category><![CDATA[SQL Stuff]]></category>
		<category><![CDATA[COALEASCE]]></category>
		<category><![CDATA[IsNull]]></category>
		<category><![CDATA[String Truncation]]></category>

		<guid isPermaLink="false">http://davidbridge.wordpress.com/?p=239</guid>
		<description><![CDATA[Every day I receive emails from specialist interest groups (Mostly SQL Server) with tips, tricks and articles. One of todays emails mentioned a gotcha with the ISNULL function. I read the rather long winded, slightly repetitive and difficult to follow &#8230; <a href="http://davidbridge.wordpress.com/2012/02/02/isnull-versus-coalesce/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=239&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Every day I receive emails from specialist interest groups (Mostly SQL Server) with tips, tricks and articles. One of todays emails mentioned a gotcha with the ISNULL function. I read the rather long winded, slightly repetitive and difficult to follow article, as it contained a very valid point that has been asked of me by past clients. I thought I would give my somewhat shorter answer here.</p>
<p>The question:</p>
<p><strong>&#8220;Why use the oddly named &#8216;COALESCE&#8217; function when &#8216;ISNULL&#8217; does the same thing and is so much more obvious in meaning when reading the code?&#8221;<br />
</strong></p>
<p>Consider the following example&#8230;</p>
<p><code>declare @a varchar(100)<br />
declare @b varchar(10)<br />
set @a='1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890'<br />
select ISNULL(@b,@a)<br />
select COALESCE(@b,@a)</code></p>
<p>ISNULL returns &#8217;1234567890&#8242;<br />
COALESCE returns &#8217;123456789012345678901234567890123456789012<br />
                  3456789012345678901234567890123456789012345678901234567890&#8242;</p>
<p>This is because ISNULL takes the return type from the first argument yet COALESCE returns the data type of expression with the highest data type precedence.</p>
<p>There are other differences between the funtions too such as ISNULL can only have two arguments whereas COALESCE can have several.</p>
<p>It is an interesting gotcha though as if the result is to be displayed or used in an insert to another table then IsNull can return a tructated result.</p>
<p>Its only fair that I include the original article so here it is&#8230;</p>
<p><a href="http://www.sqlservercentral.com/articles/T-SQL/76861/" title="http://www.sqlservercentral.com/articles/T-SQL/76861/" target="_blank">http://www.sqlservercentral.com/articles/T-SQL/76861/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidbridge.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidbridge.wordpress.com/239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidbridge.wordpress.com&#038;blog=15573659&#038;post=239&#038;subd=davidbridge&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidbridge.wordpress.com/2012/02/02/isnull-versus-coalesce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c75c1097c31d450d3d4bea04f125bdd2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davidbridge</media:title>
		</media:content>
	</item>
	</channel>
</rss>
