<?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>belle's sql musings &#187; MySQL</title>
	<atom:link href="http://www.sqlmusings.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlmusings.com</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:16:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Transfer data from MySQL to SQL Server Using SSIS</title>
		<link>http://www.sqlmusings.com/2011/03/23/transfer-data-from-mysql-to-sql-server-using-ssis/</link>
		<comments>http://www.sqlmusings.com/2011/03/23/transfer-data-from-mysql-to-sql-server-using-ssis/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 03:11:06 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.sqlmusings.com/?p=1764</guid>
		<description><![CDATA[I will be doing a series of tutorials (some simple, some more involved) in SSIS in the next little while. In addition to step by step instructions, I will also be providing the video tutorial equivalents which will be posted at the Black Ninja Software website. Once the video tutorials are up, I will be [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2011/03/23/transfer-data-from-mysql-to-sql-server-using-ssis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generating Random Data for SQL Server and MySQL</title>
		<link>http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/</link>
		<comments>http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 06:09:05 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[DBA Toolbox / T-SQL Scripts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[T-SQL Tips and Tricks]]></category>
		<category><![CDATA[Sample Code]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/</guid>
		<description><![CDATA[SQL Server – uses NEWID() in ORDER BY 1: -- using the AdventureWorks Database 2: SELECT 3: TOP 10 4: DepartmentID, 5: [Name] 6: FROM 7: HumanResources.Department 8: ORDER BY 9: NEWID() 10: MySQL – uses RAND() in ORDER BY 1: SELECT 2: `Code`, 3: `Name` 4: FROM 5: `Country` 6: ORDER BY 7: RAND() [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/10/05/generating-random-data-for-sql-server-and-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL EXPLAIN Cheat Sheet</title>
		<link>http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/</link>
		<comments>http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 05:22:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/08/19/mysql-explain-cheat-sheet/</guid>
		<description><![CDATA[Came across this handy cheat sheet for MySQL EXPLAIN: http://www.beberlei.de/mysql_explain.html EXPLAIN is a clause in MySQL that explains how a SELECT statement will be executed, and allows one to determine whether the indexing scheme is effective or not. Share : No related posts.

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/08/19/mysql-explain-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indispensible MySQL Resources</title>
		<link>http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/</link>
		<comments>http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 05:53:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Tools]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/07/14/indispensible-mysql-resources/</guid>
		<description><![CDATA[Doug Bromley of Straw Dogs have posted 20 Indispensible MySQL Resources, which include SQLYog phpMyAdmin In addition, the following tools are in my MySQL toolbox if I am wearing my MySQL DBA hat on: Navicat Lite MySQL GUI Tools (Workbench, Query Browser, Migration Toolkit, Administrator) Toad for MySQL Toad Data Modeler DBDesigner Share : No [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/07/14/indispensible-mysql-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increase an InnoDB log file size</title>
		<link>http://www.sqlmusings.com/2007/11/21/how-to-increase-an-innodb-log-file-size/</link>
		<comments>http://www.sqlmusings.com/2007/11/21/how-to-increase-an-innodb-log-file-size/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 11:10:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2007/11/21/how-to-increase-an-innodb-log-file-size/</guid>
		<description><![CDATA[(MySQL 5.0) Had a question from a student: Problem: He is trying to increase the innodb log file size by altering his .ini file. After he makes the changes to the .ini file, he attempts to restart the server but fails. Error messages indicate: -ib_logfile0 has a different size -can&#8217;t initialize database Solution: The solution [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2007/11/21/how-to-increase-an-innodb-log-file-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

