<?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, 09 Jan 2012 00:18:47 +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>Checklist to Consider Before Migrating from SQL Server to NoSQL</title>
		<link>http://www.shinylight.com/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/</link>
		<comments>http://www.shinylight.com/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 04:14:35 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=1193</guid>
		<description><![CDATA[Here&#8217;s a checklist of items to consider before migrating to a NoSQL db from SQL Server. If you come from SQL Server land, you may be used to these features and facilities. So before shifting over to a different world, consider if the db you&#8217;re jumping into (MongoDB, CouchDB, etc.) meets your needs by analyzing [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a checklist of items to consider before migrating to a NoSQL db from SQL Server. If you come from SQL Server land, you may be used to these features and facilities. So before shifting over to a different world, consider if the db you&#8217;re jumping into (MongoDB, CouchDB, etc.) meets your needs by analyzing these items. Keep in mind that some features may not exist in NoSQL, not because of immaturity, but because it may not apply to the nature of a NoSQL database.</p>
<p><strong>Handle Load</strong></p>
<p style="padding-left: 30px;">Compare against SQL Server:</p>
<p style="padding-left: 60px;">Reading</p>
<p style="padding-left: 60px;">Writing</p>
<p style="padding-left: 30px;">Resource Monitoring</p>
<p style="padding-left: 60px;">CPU Usage</p>
<p style="padding-left: 60px;">Memory Use</p>
<p style="padding-left: 60px;">Disk use</p>
<p><strong>Transactions</strong></p>
<p style="padding-left: 30px;">Are there software design patterns to rollback</p>
<p style="padding-left: 30px;">Locking</p>
<p style="padding-left: 30px;">Reading</p>
<p style="padding-left: 30px;">
<p><strong>Programming</strong></p>
<p style="padding-left: 30px;">Syntax</p>
<p style="padding-left: 30px;">SELECT / UPDATE / DELETE / INSERT / JOINS</p>
<p style="padding-left: 30px;">Reusable Code Modules</p>
<p style="padding-left: 60px;">Compiled Stored procs</p>
<p style="padding-left: 60px;">Functions</p>
<p style="padding-left: 60px;">Custom Data Types</p>
<p style="padding-left: 30px;">Dynamic Management Views</p>
<p style="padding-left: 30px;">Indexing</p>
<p style="padding-left: 60px;">Clustered</p>
<p style="padding-left: 60px;">Non-Clustered</p>
<p><strong>Toolset / Resources</strong></p>
<p style="padding-left: 30px;">IDE</p>
<p style="padding-left: 30px;">Administration</p>
<p style="padding-left: 30px;">Profiler</p>
<p style="padding-left: 30px;">Excution Planner</p>
<p style="padding-left: 30px;">Community</p>
<p style="padding-left: 30px;">Books</p>
<p><strong>Administration</strong></p>
<p style="padding-left: 30px;">Complexity</p>
<p style="padding-left: 30px;">Backing up</p>
<p style="padding-left: 60px;">Full</p>
<p style="padding-left: 60px;">Differentials</p>
<p style="padding-left: 60px;">Transaction Log</p>
<p style="padding-left: 30px;">Recovery</p>
<p style="padding-left: 30px;">Replication / Clustering</p>
<p style="padding-left: 30px;">Snapshots</p>
<p><strong>Security</strong></p>
<p><strong>C# Integration</strong></p>
<p><strong>Facilities</strong></p>
<p style="padding-left: 30px;">Full Text Search</p>
<p style="padding-left: 30px;">Snapshots</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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;submitHeadline=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL&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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;title=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;title=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;title=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;bm_description=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;T=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;title=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;title=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/" 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+Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL+@+http://www.shinylight.com/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/&amp;t=Checklist+to+Consider+Before+Migrating+from+SQL+Server+to+NoSQL" 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/2011/08/18/checklist-to-consider-before-migrating-from-sql-server-to-nosql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kooboo CMS First Impressions</title>
		<link>http://www.shinylight.com/2011/08/18/kooboo-cms-first-impressions/</link>
		<comments>http://www.shinylight.com/2011/08/18/kooboo-cms-first-impressions/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 03:57:08 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.shinylight.com/?p=1189</guid>
		<description><![CDATA[Kooboo is a CMS based on ASP.NET MVC. Recently, I got a chance to take it for a spin, and here are some of my thoughts. Keep in mind that the drawbacks here may come just from my ignorance of the tool use.   I&#8217;ll update this as the more I learn about the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kooboo.com/">Kooboo</a> is a CMS based on ASP.NET MVC. Recently, I got a chance to take it for a spin, and here are some of my thoughts. Keep in mind that the drawbacks here may come just from my ignorance of the tool use. <img src='http://www.shinylight.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ll update this as the more I learn about the inner workings.</p>
<p><strong>Benefits </strong></p>
<ul>
<li>Admin Panel’s UI is intuitive for designers/programmers
<ul>
<li>Easy to add pages</li>
<li>Easy to add your own themes/styles</li>
<li>Easy to create your own type of content</li>
<li>Easy to add content</li>
</ul>
</li>
<li>Lots of Features, more than Orchard</li>
<li>Mature, has been around for a while (2008)</li>
<li>Views are coded in Razor</li>
<li>Can connect to MongoDB and other datasource types</li>
<li>Versioning of any piece of content and view differences</li>
<li>Manage website resources easily – images/documents/etc.</li>
</ul>
<p><strong>Drawbacks</strong></p>
<p>May not be a drawback once I figure out the “how” and get better understanding.</p>
<ul>
<li>Once a site is created, when I migrated from XML to MongoDB, I lost all the website data from the XML files.</li>
<li>Admin Panel’s UI may not be intuitive to non-designers/programmers.</li>
<li>Site directory structure Kooboo generates is not the same as the traditional ASP.NET MVC.</li>
</ul>
<p>Let’s take a look. For a site I created using Kooboo, named “batman”:</p>
<p><a href="http://www.shinylight.com/wp-content/uploads/2011/08/12.png"><img class="alignnone size-full wp-image-1190" title="1" src="http://www.shinylight.com/wp-content/uploads/2011/08/12.png" alt="" width="537" height="355" /></a></p>
<ul>
<li>When a content type is created, it does not create a C# class file. (I didn’t see one at least, in the directory structure.) It does, however, create a MongoDB collection for the content, there’s just no C# class mapped to it.</li>
<li>There’s no clear way to bind a View to a model class as in traditional ASP.NET MVC since, Kooboo doesn’t create a C# class file. It doesn’t follow the traditional file/folder naming convention: for each View, you map that to a model.</li>
<li>Community not as large as other CMS communities (Orchard, Umbraco, DNN).</li>
</ul>
<p>I’ll keep exploring, but this is what I’ve found so far.</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/2011/08/18/kooboo-cms-first-impressions/&amp;submitHeadline=Kooboo+CMS+First+Impressions&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/2011/08/18/kooboo-cms-first-impressions/&amp;title=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/&amp;title=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/" 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/2011/08/18/kooboo-cms-first-impressions/&amp;title=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/&amp;bm_description=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/&amp;T=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/&amp;title=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/&amp;title=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/" 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/2011/08/18/kooboo-cms-first-impressions/" 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+Kooboo+CMS+First+Impressions+@+http://www.shinylight.com/2011/08/18/kooboo-cms-first-impressions/" 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/2011/08/18/kooboo-cms-first-impressions/&amp;t=Kooboo+CMS+First+Impressions" 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/2011/08/18/kooboo-cms-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

