<?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>Elon&#039;s Blog</title>
	<atom:link href="http://elonblackman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://elonblackman.wordpress.com</link>
	<description>Stuff that may be of use to someone...</description>
	<lastBuildDate>Thu, 19 Jan 2012 12:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='elonblackman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Elon&#039;s Blog</title>
		<link>http://elonblackman.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://elonblackman.wordpress.com/osd.xml" title="Elon&#039;s Blog" />
	<atom:link rel='hub' href='http://elonblackman.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Auto Generate INSERT statements for a SQL Server 2008 Table using SSMS</title>
		<link>http://elonblackman.wordpress.com/2011/11/18/auto-generate-insert-statements-for-a-sql-server-2008-table-using-ssms/</link>
		<comments>http://elonblackman.wordpress.com/2011/11/18/auto-generate-insert-statements-for-a-sql-server-2008-table-using-ssms/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 16:39:10 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Generate]]></category>
		<category><![CDATA[INSERT]]></category>
		<category><![CDATA[SQL Management Studio 2008]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[statements]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=335</guid>
		<description><![CDATA[I was doing some SSIS development for a client and had to generate and alter some test data for some packages. I already had a table with values in that I wanted to capture via INSERT statements, so that I could chop and change the values as needed. There is a method in SQL Management [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=335&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was doing some SSIS development for a client and had to generate and alter some test data for some packages.</p>
<p>I already had a table with values in that I wanted to capture via INSERT statements, so that I could chop and change the values as needed.</p>
<p>There is a method in SQL Management Studio 2008 (SSMS) that allows you to create these statements right out of the box for SQL Server 2008, without using any scripts or add-ins from SSMS.</p>
<p>So, for example,  to create the INSERT statements for the Table:<strong> <em>HumanResources.Department</em></strong> in the <strong><em>AdventureWorks </em></strong>database.          <em>(Note: Click on images to enlarge)</em></p>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"></dt>
<dd class="wp-caption-dd">Chosen Table<a href="http://elonblackman.files.wordpress.com/2011/11/insert-fig-1.jpg"><img class=" wp-image-337" title="Fig 1" src="http://elonblackman.files.wordpress.com/2011/11/insert-fig-1.jpg?w=722&#038;h=582" alt="Fig 1" width="722" height="582" /></a></dd>
</dl>
</div>
<p>Right Click on the Database Name, select <strong><em>Tasks</em>|<em>Generate Scripts…</em></strong></p>
<p><a href="http://elonblackman.files.wordpress.com/2011/11/insert-fig-2.jpg"><img class="aligncenter  wp-image-338" title="Fig 2" src="http://elonblackman.files.wordpress.com/2011/11/insert-fig-2.jpg?w=521&#038;h=526" alt="" width="521" height="526" /></a></p>
<p>Click the Next button on the “<em>Generate and Publish Scripts</em>” dialog box that appears.</p>
<p>From the “<em>Choose Objects</em>” screen, select the table from drop down menu. We are doing this for a single table, but as you can see you can do this for multiple objects or the entire database.</p>
<p><a href="http://elonblackman.files.wordpress.com/2011/11/insert-fig-3.jpg"><img class="aligncenter size-full wp-image-339" title="Fig 3" src="http://elonblackman.files.wordpress.com/2011/11/insert-fig-3.jpg" alt="" width="719" height="664" /></a></p>
<p>Click Next.</p>
<p>On the next screen, decide where you wish to output the script to. I chose a “<em>new query window</em>” in my example.</p>
<p><a href="http://elonblackman.files.wordpress.com/2011/11/insert-fig-4.jpg"><img class="aligncenter size-full wp-image-340" title="Fig 4" src="http://elonblackman.files.wordpress.com/2011/11/insert-fig-4.jpg" alt="" width="721" height="667" /></a></p>
<p>Then Press the <strong>Advanced</strong> Button.</p>
<p>From the Advanced Scripting Options dialog, select the Drop-down options for the “<strong>Types of data to script</strong>” option.  You can choose (i) <strong>Data Only</strong> (ii) <strong>Schema and data</strong> or (iii) <strong>Schema only</strong></p>
<p><a href="http://elonblackman.files.wordpress.com/2011/11/insert-fig-5.jpg"><img class="aligncenter size-full wp-image-341" title="Fig 5" src="http://elonblackman.files.wordpress.com/2011/11/insert-fig-5.jpg" alt="" width="465" height="742" /></a></p>
<p>Click OK, and then select the <em>Next</em> Button. Click the <em>Next</em> button again from the next screen and then the <em>Finish</em> button after the task has completed</p>
<p><a href="http://elonblackman.files.wordpress.com/2011/11/insert-fig-6.jpg"><img class="aligncenter size-full wp-image-342" title="Fig 6" src="http://elonblackman.files.wordpress.com/2011/11/insert-fig-6.jpg" alt="" width="720" height="663" /></a></p>
<p>In this example, the <strong>CREATE TABLE</strong> and<strong> INSERT</strong> statements appear for my chosen database table within a new query window in SSMS.</p>
<p><a href="http://elonblackman.files.wordpress.com/2011/11/insert-fig-7.jpg"><img class="aligncenter  wp-image-343" title=" Fig 7" src="http://elonblackman.files.wordpress.com/2011/11/insert-fig-7.jpg?w=797&#038;h=569" alt="" width="797" height="569" /></a></p>
<p>I can now extract and edit the INSERT statements, as required, to create new or different test data for my SSIS project.</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/sql-server/'>SQL Server</a>, <a href='http://elonblackman.wordpress.com/category/sql-server/ssms/'>SSMS</a>, <a href='http://elonblackman.wordpress.com/category/sql-server/t-sql/'>T-SQL</a> Tagged: <a href='http://elonblackman.wordpress.com/tag/generate/'>Generate</a>, <a href='http://elonblackman.wordpress.com/tag/insert/'>INSERT</a>, <a href='http://elonblackman.wordpress.com/tag/sql-management-studio-2008/'>SQL Management Studio 2008</a>, <a href='http://elonblackman.wordpress.com/tag/sql-server-2008/'>SQL Server 2008</a>, <a href='http://elonblackman.wordpress.com/tag/ssms/'>SSMS</a>, <a href='http://elonblackman.wordpress.com/tag/statements/'>statements</a>, <a href='http://elonblackman.wordpress.com/tag/table/'>Table</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=335&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2011/11/18/auto-generate-insert-statements-for-a-sql-server-2008-table-using-ssms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/insert-fig-1.jpg" medium="image">
			<media:title type="html">Fig 1</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/insert-fig-2.jpg" medium="image">
			<media:title type="html">Fig 2</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/insert-fig-3.jpg" medium="image">
			<media:title type="html">Fig 3</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/insert-fig-4.jpg" medium="image">
			<media:title type="html">Fig 4</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/insert-fig-5.jpg" medium="image">
			<media:title type="html">Fig 5</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/insert-fig-6.jpg" medium="image">
			<media:title type="html">Fig 6</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/insert-fig-7.jpg" medium="image">
			<media:title type="html"> Fig 7</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting a transparent colour for Pictures and Clip Art in PowerPoint 2007</title>
		<link>http://elonblackman.wordpress.com/2011/11/02/setting-a-transparent-colour-for-pictures-and-clip-art-in-powerpoint-2007/</link>
		<comments>http://elonblackman.wordpress.com/2011/11/02/setting-a-transparent-colour-for-pictures-and-clip-art-in-powerpoint-2007/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 19:15:45 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[Windows Office - General]]></category>
		<category><![CDATA[Windows Powerpoint]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Clip Art]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[Set]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[transparent]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=328</guid>
		<description><![CDATA[I wanted to use a clip art image in my Powerpoint 2007 presentation, but needed to remove the white background colour associated with the clipart image. Here&#8217;s how you can do it in PPT 2007 I&#8217;m sure this can be done in other version of Powerpoint, just search for the Set Transparent colour tool. Enjoy. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=328&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to use a clip art image in my Powerpoint 2007 presentation, but needed to remove the white background colour associated with the clipart image.</p>
<p>Here&#8217;s how you can do it in PPT 2007</p>
<div id="attachment_327" class="wp-caption alignnone" style="width: 1034px"><a href="http://elonblackman.files.wordpress.com/2011/11/settransparentcolourinpictures.jpg"><img class="size-large wp-image-327" title="SetTransparentColourInPictures" src="http://elonblackman.files.wordpress.com/2011/11/settransparentcolourinpictures.jpg?w=1024&#038;h=768" alt="Set Transparent Colour In Pictures or Clip Art in Powerpoint 2007" width="1024" height="768" /></a><p class="wp-caption-text">Set Transparent Colour In Pictures or Clip Art in Powerpoint 2007</p></div>
<p>I&#8217;m sure this can be done in other version of Powerpoint, just search for the Set Transparent colour tool.</p>
<p>Enjoy.</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/windows-office-general/'>Windows Office - General</a>, <a href='http://elonblackman.wordpress.com/category/windows-powerpoint/'>Windows Powerpoint</a> Tagged: <a href='http://elonblackman.wordpress.com/tag/2007/'>2007</a>, <a href='http://elonblackman.wordpress.com/tag/clip-art/'>Clip Art</a>, <a href='http://elonblackman.wordpress.com/tag/color/'>color</a>, <a href='http://elonblackman.wordpress.com/tag/colour/'>colour</a>, <a href='http://elonblackman.wordpress.com/tag/picture/'>Picture</a>, <a href='http://elonblackman.wordpress.com/tag/powerpoint/'>powerpoint</a>, <a href='http://elonblackman.wordpress.com/tag/set/'>Set</a>, <a href='http://elonblackman.wordpress.com/tag/setting/'>setting</a>, <a href='http://elonblackman.wordpress.com/tag/transparent/'>transparent</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=328&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2011/11/02/setting-a-transparent-colour-for-pictures-and-clip-art-in-powerpoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/11/settransparentcolourinpictures.jpg?w=1024" medium="image">
			<media:title type="html">SetTransparentColourInPictures</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating the Torn / Ripped Paper effect in PowerPoint (2007)</title>
		<link>http://elonblackman.wordpress.com/2011/07/21/creating-the-torn-ripped-paper-effect-in-powerpoint-2007/</link>
		<comments>http://elonblackman.wordpress.com/2011/07/21/creating-the-torn-ripped-paper-effect-in-powerpoint-2007/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 19:31:43 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[Windows Office - General]]></category>
		<category><![CDATA[Windows Powerpoint]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[ripped]]></category>
		<category><![CDATA[tear]]></category>
		<category><![CDATA[torn]]></category>
		<category><![CDATA[Torn ripped tear paper powerpoint]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=320</guid>
		<description><![CDATA[I wanted to create a torn paper effect of some code for a client document and did it using PowerPoint 2007. The same principle can be used in PowerPoint 2010. Steps as follows: (Click on image to enlarge) You can then select the image and paste into your document etc. Filed under: Windows Office - [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=320&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to create a torn paper effect of some code for a client document and did it using PowerPoint 2007. The same principle can be used in PowerPoint 2010.</p>
<p>Steps as follows: (Click on image to enlarge)</p>
<p><a href="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-1.jpg"><img class="alignnone size-large wp-image-316" title="Creating PPT Torn Look 1" src="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-1.jpg?w=602&#038;h=451" alt="" width="602" height="451" /></a></p>
<p><a href="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-2.jpg"><img class="alignnone size-large wp-image-317" title="Creating PPT Torn Look 2" src="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-2.jpg?w=567&#038;h=404" alt="" width="567" height="404" /></a></p>
<p><a href="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-3.jpg"><img class="alignnone size-large wp-image-318" title="Creating PPT Torn Look 3" src="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-3.jpg?w=588&#038;h=395" alt="" width="588" height="395" /></a></p>
<p><a href="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-4.jpg"><img class="alignnone size-large wp-image-319" title="Creating PPT Torn Look 4" src="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-4.jpg?w=607&#038;h=437" alt="" width="607" height="437" /></a></p>
<p>You can then select the image and paste into your document etc.</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/windows-office-general/'>Windows Office - General</a>, <a href='http://elonblackman.wordpress.com/category/windows-powerpoint/'>Windows Powerpoint</a> Tagged: <a href='http://elonblackman.wordpress.com/tag/effect/'>effect</a>, <a href='http://elonblackman.wordpress.com/tag/paper/'>paper</a>, <a href='http://elonblackman.wordpress.com/tag/powerpoint/'>powerpoint</a>, <a href='http://elonblackman.wordpress.com/tag/ripped/'>ripped</a>, <a href='http://elonblackman.wordpress.com/tag/tear/'>tear</a>, <a href='http://elonblackman.wordpress.com/tag/torn/'>torn</a>, <a href='http://elonblackman.wordpress.com/tag/torn-ripped-tear-paper-powerpoint/'>Torn ripped tear paper powerpoint</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=320&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2011/07/21/creating-the-torn-ripped-paper-effect-in-powerpoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-1.jpg?w=1024" medium="image">
			<media:title type="html">Creating PPT Torn Look 1</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-2.jpg?w=1024" medium="image">
			<media:title type="html">Creating PPT Torn Look 2</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-3.jpg?w=1024" medium="image">
			<media:title type="html">Creating PPT Torn Look 3</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/07/creating-ppt-torn-look-4.jpg?w=1024" medium="image">
			<media:title type="html">Creating PPT Torn Look 4</media:title>
		</media:content>
	</item>
		<item>
		<title>Improve Windows 7 Shutdown time</title>
		<link>http://elonblackman.wordpress.com/2011/04/25/improve-windows-7-shutdown-time/</link>
		<comments>http://elonblackman.wordpress.com/2011/04/25/improve-windows-7-shutdown-time/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 09:15:20 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=306</guid>
		<description><![CDATA[Recently my Laptop was taking almost 4 mins to shutdown, which was excessive plus annoying. I carried out the following steps, which improved my shutdown time to mere seconds. Note the solution involves editing registry entries, which you do at your own risk, so take a backup beforehand. 1: To determine where the issue lay, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=306&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently my Laptop was taking almost 4 mins to shutdown, which was excessive plus annoying.</p>
<p>I carried out the following steps, which improved my shutdown time to mere seconds. <em>Note the solution involves editing registry entries, which you do at your own risk, so take a backup beforehand.</em></p>
<p>1: To determine where the issue lay, go to your <strong>Control Panel</strong> and select <strong>Performance Information and Tools.  </strong>From the pane on the left select “<strong>Advanced Tools</strong>”.</p>
<p>2: From the options that appear select <strong>View performance details in Event Log</strong>.</p>
<p>3: Look for Error and Warnings related to the “<strong>Shutdown Performance Monitoring</strong>” task for more information.</p>
<div id="attachment_305" class="wp-caption alignnone" style="width: 769px"><a href="http://elonblackman.files.wordpress.com/2011/04/event-viewer-shutdown-performance.jpg"><img class="size-large wp-image-305" title="Event Viewer Shutdown Performance" src="http://elonblackman.files.wordpress.com/2011/04/event-viewer-shutdown-performance.jpg?w=759&#038;h=495" alt="Event Viewer Shutdown Performance" width="759" height="495" /></a><p class="wp-caption-text">Event Viewer Shutdown Performance</p></div>
<p>In my case, as you can see from the image, my total shutdown time was 79935ms or 79.935 seconds. Other entries showed over twice this long.</p>
<p>The main point though, is that in this case 69.532 seconds, or 87% of the shutdown time was related to the “<em>ShutdownKernelTime</em>”.</p>
<p>4: To resolve this I updated the following registry entries.</p>
<p>(Note:  Update the registry at your own risk. You may want to back it up prior to editing it. Run regedit.exe, select <em>FILE</em>, then <em>Export&#8230;</em> and then name and save the file to your desired location. Ensure the “Export range” Option is set to <em>All</em>.)</p>
<p>Go to <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control</strong>  and change the “<strong>WaitToKillServiceTimeout</strong>” to <strong>1000</strong>. Where 1000 represents 1 second.</p>
<p>Go to  <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management  </strong>and change the <strong>ClearPageFileAtShutdown</strong> data value to <strong>0</strong></p>
<div id="attachment_304" class="wp-caption alignnone" style="width: 268px"><a href="http://elonblackman.files.wordpress.com/2011/04/clearpageatshutdown.jpg"><img class="size-full wp-image-304" title="ClearPageAtShutdown" src="http://elonblackman.files.wordpress.com/2011/04/clearpageatshutdown.jpg" alt="ClearPageAtShutdown" width="258" height="153" /></a><p class="wp-caption-text">ClearPageAtShutdown</p></div>
<p>You may have to use the registry search (Edit|Find) to see if these <em>Values</em> exist at other <em>Key</em> locations and edit accordingly.</p>
<p>If you ever wish to reset the <em>ClearPageFileAtShutdown</em> Value look here: <a href="http://support.microsoft.com/kb/314834">http://support.microsoft.com/kb/314834</a></p>
<p>After applying these steps my shutdown time went to only a few seconds.</p>
<p>Hope this helps.</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/windows-7/'>Windows 7</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=306&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2011/04/25/improve-windows-7-shutdown-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/04/event-viewer-shutdown-performance.jpg?w=1024" medium="image">
			<media:title type="html">Event Viewer Shutdown Performance</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2011/04/clearpageatshutdown.jpg" medium="image">
			<media:title type="html">ClearPageAtShutdown</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Update stops working – Error Code 80071A30 &#8211; Resolution</title>
		<link>http://elonblackman.wordpress.com/2011/04/14/windows-update-stops-working-%e2%80%93-error-code-80071a30-resolution/</link>
		<comments>http://elonblackman.wordpress.com/2011/04/14/windows-update-stops-working-%e2%80%93-error-code-80071a30-resolution/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 09:05:39 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[Microsoft Related]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=300</guid>
		<description><![CDATA[I recently got this error on my Laptop, running Windows 7 (Enterprise SP1), when I tried to apply new Windows Updates. I took the following steps to resolve the issue. 1:  Turn off / Disable any Anti-Virus and Firewall software. I had “Symantec EndPoint Protection”. 2:  Reboot machine into Safe Mode using F8 on restart. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=300&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently got this error on my Laptop, running Windows 7 (Enterprise SP1), when I tried to apply new Windows Updates.</p>
<p>I took the following steps to resolve the issue.</p>
<p>1:  Turn off / Disable any Anti-Virus and Firewall software. I had “<em>Symantec EndPoint Protection</em>”.</p>
<p>2:  Reboot machine into <a title="Start your computer in safe mode" href="http://windows.microsoft.com/en-US/windows-vista/Start-your-computer-in-safe-mode" target="_blank">Safe Mode</a> using F8 on restart.</p>
<p>3:  Select “Run” from the Start menu and type <strong>%windir% </strong></p>
<p><strong>(Tip: </strong>You can also access the Run command by pressing the Windows logo key <img title="Picture of the Windows logo key" src="http://res2.windows.microsoft.com/resbox/en/Windows%207/main/0/d/0d8a4985-b5e2-41a6-a1b6-e4bafb517937/0d8a4985-b5e2-41a6-a1b6-e4bafb517937.png" alt="Picture of the Windows logo key" width="16" height="16" />+R)</p>
<p>4:  Find and Rename Folder <strong><em>SoftwareDistribution</em></strong> to say, <strong><em>SoftwareDistribution_old</em></strong></p>
<p>5:  Reboot machine into normal windows mode</p>
<p>6:  Run <a title="Windows update" href="http://windows.microsoft.com/en-US/windows7/products/features/windows-update" target="_blank"><strong>Windows update</strong></a>.</p>
<p>7:  Re-enable Anti-virus and Firewall software.</p>
<p>This seemed to fix the problem for me. Hope it helps</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/microsoft-related/'>Microsoft Related</a>, <a href='http://elonblackman.wordpress.com/category/windows-7/'>Windows 7</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=300&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2011/04/14/windows-update-stops-working-%e2%80%93-error-code-80071a30-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>

		<media:content url="http://res2.windows.microsoft.com/resbox/en/Windows%207/main/0/d/0d8a4985-b5e2-41a6-a1b6-e4bafb517937/0d8a4985-b5e2-41a6-a1b6-e4bafb517937.png" medium="image">
			<media:title type="html">Picture of the Windows logo key</media:title>
		</media:content>
	</item>
		<item>
		<title>MDX &#8211; A new fast approach to the Last Ever Non Empty value</title>
		<link>http://elonblackman.wordpress.com/2011/03/27/mdx-a-new-fast-approach-to-the-last-ever-non-empty-value/</link>
		<comments>http://elonblackman.wordpress.com/2011/03/27/mdx-a-new-fast-approach-to-the-last-ever-non-empty-value/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 13:29:52 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=295</guid>
		<description><![CDATA[Chris Webb has come up with a really fast way of performing this traditionally poor performaning requirement. You can find a full explanation of this here Filed under: SQL Server, SSAS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=295&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Chris Webb's BI Blog" href="http://cwebbbi.wordpress.com/" target="_blank">Chris Webb </a>has come up with a really fast way of performing this traditionally poor performaning requirement.<br />
You can find a full explanation of this<a title="Blog Post" href="http://cwebbbi.wordpress.com/2011/03/24/last-ever-non-empty-a-new-fast-mdx-approach/" target="_blank"> here</a></p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/sql-server/'>SQL Server</a>, <a href='http://elonblackman.wordpress.com/category/sql-server/ssas/'>SSAS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=295&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2011/03/27/mdx-a-new-fast-approach-to-the-last-ever-non-empty-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable or Disable a SSRS Report Subscription based upon another task or event.</title>
		<link>http://elonblackman.wordpress.com/2010/07/31/enable-or-disable-a-ssrs-report-subscription-based-upon-another-task-or-event/</link>
		<comments>http://elonblackman.wordpress.com/2010/07/31/enable-or-disable-a-ssrs-report-subscription-based-upon-another-task-or-event/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:46:17 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=278</guid>
		<description><![CDATA[Scenario Whilst at a client site, I was asked whether you could stop (disable) a users Report Subscription based upon an external event, such as another SQL Agent Job or Task outcome, such as failing. The approach I took to demonstrate how you could achieve this was to create another SQL Agent Job which &#8220;enabled&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=278&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;">Scenario</span></p>
<p>Whilst at a client site, I was asked whether you could stop (disable) a users Report Subscription based upon an external event, such as another SQL Agent Job or Task outcome, such as failing.</p>
<p>The approach I took to demonstrate how you could achieve this was to create another SQL Agent Job which &#8220;enabled&#8221; the users Report Subscription Job, based upon the occurrence of a “flag” record in another table. This table could easily be created by the calling control job, or a prior job step.</p>
<p><span style="text-decoration:underline;">Steps</span></p>
<p>Here we can see a Report Subscription that has been created by a user:<em> (click on any image for full-size view)</em></p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_mysubscription.jpg"><img class="alignnone size-full wp-image-268" title="Job_MySubscription" src="http://elonblackman.files.wordpress.com/2010/07/job_mysubscription.jpg" alt="" width="724" height="106" /></a></p>
<p>Subscription Details:</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_reportsubscription.jpg"><img class="alignnone size-full wp-image-269" title="Job_ReportSubscription" src="http://elonblackman.files.wordpress.com/2010/07/job_reportsubscription.jpg" alt="" width="732" height="385" /></a></p>
<p>The job is set to run at 19:12.</p>
<p>Using SSMS (SQL Server Management Studio) and connecting to the Database that the &#8220;ReportServer&#8221; database resides on,  we can use the &#8220;Job Activity Monitor&#8221; to see the Job that was automatically created for this subcription.</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_jobactivitymonitor.jpg"><img class="alignnone size-full wp-image-266" title="Job_JobActivityMonitor" src="http://elonblackman.files.wordpress.com/2010/07/job_jobactivitymonitor.jpg" alt="" width="733" height="446" /></a></p>
<pre>Job Name: A48C0610-4A9F-4847-97E2-BAF7798DEE0C</pre>
<p>We can write a SQL Script to view the Job Details:</p>
<p><span style="font-family:Courier New;font-size:x-small;"><span style="color:blue;">USE</span> <span style="color:maroon;">msdb</span></p>
<p><span style="color:blue;">SELECT</span> <span style="color:silver;">*</span><br />
<span style="color:blue;">FROM</span> <span style="color:maroon;">msdb</span><span style="color:silver;">.</span><span style="color:maroon;">dbo</span><span style="color:silver;">.</span><span style="color:maroon;">sysjobs</span><br />
<span style="color:blue;">WHERE</span> <span style="color:maroon;">name</span> <span style="color:silver;">=</span> <span style="color:red;">&#8216;A48C0610-4A9F-4847-97E2-BAF7798DEE0C&#8217;</span></span></p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_viewjobdetails.jpg"><img class="alignnone size-full wp-image-271" title="Job_ViewJobDetails" src="http://elonblackman.files.wordpress.com/2010/07/job_viewjobdetails.jpg" alt="" width="746" height="171" /></a></p>
<p>To view the Details of all the Jobs on the Server we can use the following script:</p>
<p><span style="font-family:Courier New;font-size:x-small;"><span style="color:blue;">USE</span> <span style="color:maroon;">msdb</span></p>
<p><span style="color:blue;">GO</span></p>
<p><span style="color:blue;">SELECT</span> <span style="color:fuchsia;"><em>Getdate</em></span><span style="color:maroon;">(</span><span style="color:maroon;">)</span> <span style="color:blue;">AS</span> <span style="color:red;">&#8216;ExecutionTime&#8217;</span></p>
<p><span style="color:blue;">GO</span></p>
<p><span style="color:blue;">SELECT</span> <span style="color:fuchsia;"><em>@@SERVERNAME</em></span> <span style="color:blue;">AS</span> <span style="color:red;">&#8216;SQLServerInstance&#8217;</span></p>
<p><span style="color:blue;">GO</span></p>
<p><span style="color:blue;">SELECT</span> <span style="color:maroon;">j</span><span style="color:silver;">.</span><span style="color:maroon;">[name]</span> <span style="color:blue;">AS</span> <span style="color:red;">&#8216;JobName&#8217;</span><span style="color:silver;">,</span><br />
<span style="color:maroon;">enabled</span> <span style="color:silver;">=</span> <span style="color:blue;">CASE</span><br />
<span style="color:blue;">WHEN</span> <span style="color:maroon;">j</span><span style="color:silver;">.</span><span style="color:maroon;">enabled</span> <span style="color:silver;">=</span> <span style="color:black;">0</span> <span style="color:blue;">THEN</span> <span style="color:red;">&#8216;No&#8217;</span><br />
<span style="color:blue;">ELSE</span> <span style="color:red;">&#8216;Yes&#8217;</span><br />
<span style="color:blue;">END</span><span style="color:silver;">,</span><br />
<span style="color:maroon;">l</span><span style="color:silver;">.</span><span style="color:maroon;">[name]</span> <span style="color:blue;">AS</span> <span style="color:red;">&#8216;OwnerName&#8217;</span><br />
<span style="color:blue;">FROM</span> <span style="color:maroon;">msdb</span><span style="color:silver;">.</span><span style="color:maroon;">dbo</span><span style="color:silver;">.</span><span style="color:maroon;">sysjobs</span> <span style="color:maroon;">j</span><br />
<span style="color:blue;">INNER</span> <span style="color:blue;">JOIN</span> <span style="color:blue;">MASTER</span><span style="color:silver;">.</span><span style="color:maroon;">dbo</span><span style="color:silver;">.</span><span style="color:maroon;">syslogins</span> <span style="color:maroon;">l</span><br />
<span style="color:blue;">ON</span> <span style="color:maroon;">j</span><span style="color:silver;">.</span><span style="color:maroon;">owner_sid</span> <span style="color:silver;">=</span> <span style="color:maroon;">l</span><span style="color:silver;">.</span><span style="color:maroon;">sid</span><br />
<span style="color:blue;">ORDER</span> <span style="color:blue;">BY</span> <span style="color:maroon;">j</span><span style="color:silver;">.</span><span style="color:maroon;">[name]</span></p>
<p><span style="color:blue;">GO</span> </span></p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_viewallenabledjobs.jpg"><img class="alignnone size-full wp-image-270" title="Job_ViewAllEnabledJobs" src="http://elonblackman.files.wordpress.com/2010/07/job_viewallenabledjobs.jpg" alt="" width="488" height="624" /></a></p>
<p>Script to Enable/Disable Job</p>
<p><span style="font-family:Courier New;font-size:x-small;"><span style="color:green;"><em>/* script to disable by job */</em></span><br />
<span style="color:blue;">EXEC</span> <span style="color:maroon;">msdb</span><span style="color:silver;">.</span><span style="color:maroon;">dbo</span><span style="color:silver;">.</span><span style="color:#ff0080;"><strong>Sp_update_job</strong></span><br />
<span style="color:#8000ff;">@job_name</span> <span style="color:silver;">=</span> <span style="color:red;">&#8216;A48C0610-4A9F-4847-97E2-BAF7798DEE0C&#8217;</span><span style="color:silver;">,</span><br />
<span style="color:#8000ff;">@enabled</span> <span style="color:silver;">=</span> <span style="color:black;">0</span><span style="color:silver;">;</span> <span style="color:green;"><em>&#8212; 0 to disable 1 to enable</em></span><br />
<span style="color:blue;">GO</span> </span></p>
<p>Therefore, we could setup another SQL Job, which will run this script dependant upon some logical condition. i.e. where a certain value or number of records exists in a table, etc.</p>
<p>To enable/disable the job based upon say records, in a table, adapt the following script accordingly to your requirements. I have used a temporary table to demonstrate the principle.</p>
<pre style="padding-left:30px;"> <span style="font-family:Courier New;font-size:x-small;"><span style="color:green;"><em>/* script to enable(1) or disable(0) by job based upon records in table @flagtable */</em></span>
<span style="color:blue;">USE</span> <span style="color:maroon;">msdb</span> 

<span style="color:blue;">DECLARE</span> <span style="color:#8000ff;">@flagtable</span> <span style="color:blue;">TABLE</span> <span style="color:maroon;">(</span>
 <span style="color:maroon;">flag</span> <span style="color:black;"><em>INT</em></span><span style="color:maroon;">)</span>
<span style="color:blue;">DECLARE</span> <span style="color:#8000ff;">@DoIt</span> <span style="color:black;"><em>INT</em></span> 

<span style="color:blue;">SET</span> <span style="color:#8000ff;">@DoIt</span> <span style="color:silver;">=</span> <span style="color:black;">0</span> 

<span style="color:green;"><em>-- let?s add a record to this table for test purposed. To Disable the Job we would comment out the following two rows</em></span>
<span style="color:blue;">INSERT</span> <span style="color:blue;">INTO</span> <span style="color:#8000ff;">@flagtable</span>
 <span style="color:maroon;">(</span><span style="color:maroon;">flag</span><span style="color:maroon;">)</span>
<span style="color:blue;">VALUES</span> <span style="color:maroon;">(</span><span style="color:black;">1</span><span style="color:maroon;">)</span> 

<span style="color:green;"><em>-- so lets say we will enable the job if a record exists in the @flagtable</em></span>
<span style="color:blue;">SELECT</span> <span style="color:#8000ff;">@DoIt</span> <span style="color:silver;">=</span> <span style="color:fuchsia;"><em>COUNT</em></span><span style="color:maroon;">(</span><span style="color:silver;">*</span><span style="color:maroon;">)</span>
<span style="color:blue;">FROM</span> <span style="color:#8000ff;">@flagtable</span> 

<span style="color:green;"><em>/* script to enable(1) or disable(0) by job based upon records in set @flagtable */</em></span>
<span style="color:blue;">EXEC</span> <span style="color:maroon;">msdb</span><span style="color:silver;">.</span><span style="color:maroon;">dbo</span><span style="color:silver;">.</span><span style="color:#ff0080;"><strong>Sp_update_job</strong></span>
 <span style="color:#8000ff;">@job_name</span> <span style="color:silver;">=</span> <span style="color:red;">'A48C0610-4A9F-4847-97E2-BAF7798DEE0C'</span><span style="color:silver;">,</span>
 <span style="color:#8000ff;">@enabled</span> <span style="color:silver;">=</span> <span style="color:#8000ff;">@DoIt</span><span style="color:silver;">;</span> 

<span style="color:blue;">GO</span> </span></pre>
<div id="attachment_263" class="wp-caption alignnone" style="width: 595px"><a href="http://elonblackman.files.wordpress.com/2010/07/job_doitequals0.jpg"><img class="size-full wp-image-263 " title="Job_DoItEquals0" src="http://elonblackman.files.wordpress.com/2010/07/job_doitequals0.jpg" alt="" width="585" height="613" /></a><p class="wp-caption-text">Script to DISABLE the SQL Agent Job as @DoIt = 0</p></div>
<div id="attachment_264" class="wp-caption alignnone" style="width: 608px"><a href="http://elonblackman.files.wordpress.com/2010/07/job_doitequals1.jpg"><img class="size-full wp-image-264" title="Job_DoItEquals1" src="http://elonblackman.files.wordpress.com/2010/07/job_doitequals1.jpg" alt="" width="598" height="612" /></a><p class="wp-caption-text">Script to ENABLE the SQL Agent Job as @DoIt = 1</p></div>
<p>So, to automate this task we can set up a new SQL Agent Job to run this script as shown;</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_createsqlagentjob.jpg"><img class="alignnone size-full wp-image-260" title="Job_CreateSQLAgentJob" src="http://elonblackman.files.wordpress.com/2010/07/job_createsqlagentjob.jpg" alt="" width="569" height="350" /></a></p>
<p>Create the following Step, and add the T-SQL to enable or disable the Job as required.</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_createsqlagentjobstep.jpg"><img class="alignnone size-full wp-image-261" title="Job_CreateSQLAgentJobStep" src="http://elonblackman.files.wordpress.com/2010/07/job_createsqlagentjobstep.jpg" alt="" width="587" height="524" /></a></p>
<p>Hence, if  more than 1 record exists in our “flag” table, it will ENABLE the Report subscription Job.</p>
<p>If no records exist in the “Flag” table, the Report Subscription Job will be set to Enabled = No (i.e. Disabled).</p>
<p>Remember, you will use your own logic to set the @DoIt parameter based upon your own requirements.</p>
<p>You can run this Job Manually or on a Scheduled as required:</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/job_enablejobrunrunning.jpg"><img class="alignnone size-full wp-image-265" title="Job_EnableJobRunRunning" src="http://elonblackman.files.wordpress.com/2010/07/job_enablejobrunrunning.jpg" alt="" width="725" height="381" /></a></p>
<p><span style="text-decoration:underline;">Conclusion</span></p>
<p>Though I applied this to a Report Subscription Job, it could easily be adapted for other types of Jobs.</p>
<p>The beauty of it is that the original Job and its associated schedule timings remain unaltered. All we are doing is disabling/enabling the Job as necessary.</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/sql-server/'>SQL Server</a>, <a href='http://elonblackman.wordpress.com/category/sql-server/ssrs/'>SSRS</a>, <a href='http://elonblackman.wordpress.com/category/sql-server/t-sql/'>T-SQL</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/278/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=278&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2010/07/31/enable-or-disable-a-ssrs-report-subscription-based-upon-another-task-or-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_mysubscription.jpg" medium="image">
			<media:title type="html">Job_MySubscription</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_reportsubscription.jpg" medium="image">
			<media:title type="html">Job_ReportSubscription</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_jobactivitymonitor.jpg" medium="image">
			<media:title type="html">Job_JobActivityMonitor</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_viewjobdetails.jpg" medium="image">
			<media:title type="html">Job_ViewJobDetails</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_viewallenabledjobs.jpg" medium="image">
			<media:title type="html">Job_ViewAllEnabledJobs</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_doitequals0.jpg" medium="image">
			<media:title type="html">Job_DoItEquals0</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_doitequals1.jpg" medium="image">
			<media:title type="html">Job_DoItEquals1</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_createsqlagentjob.jpg" medium="image">
			<media:title type="html">Job_CreateSQLAgentJob</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_createsqlagentjobstep.jpg" medium="image">
			<media:title type="html">Job_CreateSQLAgentJobStep</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/job_enablejobrunrunning.jpg" medium="image">
			<media:title type="html">Job_EnableJobRunRunning</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding a Back Button to a SSRS Drill through Report.</title>
		<link>http://elonblackman.wordpress.com/2010/07/31/adding-a-back-button-to-a-ssrs-drill-through-report/</link>
		<comments>http://elonblackman.wordpress.com/2010/07/31/adding-a-back-button-to-a-ssrs-drill-through-report/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 11:46:34 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=272</guid>
		<description><![CDATA[Scenario You have a Reporting Services report viewed via a browser that has a drill-through to another report. When the drill through report is opened, you would like the user to be able to “jump back” to the previous parent report page. Users can use the browsers back button to do this, but you would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=272&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><span style="text-decoration:underline;">Scenario</span></em></p>
<p>You have a Reporting Services report viewed via a browser that has a drill-through to another report. When the drill through report is opened, you would like the user to be able to “jump back” to the previous parent report page. Users can use the browsers back button to do this, but you would like to place a more obvious link on the Report.</p>
<p><em><span style="text-decoration:underline;">Solution</span></em></p>
<p>The following report was created using BIDS for SQL Server 2008. The same method can be employed for the 2005 version, though the dialog boxes may appear slightly different.</p>
<p>Open your drill- through report (i.e. the report you will be drilling <span style="text-decoration:underline;">to</span>, from another ssrs report) and <strong>add a text box</strong>, which you can format to look like a button, if you wish.</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/back_button_insert-textbox.jpg"></a><a href="http://elonblackman.files.wordpress.com/2010/07/back_button_insert-textbox.jpg"><img class="alignnone size-full wp-image-256" title="Back_Button_Insert TextBox" src="http://elonblackman.files.wordpress.com/2010/07/back_button_insert-textbox.jpg" alt="" width="717" height="479" /></a></p>
<p>After Adding the Textbox, View its <strong>Properties</strong> (<em>right-click on textbox</em>).</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/back_button_textbox-properties.jpg"><img class="alignnone size-full wp-image-257" title="Back_Button_Textbox properties" src="http://elonblackman.files.wordpress.com/2010/07/back_button_textbox-properties.jpg" alt="" width="283" height="257" /></a></p>
<p>In the <em>Textbox Properties</em> Dialog box, Select <em>Action</em>, and check “<strong>Go to URL</strong>”</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/back_button_action.jpg"><img class="alignnone size-full wp-image-254" title="Back_Button_Action" src="http://elonblackman.files.wordpress.com/2010/07/back_button_action.jpg" alt="" width="694" height="673" /></a></p>
<p>Enter   <strong>javascript:history.back(1)</strong> in the entry box, then press OK.</p>
<p>When you deploy the report, and view it in your browser, the user only has to click on the “button” (Go Back)  to be returned to the previous browser page, which would be the parent report.</p>
<p><a href="http://elonblackman.files.wordpress.com/2010/07/back_button_browserview.jpg"><img class="alignnone size-full wp-image-255" title="Back_Button_BrowserView" src="http://elonblackman.files.wordpress.com/2010/07/back_button_browserview.jpg" alt="" width="802" height="324" /></a></p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/sql-server/'>SQL Server</a>, <a href='http://elonblackman.wordpress.com/category/sql-server/ssrs/'>SSRS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=272&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2010/07/31/adding-a-back-button-to-a-ssrs-drill-through-report/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/back_button_insert-textbox.jpg" medium="image">
			<media:title type="html">Back_Button_Insert TextBox</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/back_button_textbox-properties.jpg" medium="image">
			<media:title type="html">Back_Button_Textbox properties</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/back_button_action.jpg" medium="image">
			<media:title type="html">Back_Button_Action</media:title>
		</media:content>

		<media:content url="http://elonblackman.files.wordpress.com/2010/07/back_button_browserview.jpg" medium="image">
			<media:title type="html">Back_Button_BrowserView</media:title>
		</media:content>
	</item>
		<item>
		<title>Speed up your Firefox Web Browsing experience</title>
		<link>http://elonblackman.wordpress.com/2010/06/18/speed-up-your-firefox-web-browsing-experience/</link>
		<comments>http://elonblackman.wordpress.com/2010/06/18/speed-up-your-firefox-web-browsing-experience/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 10:37:41 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=251</guid>
		<description><![CDATA[You can speed up your Firefox Web browsing experience by removing the default delay before the browser displays a page. It defaults to 0.25 seconds, but you’ll notice the difference when it’s been reduced to zero. In the Firefox address bar type about:config and press enter. If prompted, “promise to be careful” at the warning [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=251&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You can speed up your Firefox Web browsing experience by removing the default delay before the browser displays a page. It defaults to 0.25 seconds, but you’ll notice the difference when it’s been reduced to zero.</p>
<p>In the Firefox address bar type <span style="color:#ff0000;"><strong>about:config</strong></span> and press enter. If prompted, “promise to be careful” at the warning screen.</p>
<p>Now, anywhere in the browser window, right-click and select “<em><strong>New</strong></em>”, followed by “<em><strong>String</strong></em>”.</p>
<p>Call the new string <span style="color:#3366ff;"><strong>nglayout.initialpaint.delay</strong></span> and set its sting value to <span style="color:#3366ff;"><strong>0</strong></span> milliseconds.</p>
<p>You can also increase the number of multiple connections to the server that is hosting the website you want to look at, to speed up your download time to render the page content.</p>
<p>You can tweak Firefox to increase the number of default connections from 4 to a higher number up to say 128.</p>
<p>Assuming you are still in the “<span style="color:#ff0000;"><strong>about:config</strong></span>” browser page, find the entries <span style="color:#3366ff;"><strong>network.http.pipelining</strong></span> and <span style="color:#3366ff;"><strong>network.http.proxy.pipelining</strong></span>. Double-click both to change their false value to <strong><em>True</em></strong>.</p>
<p>Now double-click the entry<span style="color:#3366ff;"> <strong>network.http.pipelining.max.requests</strong></span> to a higher number, say 30, and click OK.</p>
<p>Close and re-open Firefox to start noticing the effects of your changes.</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=251&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2010/06/18/speed-up-your-firefox-web-browsing-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Crib Sheet</title>
		<link>http://elonblackman.wordpress.com/2010/05/03/sql-crib-sheet/</link>
		<comments>http://elonblackman.wordpress.com/2010/05/03/sql-crib-sheet/#comments</comments>
		<pubDate>Mon, 03 May 2010 11:09:12 +0000</pubDate>
		<dc:creator>Elon B.</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://elonblackman.wordpress.com/?p=242</guid>
		<description><![CDATA[What&#8217;s the syntax for that Select, Insert, Delete, Update &#8230; statement?  Yep, sometimes we forget the basics when writing T-SQL Code. Here are some useful links to SQL Crib Sheet type pages to help you jog your memory. 1: Brian Cryer&#8217;s SQL Crib Sheet 2: Free Ebook (at time of writing) :  SQL Server Crib-Sheet [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=242&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s the syntax for that <em>Select, Insert, Delete, Update</em> &#8230; statement?  Yep, sometimes we forget the basics when writing T-SQL Code. Here are some useful links to SQL Crib Sheet type pages to help you jog your memory.</p>
<p>1: <a title="SQL Crib Sheet" href="http://www.cryer.co.uk/brian/sql/sql_crib_sheet.htm" target="_blank">Brian Cryer&#8217;s SQL Crib Sheet</a></p>
<p>2: Free Ebook (at time of writing) :  <a title="Crib Sheet Compendium" href="http://www.simple-talk.com/sql/learn-sql-server/free-ebook-sql-server-crib-sheet-compendium/" target="_blank">SQL Server Crib-Sheet Compendium</a> alternatively from <a title="here" href="http://freecomputerbooks.com/sql-server-crib-sheet-compendium.html" target="_blank">here</a></p>
<p>3: SQL Tutorials  &#8211; Try <a title="www.w3schools.com/sql" href="http://www.w3schools.com/sql/default.asp" target="_blank">here</a>,  <a title="www.sql-tutorial.net" href="http://www.sql-tutorial.net/" target="_blank">here</a> or <a title="www.1keydata.com/sql" href="http://www.1keydata.com/sql/sql.html" target="_blank">here</a>, plus <a title="RHDB-7.1-Manual" href="http://www.redhat.com/docs/manuals/database/RHDB-7.1-Manual/sql/reference.html" target="_blank">here</a> or others from <a title="Googe Search - SQL Tutorials" href="http://www.google.co.uk/#num=20&amp;hl=en&amp;newwindow=1&amp;safe=off&amp;q=sql+tutorial&amp;meta=&amp;aq=f&amp;aqi=g10&amp;aql=&amp;oq=&amp;gs_rfai=&amp;fp=f572cb5e81bf59b" target="_blank">Google</a></p>
<p>4: <a title="Intro to SQL" href="http://www.dbbm.fiocruz.br/class/Lecture/d17/sql/jhoffman/sqltut.html" target="_blank">Intro to SQL (4.71)</a></p>
<p>5: <a title="sqlzoo.net/" href="http://sqlzoo.net/" target="_blank">Interactive SQL tutorial</a></p>
<p>6: Free Ebooks &#8211; e.g. Teach yourself SQL can be found<a title="freecomputerbooks.com/dbSqlBooks" href="http://freecomputerbooks.com/dbSqlBooks.html" target="_blank"> here</a></p>
<p><span style="text-decoration:underline;"><em>Other useful tools include</em></span>:</p>
<p><a title="Instant SQL Formatter" href="http://www.dpriver.com/pp/sqlformat.htm?ref=sqlzoo" target="_blank">SQL Formatter</a>: Use sqlparser.com to convert any SQL into a readable and colorful style</p>
<br />Filed under: <a href='http://elonblackman.wordpress.com/category/sql-server/'>SQL Server</a>, <a href='http://elonblackman.wordpress.com/category/sql-server/t-sql/'>T-SQL</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/elonblackman.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/elonblackman.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/elonblackman.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/elonblackman.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/elonblackman.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/elonblackman.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/elonblackman.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/elonblackman.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/elonblackman.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/elonblackman.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/elonblackman.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/elonblackman.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/elonblackman.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/elonblackman.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=elonblackman.wordpress.com&amp;blog=5130663&amp;post=242&amp;subd=elonblackman&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://elonblackman.wordpress.com/2010/05/03/sql-crib-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">E.B.</media:title>
		</media:content>
	</item>
	</channel>
</rss>
