<?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>ayesamson</title>
	<atom:link href="http://justsamson.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://justsamson.wordpress.com</link>
	<description>SQL Server DBA &#38; other stizzuf</description>
	<lastBuildDate>Sun, 18 Dec 2011 19:57:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='justsamson.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ayesamson</title>
		<link>http://justsamson.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://justsamson.wordpress.com/osd.xml" title="ayesamson" />
	<atom:link rel='hub' href='http://justsamson.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Starting with Analysis Services DMX Queries</title>
		<link>http://justsamson.wordpress.com/2011/12/18/starting-with-analysis-services-dmx-queries/</link>
		<comments>http://justsamson.wordpress.com/2011/12/18/starting-with-analysis-services-dmx-queries/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 19:57:34 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[DMX]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[$system.DBSCHEMA_CATALOGS]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[analysis services]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[r2]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[ssas]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3634</guid>
		<description><![CDATA[Well today was my first attempt outside of a classroom setting to dig my heels into SSAS DMX. I have an idea that I want to put into action (automating a process) and I believe it will benefit my organization. So fire up SSMS and connect to instance that has Analysis Services. 1) Start New [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3634&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well today was my first attempt outside of a classroom setting to dig my heels into SSAS DMX. I have an idea that I want to put into action (automating a process) and I believe it will benefit my organization. So fire up SSMS and connect to instance that has Analysis Services.</p>
<p><H3>1) Start New DMX Query</H3></p>
<p><img class="size-full wp-image-3635 alignnone" title="01.NewDMX_Query" src="http://justsamson.files.wordpress.com/2011/12/01-newdmx_query.png?w=600" alt=""   /></p>
<p><H3>2) Execute Script</H3></p>
<p><pre class="brush: sql; pad-line-numbers: 2;">
SELECT * FROM $system.DBSCHEMA_CATALOGS
</pre></p>
<p><img src="http://justsamson.files.wordpress.com/2011/12/02-results_all.png?w=600" alt="" title="02.Results_all"   class="alignnone size-full wp-image-3640" /></p>
<p><H3>3) Returning Specific Columns</H3></p>
<p>Similar to Transact-SQL you just specify the columns you want; however, you need to wrap up the column names with brackets [column].</p>
<p><pre class="brush: sql; pad-line-numbers: 2;">
SELECT [CATALOG_NAME] FROM $system.DBSCHEMA_CATALOGS
</pre><br />
<img src="http://justsamson.files.wordpress.com/2011/12/03-results_specificcolumns1.png?w=600" alt="" title="03.Results_SpecificColumns"   class="alignnone size-full wp-image-3644" /></p>
<p>Pretty simple.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3634/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3634/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3634/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3634&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/12/18/starting-with-analysis-services-dmx-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/12/01-newdmx_query.png" medium="image">
			<media:title type="html">01.NewDMX_Query</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/12/02-results_all.png" medium="image">
			<media:title type="html">02.Results_all</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/12/03-results_specificcolumns1.png" medium="image">
			<media:title type="html">03.Results_SpecificColumns</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Last Backup Date</title>
		<link>http://justsamson.wordpress.com/2011/11/16/get-last-backup-date/</link>
		<comments>http://justsamson.wordpress.com/2011/11/16/get-last-backup-date/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 08:00:39 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Backup Dates]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[backup date]]></category>
		<category><![CDATA[backupset]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[msdb]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sys.databases]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3583</guid>
		<description><![CDATA[There are many ways to go about getting the last backup date for any and all database but I tend to lean towards set based methods over using the GUI for many reasons. One in particular is for the fact that I can turn set based into an actionable report since monitoring backups is important [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3583&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many ways to go about getting the last backup date for any and all database but I tend to lean towards set based methods over using the GUI for many reasons. One in particular is for the fact that I can turn set based into an actionable report since monitoring backups is important after all. </p>
<p>The method I use the most is the following because it only returns information about databases that currently exists. I really do not need to see information about what used to exist, but I will also show that example as well. Before I go on you might want to understand the anatomy of both the <a href="http://bit.ly/p8Dfnx" title="MSDN" target="_blank">master.sys.databases catalog view</a> and <a href="http://bit.ly/oAvTuc" title="MSDN" target="_blank">msdb.dbo.backupset</a> table.</p>
<p><pre class="brush: sql; pad-line-numbers: 2;">
/* GET LAST BACKUP DATE FOR ALL EXISTING DATABASES */
SELECT d.name, MAX(b.backup_finish_date) 'Last Backup Date'
FROM master.sys.databases d
	JOIN msdb.dbo.backupset b ON d.name = b.database_name
	WHERE (b.type = 'D' OR b.type = 'I')
GROUP BY d.name
ORDER BY d.name	 
</pre></p>
<p>The results indicate (104 row(s) affected). So I have 104 databases on this particular instance.</p>
<p>This is the example of returning the history for the last backup date which may contain information about past databases which depends on your maintenance for backup history. So this may vary.</p>
<p><pre class="brush: sql; pad-line-numbers: 2;">
/* GET LAST BACKUP DATE FROM BACKUPSET */
SELECT database_name, MAX(backup_finish_Date) 'Last Backup Date'
FROM msdb.dbo.backupset
WHERE (type = 'D' OR type = 'I')
GROUP BY database_name
ORDER BY database_name
</pre></p>
<p>The results indicate (108 row(s) affected) so between the two statements you can see there is a difference of four rows which is why I avoid using the msdb.dbo.backupset as the only source of record. </p>
<p>The easiest way to determine which databases no longer exists is to execute the following.</p>
<p><pre class="brush: sql; pad-line-numbers: 2;">
/* RETURN NON EXISTING DATABASE NAMES */
SELECT DISTINCT database_name 
FROM msdb.dbo.backupset
WHERE 
	(
		database_name NOT IN
			(
				SELECT name FROM master.sys.databases
			)
	)
</pre></p>
<p>The results indicate that (4 row(s) affected) and the names of the database that are not current. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3583/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3583/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3583&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/11/16/get-last-backup-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>
	</item>
		<item>
		<title>Duplicate Commands within the Data Menu of BIDS 2008</title>
		<link>http://justsamson.wordpress.com/2011/11/15/duplicate-commands-within-the-data-menu-of-bids-2008/</link>
		<comments>http://justsamson.wordpress.com/2011/11/15/duplicate-commands-within-the-data-menu-of-bids-2008/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 23:59:04 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[BIDS]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[bids]]></category>
		<category><![CDATA[business intelligence development studio]]></category>
		<category><![CDATA[duplicate commands]]></category>
		<category><![CDATA[r2]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[team system 2008 database edition]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3624</guid>
		<description><![CDATA[I recently stumbled upon a problem where there were duplicate commands within the sub menu of Data in Business Intelligence Development Studio 2008. To give you a birds eye view below is what we were facing. With a little research and some musical chairs with keywords I stumbled upon the following post: Visual Studio team [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3624&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently stumbled upon a problem where there were duplicate commands within the sub menu of Data in Business Intelligence Development Studio 2008. To give you a birds eye view below is what we were facing.</p>
<p><img src="http://justsamson.files.wordpress.com/2011/11/11-15-2011-2-57-06-pm.png?w=600" alt="" title="11-15-2011 2-57-06 PM"   class="aligncenter size-full wp-image-3625" /></p>
<p>With a little research and some musical chairs with keywords I stumbled upon the following post: <a href="http://msdn.microsoft.com/en-us/library/dd819149(v=VS.90).aspx" title="MSDN" target="_blank">Visual Studio team System 2008 Database Edition FAQ</a> which pinpointed the solution. You&#8217;ll need to scroll down a bit till you see &#8220;I have installed the GDR, but now I see duplicate commands on the menus in the IDE.&#8221;</p>
<p><H3>Resolution Steps</H3></p>
<p>1) Be sure to exit out of all the visual studio sessions<br />
2) Open a command prompt<br />
3) Within the command prompt navigate to %ProgramFiles%\Microsoft Visual Studio 9.0\DBPro\</p>
<p>Execute the following:</p>
<p><pre class="brush: plain; pad-line-numbers: 2;">
DBProRepair.exe RemoveDBPro2008
</pre></p>
<p>You will not see a confirmation message after running the above statement. To verify launch BIDS and click on Data. It should now look like the following.</p>
<p><img src="http://justsamson.files.wordpress.com/2011/11/11-15-2011-3-25-29-pm.png?w=600" alt="" title="11-15-2011 3-25-29 PM"   class="aligncenter size-full wp-image-3629" />  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3624/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3624&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/11/15/duplicate-commands-within-the-data-menu-of-bids-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/11/11-15-2011-2-57-06-pm.png" medium="image">
			<media:title type="html">11-15-2011 2-57-06 PM</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/11/11-15-2011-3-25-29-pm.png" medium="image">
			<media:title type="html">11-15-2011 3-25-29 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Flight Recorder&#8230; WTH?</title>
		<link>http://justsamson.wordpress.com/2011/11/07/flight-recorder-wth/</link>
		<comments>http://justsamson.wordpress.com/2011/11/07/flight-recorder-wth/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 08:00:54 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[analysis services]]></category>
		<category><![CDATA[flight recorder]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[ssas]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3577</guid>
		<description><![CDATA[When I first encountered this I thought to myself… must be a database or service or some sort, not being entirely sure of what to expect. I searched throughout the instance starting with the database engine and moved to the SSAS instance and was unable to find anything remotely named “flight recorder”. At this point [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3577&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I first encountered this I thought to myself… must be a database or service or some sort, not being entirely sure of what to expect. I searched throughout the instance starting with the database engine and moved to the SSAS instance and was unable to find anything remotely named “flight recorder”.  At this point I thought this error must have risen from an external call looking for a resource that no longer exists. Little did I realize that it is actually the SSAS log. It’s also been around sin SQL Server 2005.</p>
<p>If you need to determine if it is enabled then this is how you go about it.</p>
<p>Using SSMS connect Analysis Services for that instance. Once connected right-click on the instance and select “Properties” and in the name column just about the 13th row down you will see “Log \ Flight Recorder \ Enabled”</p>
<p><img src="http://justsamson.files.wordpress.com/2011/10/flight-recorder-wth.png?w=600&#038;h=341" alt="" title="Flight Recorder WTH" width="600" height="341" class="alignnone size-full wp-image-3578" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3577&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/11/07/flight-recorder-wth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/10/flight-recorder-wth.png" medium="image">
			<media:title type="html">Flight Recorder WTH</media:title>
		</media:content>
	</item>
		<item>
		<title>Query LinkedServer and Provider Information</title>
		<link>http://justsamson.wordpress.com/2011/10/23/query-linkedserver-and-provider-information/</link>
		<comments>http://justsamson.wordpress.com/2011/10/23/query-linkedserver-and-provider-information/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 16:08:43 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[allow inprocess]]></category>
		<category><![CDATA[linked server]]></category>
		<category><![CDATA[r2]]></category>
		<category><![CDATA[sp_MSset_oledb_prop]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql provider]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3602</guid>
		<description><![CDATA[First off I modified the (master.dbo.sp_MSset_oledb_prop) stored procedure just a bit and incorporated my own query to get the results I needed. Which you can find from lines 78 to 104 of the query at the bottom of this post. I cannot take all the credit, I received a lot of help from the sql [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3602&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First off I modified the (master.dbo.sp_MSset_oledb_prop) stored procedure just a bit and incorporated my own query to get the results I needed. Which you can find from lines 78 to 104 of the query at the bottom of this post. I cannot take all the credit, I received a lot of help from the sql community. Thanks again all, I appreciate it. Also note I am using SQL Server 2008 R2 Developer Edition. </p>
<p>You&#8217;ll notice I changed most of the temp tables to table variables with the exception of the #paramlist. I suspect the table variable loses it declaration when using it within a cursor (not 100% positive on that). The oddity was that the results were still returned but I received the &#8220;<font color="#FF0000">Msg 1087, Level 15, State 2, Line 1 Must declare the table variable @paramlist</font>&#8221; error repeatedly. So I changed it back to a temp table and now all is well.</p>
<p><H3>The Thread</H3></p>
<p><img src="http://justsamson.files.wordpress.com/2011/10/twitter_thread.png?w=600" alt="" title="twitter_thread"   class="aligncenter size-full wp-image-3604" /></p>
<p>The point of this was to return linked server information as well as the provider properties, specifically Allow Inprocess. I blurred out some details to protect the innocent. </p>
<p><H3>The Results</H3></p>
<p><a href="http://justsamson.files.wordpress.com/2011/10/query_results.png" target="_blank"><img src="http://justsamson.files.wordpress.com/2011/10/query_results.png?w=600&#038;h=142" alt="" title="query_results" width="600" height="142" class="alignnone size-full wp-image-3603" /></a></p>
<p><H3>The Query</H3></p>
<p><pre class="brush: sql; pad-line-numbers: 2;">
SET NOCOUNT ON
DECLARE @provider_name AS SYSNAME, @property_name AS SYSNAME, @property_value AS BIT

DECLARE @providers TABLE
(
	name NVARCHAR(100) PRIMARY KEY CLUSTERED
	,guid NVARCHAR(100) NULL
	,description NVARCHAR(100) NULL
) 

INSERT INTO @providers EXEC sys.sp_enum_oledb_providers  

CREATE TABLE #paramlist
(
	property_name SYSNAME PRIMARY KEY CLUSTERED
	,property_value INT
)  

INSERT INTO #paramlist (property_name) VALUES ('AllowInProcess')  
--INSERT INTO #paramlist (property_name)  VALUES ('DisallowAdHocAccess')  
--INSERT INTO #paramlist (property_name)  VALUES ('DynamicParameters')  
--INSERT INTO #paramlist (property_name)  VALUES ('IndexAsAccessPath')  
--INSERT INTO #paramlist (property_name)  VALUES ('LevelZeroOnly')  
--INSERT INTO #paramlist (property_name)  VALUES ('NestedQueries')  
--INSERT INTO #paramlist (property_name)  VALUES ('NonTransactedUpdates')  
--INSERT INTO #paramlist (property_name)  VALUES ('SqlServerLIKE')  

DECLARE @oledbprop TABLE
(
	provider_name SYSNAME PRIMARY KEY CLUSTERED
	,allow_in_process BIT
	,disallow_adhoc_access BIT
	,dynamic_parameters BIT
	,index_as_access_path BIT
	,level_zero_only BIT
	,nested_queries BIT
	,non_transacted_updates BIT
	,sql_server_like BIT
)

DECLARE @regpath NVARCHAR(512)  
SET @regpath = N'SOFTWARE\Microsoft\MSSQLServer\Providers\' + @provider_name  
  
DECLARE @value int, @sql NVARCHAR(300), @param NVARCHAR(300)  
	SET @sql = 'EXEC sys.xp_instance_regread N''HKEY_LOCAL_MACHINE'', @regpath, @property_name, @value OUTPUT, @no_output = N''no_output'' ' +  
	'update #paramlist SET property_value = IsNull(@value, 0) where property_name = @property_name'  
	SET @param = '@regpath NVARCHAR(512), @property_name SYSNAME, @value int'  

DECLARE c_prov CURSOR LOCAL FAST_FORWARD  
FOR ( SELECT name FROM @providers )  
OPEN c_prov  
FETCH NEXT FROM c_prov into @provider_name  
WHILE @@fetch_status = 0  
	BEGIN  
		SET @regpath = N'SOFTWARE\Microsoft\MSSQLServer\Providers\' + @provider_name  

		DECLARE c CURSOR LOCAL FAST_FORWARD  
		FOR ( SELECT property_name FROM #paramlist )  
		OPEN c  
		FETCH NEXT FROM c into @property_name  
		WHILE @@fetch_status = 0  
			BEGIN  
				EXEC sp_executesql @sql, @param, @regpath, @property_name, @value  
				FETCH NEXT FROM c into @property_name  
			END  
		CLOSE c  
		DEALLOCATE c  

		INSERT @oledbprop (provider_name, allow_in_process , disallow_adhoc_access , dynamic_parameters , index_as_access_path , level_zero_only , nested_queries , non_transacted_updates , sql_server_like)  
		SELECT @provider_name, AllowInProcess, DisallowAdHocAccess, DynamicParameters, IndexAsAccessPath, LevelZeroOnly, NestedQueries, NonTransactedUpdates, SqlServerLIKE   
		FROM #paramlist pivot ( max(property_value) FOR property_name in ( [AllowInProcess], [DisallowAdHocAccess], [DynamicParameters], [IndexAsAccessPath], [LevelZeroOnly], [NestedQueries], [NonTransactedUpdates], [SqlServerLIKE] ) ) as p  

		FETCH NEXT FROM c_prov INTO @provider_name  
	END  
CLOSE c_prov  
DEALLOCATE c_prov  

/* RETURN RESULTS */
	 SELECT 
		s.name 'linked server'
		/* ,s.data_source */
		,s.product
		,CASE
			WHEN s.catalog IS NULL THEN QUOTENAME(s.data_source)
			ELSE QUOTENAME(s.data_source) + '.' + QUOTENAME(s.catalog)
		END 'data source'
		,s.provider
		,p.[description]
		,CASE
			WHEN o.allow_in_process = 0 THEN 'No'
			ELSE 'Yes'
		END 'allow inprocess'
		,CASE
			WHEN s.is_rpc_out_enabled = 0 THEN 'No'
			ELSE 'Yes'
		END 'rpc out'
		,l.remote_name
		,s.modify_date
	FROM master.sys.servers s
		JOIN master.sys.linked_logins l ON s.server_id = l.server_id
		JOIN @oledbprop o ON s.provider = o.provider_name
		JOIN @providers p ON o.provider_name = p.name
	WHERE (s.name != @@SERVERNAME)	
		ORDER BY s.name

/* HOUSE CLEANING */
DROP TABLE #paramlist 
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3602/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3602&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/10/23/query-linkedserver-and-provider-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/10/twitter_thread.png" medium="image">
			<media:title type="html">twitter_thread</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/10/query_results.png" medium="image">
			<media:title type="html">query_results</media:title>
		</media:content>
	</item>
		<item>
		<title>Recovering unsaved or modified scripts</title>
		<link>http://justsamson.wordpress.com/2011/10/21/recovering-unsaved-or-modified-scripts/</link>
		<comments>http://justsamson.wordpress.com/2011/10/21/recovering-unsaved-or-modified-scripts/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 17:00:40 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[management studio]]></category>
		<category><![CDATA[query editor]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[ssms]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3570</guid>
		<description><![CDATA[Let’s face it we have all spent countless hours developing and/or polishing up our sql scripts deep into the wee hours of the night to the point of near exhaustion. We rise early the next morning (or a few hours later in most cases), pour a cup of coffee and head over to our laptop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3570&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let’s face it we have all spent countless hours developing and/or polishing up our sql scripts deep into the wee hours of the night to the point of near exhaustion. We rise early the next morning (or a few hours later in most cases), pour a cup of coffee and head over to our laptop to find that our system rebooted.  Then reality sinks in and you suddenly realize that you didn’t save anything before calling it a night. Now you’re thinking &#8220;[enter swear phrase of choice here]&#8220;!</p>
<p><strong>Don’t panic…</strong></p>
<p>Typically when you re-open SQL Server Management Studio you’re prompted with a nice little screen that politely asks if you would like to recover the selected files or queries. Which is extremely helpful, but what happens when you don’t get that prompt, what then?</p>
<p>The answer is easy enough and may require you to change your folder options to show hidden files and folders. In the event you find yourself in a similar situation simply navigate to (assuming you are running Windows 7) C:\Users\&#8221;[your username goes here]&#8220;\AppData\Local\Temp\ and look for files similarly named like the ones illustrated below.</p>
<p><img src="http://justsamson.files.wordpress.com/2011/10/recovering-unsaved-or-modified-scripts.png?w=600" alt="" title="Recovering unsaved or modified scripts"   class="alignnone size-full wp-image-3571" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3570/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3570&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/10/21/recovering-unsaved-or-modified-scripts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/10/recovering-unsaved-or-modified-scripts.png" medium="image">
			<media:title type="html">Recovering unsaved or modified scripts</media:title>
		</media:content>
	</item>
		<item>
		<title>Pass Summit 2011&#8230; A First Timers Experience</title>
		<link>http://justsamson.wordpress.com/2011/10/16/pass-summit-2011-a-first-timers-experience/</link>
		<comments>http://justsamson.wordpress.com/2011/10/16/pass-summit-2011-a-first-timers-experience/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 03:54:06 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[Pass Summit]]></category>
		<category><![CDATA[pass]]></category>
		<category><![CDATA[pass summit]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql community]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[summit]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3546</guid>
		<description><![CDATA[Words really cannot describe the experience. The SQL Server community is an amazing community to be a part of. The camaraderie among peers is undoubtedly extraordinary. From what I recall there were over 500 first timers this year which just proves the PASS community is growing at a great rate. I have only been involved [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3546&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Words really cannot describe the experience. The SQL Server community is an amazing community to be a part of. The camaraderie among peers is undoubtedly extraordinary. From what I recall there were over 500 first timers this year which just proves the PASS community is growing at a great rate. I have only been involved with PASS for a few years now and have become the V.P. for the <a href="http://azsqlserver.com" title="Arizona Pass" target="_blank">Arizona Pass Chapter</a>, a <a href="http://sqlsaturday.com" title="SQLSaturday" target="_blank">SQLSaturday Phoenix</a> Organizer and now a volunteer/presenter scheduler for the <a href="http://performance.sqlpass.org" title="Performance Pass Virtual Chapter" target="_blank">Performance Pass Virtual Chapter</a>. So if you have any questions about Pass feel free to drop me a line, I would love to chat with you about it.</p>
<p><strong>Back to the summit&#8230;</strong></p>
<p>The Pass Summit is technically a three-day fun-filled event from Wed &#8211; Fri but there were pre-conference seminars (precons) that occurred on Monday and Tuesday which I did not attend. From what I hear the (precons) were amazing. Hopefully next year I can be fortunate enough to attend those as well. I only attended the Wed &#8211; Fri sessions. My main focus was on performance but there were many other tracks to choose from. The ever so popular business intelligence to administration to development to professional development. Definitely something for everyone. </p>
<p>The training is just one part of the conference but the relationships you build from networking is priceless. I finally met so many people whom I have literally known for several years for the first time. I know that sounds odd, but the power of social networking just brings people from all walks of life together. The best part is that you feel like you&#8217;ve been friends forever even though this is the first time meeting one another. That&#8217;s the energy of the SQL Community and I am proud to be a part of it. I learned a lot and have so many thoughts and scenarios running through my mind that I need to organize them into actionable items and prepare to blog about them. There&#8217;s so much more I can say about the benefits of attending the Pass Summit, but take it from me (a first timer) that it&#8217;s well worth it and you&#8217;ll never forget it. Hope to see and/or talk with you soon at a local, national or international event!</p>
<p>Just in case you wanted to see some the photos taken at this years and past Pass Summit events&#8230; <a href="http://bit.ly/ps9uXo" title="Flickr" target="_blank">Pass Summit 2011</a> and <a href="http://bit.ly/ofSSWy" title="Pass Summit Past Events" target="_blank">Pass Summit Past Events</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3546/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3546&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/10/16/pass-summit-2011-a-first-timers-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>
	</item>
		<item>
		<title>Fun times at SSAS Workshop</title>
		<link>http://justsamson.wordpress.com/2011/06/23/fun-times-at-ssas-workshop/</link>
		<comments>http://justsamson.wordpress.com/2011/06/23/fun-times-at-ssas-workshop/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 02:59:39 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSAS Workshop]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[analysis services]]></category>
		<category><![CDATA[arizona]]></category>
		<category><![CDATA[az]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[pragmaticworks]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[ssas]]></category>
		<category><![CDATA[tempe]]></category>
		<category><![CDATA[tempe town lake]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3442</guid>
		<description><![CDATA[I had the extreme pleasure of attending the SSAS Workshop by PragmaticWorks this week, which was a two-day session with a bonus third day entirely focused on Denali (Expedition Denali). Brian Knight (blog &#124; @brianknight), Dustin Ryan (blog &#124; @SQLDusty) and Lonnie Mejia (LinkedIn) were on site at the Microsoft Southwest District office in Tempe, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3442&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had the extreme pleasure of attending the SSAS Workshop by PragmaticWorks this week, which was a two-day session with a bonus third day entirely focused on Denali (<a title="Expedition Denali" href="http://expeditiondenali.com/" target="_blank">Expedition Denali</a>). Brian Knight (<a title="Business Intelligence Developer Network" href="http://www.bidn.com/people/BrianKnight" target="_blank">blog</a> | <a title="Twitter" href="http://twitter.com/brianknight" target="_blank">@brianknight</a>), Dustin Ryan (<a title="Business Intelligence Developer Network" href="http://www.bidn.com/people/DustinRyan" target="_blank">blog</a> | <a title="Twitter" href="http://twitter.com/sqldusty" target="_blank">@SQLDusty</a>) and Lonnie Mejia (<a title="LinkedIn" href="http://www.linkedin.com/pub/lonnie-mejia/4/52/477" target="_blank">LinkedIn</a>) were on site at the Microsoft Southwest District office in Tempe, AZ which has a beautiful view of Tempe Town Lake.</p>
<p><a href="http://twitpic.com/5fhz9e"><img class="alignnone size-full wp-image-3515" title="Hayden Ferry Lakeside" src="http://justsamson.files.wordpress.com/2011/06/328363970.jpg?w=600&#038;h=338" alt="" width="600" height="338" /></a></p>
<p>I have only had a little exposure to SQL Server Analysis Services before this and from what I have learned I do know that our own data warehouse group could significantly benefit from this workshop. I am not mocking them whatsoever, but I am saying some processes could be handled differently. For example cube updates. Instead of providing me the entire visual studio solution they can easily provide me a XMLA script which I can use in SSMS to deploy the dimension update. Things like this I never knew, so this was a real eye opener for me and gives me the needed ammo to fight with our developers. Kidding! It does however allow me to extend my freshly acquired knowledge to that group in a non-confrontational way of course (fingers crossed behind back).</p>
<p>Business intelligence has a warm place in my heart and the time I did spend developing reports was exciting. To be honest I would love nothing more than to be able to go from zero to data warehouse to SSAS slice and dice to full publish on reporting services, sharepoint, etc&#8230; in a week or so. I believe as a DBA that would be a valuable skill-set to have under my belt. This course is my step towards that direction.</p>
<p>There is no doubt that this workshop packs in a lot of information. The two days are literally bursting at the seams with information but this is definitely a <strong>MUST</strong> for those looking to get into the SSAS world. The PragmaticWorks staff really demystified SSAS. Their lectures and labs are delivered in such a manner that it is really easy to keep up with the pace. Throughout the course you are walked through the process of setting up an SSAS project all the way through creating cubes, dimensions, mining structures, roles and everything in between. The price of the course is a bargain given everything you walk away with.</p>
<p>I think the most action came towards the ending of day two. The room was divided down the middle and the groups were paired against each other to build an SSAS project from start to finish following a set of requirements. Then you needed to create a report in either reporting services or excel based on the cube we published. Everyone participated either by being the designated drivers (at the computer), yelling out the requirements, providing assistance and so on. It was intense! I must mention that &#8220;<strong>Team Dustin</strong>&#8221; my group WON the challenge against &#8220;Team Brian&#8221;. Better luck next time Brian! We literally beat them by 1-2 seconds at best. Nonetheless a fantastic method to illustrate not only what we had learned but more importantly what we had retained. If you get the opportunity to attend this workshop I would highly recommend it. You will not be sorry!</p>
<p>Expedition Denali (Day 3) was very exceptional. I have not touched Denali at all but from what Roger Doherty (<a title="Microsoft" href="http://blogs.msdn.com/b/rdoherty/" target="_blank">blog</a> | <a title="Twitter" href="http://twitter.com/Doherty100" target="_blank">@Doherty100</a>) and Brian Knight were covering and demoing I cannot wait till RTM. I would totally spill the beans because there are so many very cool and sexy things coming&#8230; but their &#8220;<strong>body-guard/new sales guy</strong>&#8221; Lonnie is a pretty big guy so I will refrain. Here he is working through the demo.</p>
<p><a href="http://twitpic.com/5fclo0"><img class="alignnone size-full wp-image-3478" title="Lonnie" src="http://justsamson.files.wordpress.com/2011/06/328113072-1.jpg?w=600" alt=""   /></a></p>
<h4>Random pics</h4>
<p><a href="http://twitpic.com/5ffau7"><img class="alignnone size-full wp-image-3516" title="SSAS Smackdown" src="http://justsamson.files.wordpress.com/2011/06/328239007.jpg?w=600" alt=""   /></a> <a href="http://twitpic.com/5ffcdz"><img class="alignnone size-full wp-image-3517" title="SSAS Smackdown" src="http://justsamson.files.wordpress.com/2011/06/328241015.jpg?w=600" alt=""   /></a> <a href="http://twitpic.com/5ffh3q"><img class="alignnone size-full wp-image-3518" title="SSAS Smackdown" src="http://justsamson.files.wordpress.com/2011/06/328247126.jpg?w=600" alt=""   /></a> <a href="http://twitpic.com/5foef6"><img class="alignnone size-full wp-image-3519" title="Strike a pose!" src="http://justsamson.files.wordpress.com/2011/06/328663554.jpg?w=600" alt=""   /></a> <a href="http://twitpic.com/5fr8u8"><img class="alignnone size-full wp-image-3520" title="Lunch break" src="http://justsamson.files.wordpress.com/2011/06/328796288.jpg?w=600" alt=""   /></a> <a href="http://twitpic.com/5frd4z"><img class="alignnone size-full wp-image-3521" title="Air kisses?" src="http://justsamson.files.wordpress.com/2011/06/328801859.jpg?w=600" alt=""   /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3442/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3442/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3442/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3442&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/06/23/fun-times-at-ssas-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328363970.jpg" medium="image">
			<media:title type="html">Hayden Ferry Lakeside</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328113072-1.jpg" medium="image">
			<media:title type="html">Lonnie</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328239007.jpg" medium="image">
			<media:title type="html">SSAS Smackdown</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328241015.jpg" medium="image">
			<media:title type="html">SSAS Smackdown</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328247126.jpg" medium="image">
			<media:title type="html">SSAS Smackdown</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328663554.jpg" medium="image">
			<media:title type="html">Strike a pose!</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328796288.jpg" medium="image">
			<media:title type="html">Lunch break</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/328801859.jpg" medium="image">
			<media:title type="html">Air kisses?</media:title>
		</media:content>
	</item>
		<item>
		<title>Get IP Address From Windows Command Line</title>
		<link>http://justsamson.wordpress.com/2011/06/13/get-ip-address-from-windows-command-line/</link>
		<comments>http://justsamson.wordpress.com/2011/06/13/get-ip-address-from-windows-command-line/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 01:29:36 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[FOR]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[for /f]]></category>
		<category><![CDATA[get ip]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ayesamson.com/?p=3409</guid>
		<description><![CDATA[I know many can and will say I can simply use ipconfig or ping the local computer name and to an extent that&#8217;s true. In my case I really only want the IP Address and nothing else, just the plain IP Address. I don&#8217;t want the extra verbiage that goes along with it. To get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3409&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know many can and will say I can simply use ipconfig or ping the local computer name and to an extent that&#8217;s true. In my case I really only want the IP Address and nothing else, just the plain IP Address. I don&#8217;t want the extra verbiage that goes along with it. </p>
<p>To get started let&#8217;s run through a simple statement, but before we do know that this is geared towards a command prompt and not a batch. The syntax is slightly different. </p>
<p><H3>Step 1: Get only one reply</H3><br />
<pre class="brush: plain; pad-line-numbers: 2;">
ping %computername% -4 -n 1 | find /i &quot;reply&quot;
</pre></p>
<p><img src="http://justsamson.files.wordpress.com/2011/06/00.png?w=600&#038;h=77" alt="" title="00" width="600" height="77" class="alignnone size-full wp-image-3412" /></p>
<p><H3>Step 2: Get all left of the colon</H3><br />
<pre class="brush: plain; pad-line-numbers: 2;">
FOR /f &quot;tokens=1 delims=:&quot; %d IN ('ping %computername% -4 -n 1 ^| find /i &quot;reply&quot;') DO ECHO %d
</pre></p>
<p><img src="http://justsamson.files.wordpress.com/2011/06/01.png?w=600&#038;h=85" alt="" title="01" width="600" height="85" class="alignnone size-full wp-image-3413" /></p>
<p><H3>Step 3: Get the IP Address</H3><br />
<pre class="brush: plain; pad-line-numbers: 2;">
FOR /f &quot;tokens=1 delims=:&quot; %d IN ('ping %computername% -4 -n 1 ^| find /i &quot;reply&quot;') DO FOR /F &quot;tokens=3 delims= &quot; %g IN (&quot;%d&quot;) DO echo %g
</pre></p>
<p><img src="http://justsamson.files.wordpress.com/2011/06/02.png?w=600&#038;h=84" alt="" title="02" width="600" height="84" class="alignnone size-full wp-image-3414" /></p>
<p><H3>Step 4: Get the first octet</H3><br />
You might question why you would only want the first octet and the answer is simple. Based on that single value I can determine what the backup share is. So if I were to return only the first octet into a stored procedure then it can dynamically perform backups accordingly to the appropriate share.<br />
<pre class="brush: plain; pad-line-numbers: 2;">
FOR /F &quot;tokens=1 delims=:&quot; %d IN ('ping %computername% -4 -n 1 ^| find /i &quot;reply&quot;') DO FOR /F &quot;tokens=3 delims= &quot; %g IN (&quot;%d&quot;) DO FOR /F &quot;tokens=1 delims=.&quot; %h IN (&quot;%g&quot;) DO ECHO %h
</pre></p>
<p><img src="http://justsamson.files.wordpress.com/2011/06/03.png?w=600&#038;h=95" alt="" title="03" width="600" height="95" class="alignnone size-full wp-image-3415" /></p>
<p>At this point you might be asking yourself what the syntax means. Well here is the scoop using (Step 2) as a reference point. Well consider tokens as segments of a single item that is separated by a specific value. </p>
<p>Let&#8217;s examine the following string: </p>
<p><pre class="brush: plain; pad-line-numbers: 2;">
Reply from 127.0.0.1: bytes=32 time&lt;1ms TTL=128
</pre></p>
<p>Looks pretty straightforward for the most part but if you think about what the separating value that you&#8217;ll want to use then the string begins to appear differently. For example I want to set the delims otherwise known as the deliminator character to a colon. Well there is only one colon therefore making two tokens. All characters left and all character right of the colon. </p>
<p><img src="http://justsamson.files.wordpress.com/2011/06/04.png?w=600&#038;h=110" alt="" title="04" width="600" height="110" class="alignnone size-full wp-image-3427" /></p>
<p> So by me running (Step 2) I am essentially requesting all characters to the left of the colon, because I am only asking for token 1. If I specified token 2 then I would get all characters to the right of the colon including the leading space. </p>
<p><pre class="brush: plain; pad-line-numbers: 2;">
FOR /f &quot;tokens=2 delims=:&quot; %d IN ('ping %computername% -4 -n 1 ^| find /i &quot;reply&quot;') DO ECHO %d
</pre></p>
<p><img src="http://justsamson.files.wordpress.com/2011/06/05.png?w=600&#038;h=87" alt="" title="05" width="600" height="87" class="alignnone size-full wp-image-3440" /></p>
<p>Now moving onto (Step 3) I am essentially breaking apart the string into three tokens because I am setting the delims to a space which is represented by delims= &#8220;. There is a space between the = and the &#8220;. </p>
<p>Let&#8217;s examine the string:</p>
<p><pre class="brush: plain; pad-line-numbers: 2;">
Reply from 127.0.0.1
</pre></p>
<p>Hopefully at this point you are able to see the three tokens in the above string. So in order to return only the IP Address I only request token 3.</p>
<p><H4>POP QUIZ</H4></p>
<p>Q1. What would be the delims value for 127.0.0.1?<br />
Q2. How many tokens will be as a result?<br />
Q3. What token will I need to request to get the first octet?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3409&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/06/13/get-ip-address-from-windows-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/00.png" medium="image">
			<media:title type="html">00</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/01.png" medium="image">
			<media:title type="html">01</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/02.png" medium="image">
			<media:title type="html">02</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/03.png" medium="image">
			<media:title type="html">03</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/04.png" medium="image">
			<media:title type="html">04</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/06/05.png" medium="image">
			<media:title type="html">05</media:title>
		</media:content>
	</item>
		<item>
		<title>A Different Day</title>
		<link>http://justsamson.wordpress.com/2011/05/26/a-different-day/</link>
		<comments>http://justsamson.wordpress.com/2011/05/26/a-different-day/#comments</comments>
		<pubDate>Thu, 26 May 2011 17:36:26 +0000</pubDate>
		<dc:creator>Samson J. Loo</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[Events & Webinars]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[ipad 2]]></category>
		<category><![CDATA[plan explorer]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sqlcruise]]></category>
		<category><![CDATA[sqlsentry]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">https://justsamson.wordpress.com/2011/05/26/a-different-day/</guid>
		<description><![CDATA[5/25 started out different. I woke up about an hour earlier than my alarm despite the fact I ended up crashing out around 1:30 AM. I woke up completely awake, perfectly content and I felt very refreshed with only 4.5 hrs of rest. I had no need for coffee, just a tuck and roll to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3378&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>5/25 started out different. I woke up about an hour earlier than my alarm despite the fact I ended up crashing out around 1:30 AM. I woke up completely awake, perfectly content and I felt very refreshed with only 4.5 hrs of rest. I had no need for coffee, just a tuck and roll to the home office with a quick stop at the local Bistro (my kitchen) for a power breakfast a la cart. You have to love light traffic.</p>
<p>I logged into work and I flew through the critical SQL SCOM alerts and moved onto the SQL Health &amp; Backup report. Then I finished up right on time to join SQL Sentry&#8217;s &#8220;Learn How to Tune Queries&#8221; webinar. Unfortunately I am not well versed with 3rd party monitoring tools outside of the minimal SSMS tools, which is why I tend to participate as much as I can in demos, forums and similar sessions.</p>
<p>I learned a lot about SQL Sentry&#8217;s <a href="http://bit.ly/jrW5Dz" title="SQL Sentry Plan Explorer" target="_blank">Plan Explorer</a> and I can honestly say it will definitely be extremely beneficial as I venture into the realm of performance tuning. This literally could not have come at a better time. At my current place of employment there are plans in the works to include me in several tuning aspects which is why I have immersed myself with profiler, database engine tuning advisor and thanks to the SQL community I am learning the many available DMVs.</p>
<p>A huge surprise came at the end of the session. They held a raffle and they happened to call my name. Unfortunately I couldn&#8217;t hear the audio portion when they explained what the item was, but I did hear my name called, so I responded. I had figured I won a license for one of their awesome monitoring software packages like the SQL Sentry: <a title="SQL Sentry Power Suite" href="http://bit.ly/kIpFoz" target="_blank">Power Suite</a> or their <a title="SQL Sentry Performance Advisor for SQL Server" href="http://bit.ly/iQnXA7" target="_blank">Performance Advisor for SQL Server</a>. To be honest it really didn&#8217;t matter to me because either would have been a sweet prize!</p>
<p>Anxious as I was I turned to twitter and pinged Brent Ozar (<a href="http://twitter.com/BrentO" title="Twitter" target="_blank">@BrentO</a> | <a title="Brent Ozar (PLF)" href="http://bit.ly/kxEeQ0" target="_blank">Blog</a>) and asked what I had won since he was associated with the session. Then shortly after Aaron Bertrand (<a href="http://twitter.com/aaronbertrand" title="Twitter" target="_blank">@AaronBertrand</a> | <a href="http://bit.ly/kMYyZ1" title="SQL Blog" target="_blank">Blog</a>) responded and the convo went something like this:</p>
<p style="text-align:center;"><img class="size-full wp-image-3384 aligncenter" title="TwitterConvo" src="http://justsamson.files.wordpress.com/2011/05/twitterconvo.png?w=600" alt=""   /></p>
<p>As you can tell I was (still am) excited. Everything just worked out perfectly. So I wanted to take this opportunity to say thank you to <a href="http://www.sqlsentry.net" title="SQL Sentry" target="_blank">SQL Sentry</a>, Aaron Bertran, Greg Gonzalez (<a href="http://twitter.com/SQLsensei" title="Twitter" target="_blank">@SQLsensei</a> | <a href="http://bit.ly/krDErE" title="Blog" target="_blank">Blog</a>), Peter Shire (<a href="http://twitter.com/Peter_Shire" title="Twitter" target="_blank">@Peter_Shire</a>) and the rest of the SQL Sentry staff for the awesome presentation and the gift. I also want to the thank the organizers of <a href="http://bit.ly/kWSMWJ" title="SQL Cruise" target="_blank">SQLCruise</a> for hosting the event. To bad I am not going on the cruise, but I&#8217;ll be there in spirit! </p>
<p><H3>
<p style="text-align:center;">Thank you SQL Sentry!!!</p>
<p></H3></p>
<p><H4>
<p style="text-align:center;">Did I mention the iPad 2 arrives&#8230; on&#8230; FRIDAY!!!</p>
<p></H4></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/justsamson.wordpress.com/3378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/justsamson.wordpress.com/3378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/justsamson.wordpress.com/3378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/justsamson.wordpress.com/3378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/justsamson.wordpress.com/3378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/justsamson.wordpress.com/3378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/justsamson.wordpress.com/3378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/justsamson.wordpress.com/3378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/justsamson.wordpress.com/3378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/justsamson.wordpress.com/3378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/justsamson.wordpress.com/3378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/justsamson.wordpress.com/3378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/justsamson.wordpress.com/3378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/justsamson.wordpress.com/3378/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=justsamson.wordpress.com&amp;blog=13413095&amp;post=3378&amp;subd=justsamson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://justsamson.wordpress.com/2011/05/26/a-different-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6ac737088519f86a7a24f2719826560?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">justsamson</media:title>
		</media:content>

		<media:content url="http://justsamson.files.wordpress.com/2011/05/twitterconvo.png" medium="image">
			<media:title type="html">TwitterConvo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
