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

<channel>
	<title>ShinyLight Development &#187; MySQL</title>
	<atom:link href="http://www.shinylight.com/category/databases/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shinylight.com</link>
	<description>Web Development and Other Goodness in the World of a Software Engineer.</description>
	<lastBuildDate>Mon, 07 Jun 2010 03:02:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Winrar from the Command Line</title>
		<link>http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/</link>
		<comments>http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 20:24:47 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Automation / Scripting]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=907</guid>
		<description><![CDATA[Winrar is a great tool used for compressing files. It also has a command line tool called &#8220;rar.exe&#8221; to compress files, in case you want to batch it up. Here&#8217;s an example of the most common switches I use.

&#34;C:\Program Files\WinRAR\rar.exe&#34; a -m5 -r -ep1 &#34;C:\temp\Work\Upgrades\2010-02-06\111.rar&#34; &#34;C:\temp\Work\Upgrades\2010-02-06\Post-Upgrade\&#34;

First path is the location of the rar file to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rarlab.com/">Winrar</a> is a great tool used for compressing files. It also has a command line tool called &#8220;rar.exe&#8221; to compress files, in case you want to batch it up. Here&#8217;s an example of the most common switches I use.</p>

<div class="wp_syntax"><div class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #ff0000;">&quot;C:<span style="color: #000099; font-weight: bold;">\P</span>rogram Files<span style="color: #000099; font-weight: bold;">\W</span>inRAR<span style="color: #000099; font-weight: bold;">\r</span>ar.exe&quot;</span> a <span style="color: #339933;">-</span>m5 <span style="color: #339933;">-</span>r <span style="color: #339933;">-</span>ep1 <span style="color: #ff0000;">&quot;C:<span style="color: #000099; font-weight: bold;">\t</span>emp<span style="color: #000099; font-weight: bold;">\W</span>ork<span style="color: #000099; font-weight: bold;">\U</span>pgrades<span style="color: #000099; font-weight: bold;">\2</span>010-02-06<span style="color: #000099; font-weight: bold;">\1</span>11.rar&quot;</span> <span style="color: #ff0000;">&quot;C:<span style="color: #000099; font-weight: bold;">\t</span>emp<span style="color: #000099; font-weight: bold;">\W</span>ork<span style="color: #000099; font-weight: bold;">\U</span>pgrades<span style="color: #000099; font-weight: bold;">\2</span>010-02-06<span style="color: #000099; font-weight: bold;">\P</span>ost-Upgrade<span style="color: #000099; font-weight: bold;">\&quot;</span></span></pre></div></div>

<p>First path is the location of the rar file to create. The second path is either the location of the file(s) or directory to compress.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">options used
&nbsp;
  -ep1  Exclude base directory from names
  a     Add files to archive
  -r    Recurse subdirectories (will compress entire directories)
  -m5   Set compression level to maximum</pre></div></div>

<p>You can even assign a password to it using the -p switch</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;submitHeadline=Using+Winrar+from+the+Command+Line&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;title=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;title=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;title=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;bm_description=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;T=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;title=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;title=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Using+Winrar+from+the+Command+Line+@+http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/&amp;t=Using+Winrar+from+the+Command+Line" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2010/03/29/using-winrar-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup MySQL DB From Remote To Your Local Machine</title>
		<link>http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/</link>
		<comments>http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 18:34:46 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=888</guid>
		<description><![CDATA[Why do this?
In case you don&#8217;t have shell access to your server from your hosting provider. Also if the provider doesn&#8217;t let you writing files locally from a script. 
If you want to backup from a remote machine to your local machine:
(Don’t use the < or > symbols when you type it, except the last [...]]]></description>
			<content:encoded><![CDATA[<h2>Why do this?</h2>
<p>In case you don&#8217;t have shell access to your server from your hosting provider. Also if the provider doesn&#8217;t let you writing files locally from a script. </p>
<p>If you want to backup from a remote machine to your local machine:</p>
<p>(Don’t use the < or > symbols when you type it, except the last > that redirects to a file.)</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;">mysqldump <span style="color: #CC0099;">--</span>opt <span style="color: #CC0099;">-</span>Q <span style="color: #CC0099;">-</span>h <span style="color: #CC0099;">&lt;</span>www.narutorp.net<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">-</span>u <span style="color: #CC0099;">&lt;</span>username<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">--</span><span style="color: #000099;">password</span><span style="color: #CC0099;">=&lt;</span>chocolatepizza<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">&lt;</span>database_name<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">&lt;</span>C:\temp\mysql\backupdb1.sql<span style="color: #CC0099;">&gt;</span></pre></div></div>

<p>If you want to backup from a remote machine to that same remote machine.</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;">mysqldump <span style="color: #CC0099;">--</span>opt <span style="color: #CC0099;">-</span>Q <span style="color: #CC0099;">-</span>h <span style="color: #CC0099;">&lt;</span>127.0.0.1<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">-</span>u <span style="color: #CC0099;">&lt;</span>username<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">-</span>p <span style="color: #CC0099;">&lt;</span>password<span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">&gt;</span> <span style="color: #CC0099;">&lt;</span>filename.sql<span style="color: #CC0099;">&gt;</span></pre></div></div>

<p>You can also pipe that to gzip to compress, and schedule it as needed. </p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;submitHeadline=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;title=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;title=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;title=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;bm_description=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;T=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;title=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;title=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Backup+MySQL+DB+From+Remote+To+Your+Local+Machine+@+http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/&amp;t=Backup+MySQL+DB+From+Remote+To+Your+Local+Machine" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2010/03/23/backup-mysql-db-from-remote-to-your-local-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Pairs Well with Which Database?</title>
		<link>http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/</link>
		<comments>http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:07:53 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Careers]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=753</guid>
		<description><![CDATA[In the same way there&#8217;s a tight bond between MySQL and PHP, SQL Server and ASP.NET, SQL Server and ColdFusion &#8211; what goes well with Java? Oracle? Being curious, I started searching in employment web sites. I searched for &#8220;Java&#8221; and one of these databases: Oracle, MySQL, SQL Server and PostgreSQL. (I put in &#8220;SQL [...]]]></description>
			<content:encoded><![CDATA[<p>In the same way there&#8217;s a tight bond between MySQL and PHP, SQL Server and ASP.NET, SQL Server and ColdFusion &#8211; what goes well with Java? Oracle? Being curious, I started searching in employment web sites. I searched for &#8220;Java&#8221; and one of these databases: Oracle, MySQL, SQL Server and PostgreSQL. (I put in &#8220;SQL Server&#8221; using quotes.) The sites used were: craigslist, Monster.com, Dice.com, and Yahoo! Hotjobs.</p>
<p>The numbers signify how many job entries were returned.</p>
<p><a href="http://www.shinylight.com/wp-content/uploads/2010/01/craigslist.jpg"><img class="alignnone size-full wp-image-754" title="craigslist" src="http://www.shinylight.com/wp-content/uploads/2010/01/craigslist.jpg" alt="" width="520" height="222" /></a></p>
<p><a href="http://www.shinylight.com/wp-content/uploads/2010/01/dice.jpg"><img class="alignnone size-full wp-image-755" title="dice" src="http://www.shinylight.com/wp-content/uploads/2010/01/dice.jpg" alt="" width="520" height="223" /></a></p>
<p><a href="http://www.shinylight.com/wp-content/uploads/2010/01/monster.jpg"><img class="alignnone size-full wp-image-756" title="monster" src="http://www.shinylight.com/wp-content/uploads/2010/01/monster.jpg" alt="" width="520" height="223" /></a></p>
<p><a href="http://www.shinylight.com/wp-content/uploads/2010/01/yahoo.jpg"><img class="alignnone size-full wp-image-757" title="yahoo" src="http://www.shinylight.com/wp-content/uploads/2010/01/yahoo.jpg" alt="" width="520" height="240" /></a></p>
<p><a href="http://www.shinylight.com/wp-content/uploads/2010/01/total11.jpg"><img class="alignnone size-full wp-image-758" title="total11" src="http://www.shinylight.com/wp-content/uploads/2010/01/total11.jpg" alt="" width="517" height="437" /></a></p>
<p>So it does seem Oracle goes with Java. Also I noticed how many people call &#8220;SQL Server&#8221; just &#8220;SQL.&#8221; Sort of confusing and hard to tell if they&#8217;re referring to the platform or language.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;submitHeadline=Java+Pairs+Well+with+Which+Database%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;title=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;title=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;title=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;bm_description=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;T=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;title=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;title=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Java+Pairs+Well+with+Which+Database%3F+@+http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/&amp;t=Java+Pairs+Well+with+Which+Database%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2010/01/24/java-pairs-well-with-which-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logical vs Physical ER Diagrams</title>
		<link>http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/</link>
		<comments>http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 05:54:54 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=721</guid>
		<description><![CDATA[Logical diagrams are to convey  requirements only. Physical diagrams represent the actual data structure to  support the requirements and take into account technical scalability and speed. 
Edit: I hate the way I had to format this document for this blog post. If you want this tutorial better formatted, check out the Word document. [...]]]></description>
			<content:encoded><![CDATA[<p>Logical diagrams are to convey  requirements only. Physical diagrams represent the actual data structure to  support the requirements and take into account technical scalability and speed. </p>
<p><strong>Edit:</strong> I hate the way I had to format this document for this blog post. If you want this tutorial better formatted, check out the <a href="/wp-content/uploads/2010/01/Logical-vs-Physical.doc">Word document.</a> </p>
<h2>One-to-Many Relationship</h2>
<p><br /></p>
<p><strong>Logical</strong></p>
<p align="center"><img src="/wp-content/uploads/2010/01/image001.jpg" width="286" height="144" /></p>
<p>On ER/Studio, two tables are created. The Store table    has a primary key StoreID. The Manager table has a primary key, ManagerID and    a foreign key, StoredID (which is mapped to StoreID from the Store table).</p>
<p><strong>Physical</strong></p>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="/wp-content/uploads/2010/01/image002.jpg" width="358" height="138" /></td>
</tr>
<tr>
<td><img src="/wp-content/uploads/2010/01/image003.jpg" width="136" height="19" /></td>
<td><img src="/wp-content/uploads/2010/01/image004.jpg" width="149" height="36" /></td>
</tr>
</table>
<p>
  On SQL Server, two tables are created. The Store table    has a primary key StoreID. The Manager table has a primary key, ManagerID and    a foreign key, StoredID (which is mapped to StoreID from the Store table).</p>
<p align="center">Manager Table:<br />
  <img src="/wp-content/uploads/2010/01/image005.jpg" width="333" height="97" /></p>
<p>If you allow NULLs for StoreID in the Manager table,    then you’ll be able to have a Manager without a store. If you don’t allow    NULLs (leave it unchecked), then you’ll have to have at least one Store    assigned to a Manager. </p>
<p><strong>Querying</strong></p>
<p>The above states that one store can have many managers. Here’s some sample data what’s in the tables:</p>
<p>
<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span> <span style="color: #808080;">*</span> <span style="color: #0000FF;">FROM</span> Manager</pre></div></div>

<div align="center">
  <img src="/wp-content/uploads/2010/01/image006.jpg" width="240" height="171" />
  </p>
</div>
<p>
<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span> <span style="color: #808080;">*</span> <span style="color: #0000FF;">FROM</span> Store</pre></div></div>

<div align="center">
  <img src="/wp-content/uploads/2010/01/image007.jpg" width="414" height="77" />
  </p>
</div>
<p>Get all manager information with for all managers that  belong to a store:</p>
<table width="100%" border="0" cellspacing="5" cellpadding="3">
<tr>
<td>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span>  Manager.<span style="color: #202020;">ManagerID</span>,  Manager.<span style="color: #202020;">FirstName</span>,  Manager.<span style="color: #202020;">LastName</span>,  Manager.<span style="color: #202020;">StoreID</span>,
        Store.<span style="color: #808080;">&#91;</span>Name<span style="color: #808080;">&#93;</span>,  Store.<span style="color: #202020;">Address</span>,  Store.<span style="color: #0000FF;">STATE</span>,  Store.<span style="color: #202020;">City</span>,  Store.<span style="color: #202020;">Zip</span>
<span style="color: #0000FF;">FROM</span>    Manager
        <span style="color: #0000FF;">INNER</span> <span style="color: #808080;">JOIN</span> Store <span style="color: #0000FF;">ON</span> Manager.<span style="color: #202020;">StoreID</span> <span style="color: #808080;">=</span> Store.<span style="color: #202020;">StoreID</span></pre></div></div>

</td>
</tr>
<tr>
<td>
<div align="center"><img src="/wp-content/uploads/2010/01/image008.jpg" width="597" height="156" /></div>
</td>
</tr>
</table>
<p><br /></p>
<p>Get all manager information with for all managers (even  if they don’t have a store):</p>
<table width="101%" border="0" cellspacing="5" cellpadding="3">
<tr>
<td>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span>  Manager.<span style="color: #202020;">ManagerID</span>,  Manager.<span style="color: #202020;">FirstName</span>,  Manager.<span style="color: #202020;">LastName</span>,  Manager.<span style="color: #202020;">StoreID</span>,
        Store.<span style="color: #808080;">&#91;</span>Name<span style="color: #808080;">&#93;</span>,  Store.<span style="color: #202020;">Address</span>,  Store.<span style="color: #0000FF;">STATE</span>,  Store.<span style="color: #202020;">City</span>,  Store.<span style="color: #202020;">Zip</span>
<span style="color: #0000FF;">FROM</span>    Manager
        <span style="color: #0000FF;">LEFT</span> <span style="color: #808080;">OUTER</span> <span style="color: #808080;">JOIN</span> Store <span style="color: #0000FF;">ON</span> Manager.<span style="color: #202020;">StoreID</span> <span style="color: #808080;">=</span> Store.<span style="color: #202020;">StoreID</span></pre></div></div>

</td>
</tr>
<tr>
<td>
<div align="center"><img src="/wp-content/uploads/2010/01/image009.jpg" width="604" height="172" /></div>
</td>
</tr>
</table>
<p><br /></p>
<p>Notice the NULL for Steamboat Willie. He doesn’t have a  store, so all Store related fields show as NULL.</p>
<p><br /></p>
<h2>Many-to-Many Relationship</h2>
<p>
<br />
</p>
<p>In order to implement this  physically, you need a join table. In this case, we use StoreManager.  Logically, you only need only two entities (Store and Manager).</p>
<p><strong>Logical</strong></p>
<p align="center"><img src="/wp-content/uploads/2010/01/image010.gif" width="290" height="148" /></p>
<p><strong>Physical</strong></p>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="/wp-content/uploads/2010/01/image011.jpg" width="156" height="34" /></td>
</tr>
<tr>
<td colspan="2"><img src="/wp-content/uploads/2010/01/image012.jpg" width="341" height="211" /></td>
</tr>
<tr>
<td><img src="/wp-content/uploads/2010/01/image013.jpg" width="146" height="20" /></td>
<td><img src="/wp-content/uploads/2010/01/image014.jpg" width="135" height="15" /></td>
</tr>
</table>
<p><br /></p>
<p>
  On SQL Server, three tables are created. The Store    table has a primary key StoreID. The Manager table has a primary key,    ManagerID. The table StoreManager has two foreign keys:  StoredID (which is    mapped to StoreID from the Store table) and ManagerID (which is mapped to the    ManagerID from the Manager table). </p>
<p align="center">StoreManager Table:<br />
  <img src="/wp-content/uploads/2010/01/image015.jpg" width="311" height="56" /></p>
<p>If you allow NULLs for StoreID and ManagerID in the StoreManager    table, then you’ll be able to have a Manager without a store. If you don’t    allow NULLs (leave it unchecked for both), then you’ll have to have at least    one Store assigned to a Manager. </p>
<p>Here’s some sample data what’s in the tables:</p>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span> <span style="color: #808080;">*</span> <span style="color: #0000FF;">FROM</span> Manager</pre></div></div>

<p align="center"><img src="/wp-content/uploads/2010/01/image016.jpg" width="157" height="140" /></p>
<p><br /></p>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span> <span style="color: #808080;">*</span> <span style="color: #0000FF;">FROM</span> Store</pre></div></div>

<p align="center"><img src="/wp-content/uploads/2010/01/image017.jpg" width="331" height="65" /></p>
<p><br /></p>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span> <span style="color: #808080;">*</span> <span style="color: #0000FF;">FROM</span> StoreManager</pre></div></div>

<p align="center"><img src="/wp-content/uploads/2010/01/image018.jpg" width="73" height="204" />
</p>
<p><br /></p>
<p>Get all manager information associated with his store:</p>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span>  Manager.<span style="color: #202020;">ManagerID</span>,  Manager.<span style="color: #202020;">FirstName</span>,  Manager.<span style="color: #202020;">LastName</span>,
        StoreManager.<span style="color: #202020;">StoreID</span>, StoreManager.<span style="color: #202020;">ManagerID</span>, Store.<span style="color: #202020;">StoreID</span>,
        Store.<span style="color: #808080;">&#91;</span>Name<span style="color: #808080;">&#93;</span>,Store.<span style="color: #202020;">Address</span>, Store.<span style="color: #0000FF;">STATE</span>, Store.<span style="color: #202020;">City</span>, Store.<span style="color: #202020;">Zip</span>
<span style="color: #0000FF;">FROM</span>    Store
        <span style="color: #0000FF;">INNER</span> <span style="color: #808080;">JOIN</span> StoreManager <span style="color: #0000FF;">ON</span> Store.<span style="color: #202020;">StoreID</span> <span style="color: #808080;">=</span> StoreManager.<span style="color: #202020;">StoreID</span>
        <span style="color: #0000FF;">INNER</span> <span style="color: #808080;">JOIN</span> Manager <span style="color: #0000FF;">ON</span> StoreManager.<span style="color: #202020;">ManagerID</span> <span style="color: #808080;">=</span> Manager.<span style="color: #202020;">ManagerID</span></pre></div></div>

<div align="center"><img src="/wp-content/uploads/2010/01/image019.jpg" width="600" height="316" /></p>
</div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;submitHeadline=Logical+vs+Physical+ER+Diagrams&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;title=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;title=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;title=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;bm_description=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;T=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;title=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;title=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Logical+vs+Physical+ER+Diagrams+@+http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/&amp;t=Logical+vs+Physical+ER+Diagrams" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2010/01/24/logical-vs-physical-er-diagrams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tip: Allow comments on this post by default</title>
		<link>http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/</link>
		<comments>http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:07:16 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mysql wordpress databases]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=422</guid>
		<description><![CDATA[Being tired of checking the &#8220;Allow comments on this post&#8221; checkbox every time I make a new post, I went into the database and changed the setting. By default, it&#8217;s set to &#8220;closed&#8221; meaning you have to check it all the time. See for yourself:

1
2
select option_name, option_value
from wp_options where option_name in &#40; 'default_comment_status' &#41;;

Change it [...]]]></description>
			<content:encoded><![CDATA[<p>Being tired of checking the &#8220;Allow comments on this post&#8221; checkbox every time I make a new post, I went into the database and changed the setting. By default, it&#8217;s set to &#8220;closed&#8221; meaning you have to check it all the time. See for yourself:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">select</span> option_name<span style="color: #000033;">,</span> option_value
<span style="color: #990099; font-weight: bold;">from</span> wp_options <span style="color: #990099; font-weight: bold;">where</span> option_name <span style="color: #990099; font-weight: bold;">in</span> <span style="color: #FF00FF;">&#40;</span> <span style="color: #008000;">'default<span style="color: #008080; font-weight: bold;">_</span>comment<span style="color: #008080; font-weight: bold;">_</span>status'</span> <span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span></pre></td></tr></table></div>

<p>Change it to &#8220;open&#8221;:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="mysql" style="font-family:monospace;"><span style="color: #990099; font-weight: bold;">update</span> wp_options
<span style="color: #990099; font-weight: bold;">set</span> option_value<span style="color: #CC0099;">=</span><span style="color: #008000;">'open'</span>
<span style="color: #990099; font-weight: bold;">where</span> option_name <span style="color: #000099;">in</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">'default<span style="color: #008080; font-weight: bold;">_</span>comment<span style="color: #008080; font-weight: bold;">_</span>status'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span></pre></td></tr></table></div>

<p>Now the checkbox should always be checked.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;submitHeadline=WordPress+Tip%3A+Allow+comments+on+this+post+by+default&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;title=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;title=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;title=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;bm_description=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;T=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;title=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;title=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+WordPress+Tip%3A+Allow+comments+on+this+post+by+default+@+http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/&amp;t=WordPress+Tip%3A+Allow+comments+on+this+post+by+default" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2009/10/05/wordpress-tip-allow-comments-on-this-post-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import MySQL Data into SQL Server</title>
		<link>http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/</link>
		<comments>http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 01:33:55 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[mysql databases sqlserver sql]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=419</guid>
		<description><![CDATA[Today I needed to analyze some forum data from vBulletin running MySQL. The table on MySQL had 60,000 records. Because my playing field is SQL Server and not MySQL, and I needed to slice and dice the data, I needed a way to get the data onto SQL Server. Because of some security restrictions, I [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed to analyze some forum data from vBulletin running MySQL. The table on MySQL had 60,000 records. Because my playing field is SQL Server and not MySQL, and I needed to slice and dice the data, I needed a way to get the data onto SQL Server. Because of some security restrictions, I could not set up a linked server on SQL Server. I don&#8217;t have remote access to the Linux box either. I tried exporting from SQLYog, but CSV data could not be properly delimited and failed when I did a database import via the SSIS import wizard (the table has a lot of flexability to use any character and is often abused by spammers). What did I do?</p>
<p>I only had 4 columns to import for the table. So I ran a select statement returning one column ordered by the id. Then I copied and pasted into an Excel spreadsheet. I did this for all four rows. Because Excel doesn&#8217;t use delimiters, but rather cells to separate, I didn&#8217;t have to worry about data breaking. Then after that, I did an import via the SSIS import wizard. Ta-da, I can now slice and dice my data. There are probably more efficient ways to do this, but I needed a quick solution and this did it.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em></em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;submitHeadline=Import+MySQL+Data+into+SQL+Server&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;title=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;title=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;title=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;bm_description=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;T=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;title=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;title=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Import+MySQL+Data+into+SQL+Server+@+http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/&amp;t=Import+MySQL+Data+into+SQL+Server" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shinylight.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shinylight.com/2009/10/05/import-mysql-data-into-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
