<?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>TechieQuest &#187; Database Utilities</title>
	<atom:link href="http://www.techiequest.com/category/software-news/database-utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiequest.com</link>
	<description>Explore IT, Tech news, Tips and Tech Gadget information</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:41:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MySQL Visual Explain &#8211; Hierarchical View of Query Execution Plan</title>
		<link>http://www.techiequest.com/mysql-visual-explain-hierarchical-view-of-query-execution-plan/</link>
		<comments>http://www.techiequest.com/mysql-visual-explain-hierarchical-view-of-query-execution-plan/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 15:52:51 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/mysql-visual-explain-hierarchical-view-of-query-execution-plan/</guid>
		<description><![CDATA[<p>EXPLAIN statement is used to obtain information about how MySQL executes a SELECT statement to check whether indexes are being used properly, and what kind of join is being performed. EXPLAIN output can sometimes be very hard to understand when it comes to long and complex queries. Here comes MySQL Visual Explain, a command-line tool [...]</p><p><a href="http://www.techiequest.com/mysql-visual-explain-hierarchical-view-of-query-execution-plan/">MySQL Visual Explain &#8211; Hierarchical View of Query Execution Plan</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p>EXPLAIN statement is used to obtain information about how MySQL executes a SELECT statement to check whether indexes are being used properly, and what kind of join is being performed. EXPLAIN output can sometimes be very hard to understand when it comes to long and complex queries.</p>
<p>Here comes <strong><a href="http://mysqltoolkit.sourceforge.net/doc/mysql-visual-explain.html" title="MySQL Visual Explain" target="_blank">MySQL Visual Explain</a></strong>, a command-line tool that transforms EXPLAIN output into a hierarchical view of the query execution plan. MySQL Visual Explain collects the output of EXPLAIN in MySQL and visualize it in treeview to make the reading more understandable. It is very useful when you have large and complex queries.</p>
<p><strong>How It Works:</strong><br />
MySQL Visual Explain tries to reverse-engineer MySQL&#8217;s <a href="http://dev.mysql.com/doc/en/explain.html" title="EXPLAIN Statement" target="_blank">EXPLAIN</a> output into a query execution plan, which it then formats as a left-deep tree &#8212; the same way the plan is represented inside MySQL.</p>
<p><strong>Example query:</strong><br />
SELECT actor_id, (SELECT COUNT(film_id) FROM sakila.film JOIN sakila.film_actor USING(film_id)) FROM sakila.actor;</p>
<p><strong>EXPLAIN output:</strong></p>
<p><img src="http://www.techiequest.com/pic/mysqlvisualexplain01.jpg" alt="mysqlvisualexplain01" /></p>
<p><strong>MySQL Visual Explain output:</strong></p>
<p><img src="http://www.techiequest.com/pic/mysqlvisualexplain02.jpg" alt="mysqlvisualexplain02" /></p>
<p>For more info, read the <a href="http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/" title="Introducing MySQL Visual Explain" target="_blank">Introducing MySQL Visual Explain on Xaprb</a> or the online documentation at <a href="http://mysqltoolkit.sourceforge.net/" title="MySQL Toolkit homepage" target="_blank">the MySQL Toolkit homepage</a>. You can download MySQL Visual Explain free from <a href="http://sourceforge.net/projects/mysqltoolkit/" title="MySQL Toolkit" target="_blank">the Sourceforge MySQL Toolkit</a> project page.</p>
<p><a href="http://www.techiequest.com/mysql-visual-explain-hierarchical-view-of-query-execution-plan/">MySQL Visual Explain &#8211; Hierarchical View of Query Execution Plan</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/mysql-visual-explain-hierarchical-view-of-query-execution-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DbVisualizer 6.0 Released</title>
		<link>http://www.techiequest.com/dbvisualizer-60-released/</link>
		<comments>http://www.techiequest.com/dbvisualizer-60-released/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 04:46:42 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software development Tools]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/dbvisualizer-60-released/</guid>
		<description><![CDATA[<p>DbVisualizer 6.0 has been released. DbVisualizer offers a robust set of features to assist database developers and DBAs perform tasks such as object browsing, creating, running SQL statements and SQL scripts, viewing and editing data. Features enhancements: GUI installer for Windows now supports Windows Vista DbVisualizer now require a minimum of Java 1.5 Support for [...]</p><p><a href="http://www.techiequest.com/dbvisualizer-60-released/">DbVisualizer 6.0 Released</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.minq.se/products/dbvis/index.html" title="DbVisualizer 6.0" target="_blank">DbVisualizer 6.0</a> has been released. DbVisualizer offers a robust set of features to assist database developers and  DBAs perform tasks such as object browsing, creating, running SQL statements and  SQL scripts, viewing and editing data.</p>
<p>Features enhancements:</p>
<ul>
<li>GUI installer for Windows now supports Windows Vista</li>
<li>DbVisualizer now require a minimum of Java 1.5</li>
<li>Support for Java 1.6</li>
<li>Support for DB2 version 9</li>
<li>Visually Create and Alter Table definitions</li>
<li>New Table Data Navigator used to navigate foreign keys by data selection</li>
<li>Optional installation of JDBC drivers for DB2, Mimer, PostgreSQL, Sybase, SQL Server, MySQL and JavaDB/Derby</li>
<li>New Table Data Editor, one of the most used features in DbVisualizer is now even better</li>
</ul>
<p>DbVisualizer 6.0 is available for <a href="http://www.minq.se/products/dbvis/download.html" title="Download" target="_blank">download</a> at the Minq  Software web site. The DbVisualizer Free edition is free for commercial and non commercial use  while the DbVisualizer Personal edition is commercial starting at $149 per  license.</p>
<p>For more detail, read <a href="http://www.minq.se/products/dbvis/versions/6.0/dbvis60.html" title="DbVisualizer 6.0 Quick Facts" target="_blank">DbVisualizer 6.0 Quick Facts</a> and the <a href="http://www.minq.se/products/dbvis/changelog.html" title="Release Notes" target="_blank">Release Notes</a> for a list of changes.</p>
<p><img src="http://www.techiequest.com/pic/dbvisualizer01.jpg" alt="dbvisualizer01" /></p>
<p><a href="http://www.techiequest.com/dbvisualizer-60-released/">DbVisualizer 6.0 Released</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/dbvisualizer-60-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cebase &#8211; A Web-Based Database to Manage and Share Your Data</title>
		<link>http://www.techiequest.com/cebase-a-web-based-database-to-manage-and-share-your-data/</link>
		<comments>http://www.techiequest.com/cebase-a-web-based-database-to-manage-and-share-your-data/#comments</comments>
		<pubDate>Tue, 15 May 2007 17:19:44 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Online Storage]]></category>
		<category><![CDATA[Online Tools]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/cebase-a-web-based-database-to-manage-and-share-your-data/</guid>
		<description><![CDATA[<p>Cebase is a web based database that allows you to manage and share your data with others on the web. No technical skills required! Cebase is now open to all, no more waiting for beta invitation emails. In Cebase your data is stored in lists. A list is much like a table in a traditional [...]</p><p><a href="http://www.techiequest.com/cebase-a-web-based-database-to-manage-and-share-your-data/">Cebase &#8211; A Web-Based Database to Manage and Share Your Data</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.cebase.com/images/logo.gif" title="logo" alt="logo" align="right" /><strong><a href="http://www.cebase.com/" target="_blank" title="Cebase" class="broken_link">Cebase</a></strong> is a web based database that allows you to manage and share your data with others on the web. No technical skills required! Cebase is now open to all, no more waiting for beta invitation emails.</p>
<p>In Cebase your data is stored in lists. A list is much like a table in a traditional database like Microsoft Access or FileMaker but without the hassles of having to create primary keys, foreign keys or any other low-level database object.</p>
<p>Recently, Cebase has added a full data export feature that allows you to export all of the data in an application including files and images. You can always download copies of your database to your own PC or network any time you want.</p>
<p><img src="http://www.techiequest.com/pic/cebase01.jpg" alt="cebase01" id="image1396" title="cebase01" align="middle" /></p>
<p>With Cebase, you can:</p>
<ul>
<li>Create Applications &#8211; Create powerful database applications with a few clicks of your mouse.</li>
<li>Explorer Your Data &#8211; Slice, dice and analyze your data and then display it any way you want to.</li>
<li>Share Your Data &#8211; This powerful collaborative tool makes it easy to share data with anyone, anywhere, any time.</li>
<li>Design Forms &#8211; Quickly and easily build powerful and attractive data entry forms using the built-in WYSIWYG form designer.</li>
</ul>
<p>Cebase is easy to use, first you have to create an application, then create a new list by entering a list name and defining one or more fields to design your forms or by importing your data. Once your list is created you can start entering your data. Cebase  also allows you to create relationships between lists, read here on <a href="http://www.cebase.com/blog/index.php/2006/12/01/relationships/" target="_blank" title="Create Relationships" class="broken_link">how to create relationships</a>.</p>
<p><img src="http://www.techiequest.com/pic/cebase02.jpg" title="cebase02" id="image1397" alt="cebase02" align="middle" /></p>
<p>Cebase also lets you control who has access to your data. Team members, co-workers and clients can log in and view, add, edit or delete data depending upon the rights that you grant them.</p>
<p>Cebase.com is 100% free to use during the the beta period. For more information on how to use Cebase, visit <a href="http://www.cebase.com" title="Cebase" target="_blank" class="broken_link">http://www.cebase.com</a>.</p>
<p><a href="http://www.techiequest.com/cebase-a-web-based-database-to-manage-and-share-your-data/">Cebase &#8211; A Web-Based Database to Manage and Share Your Data</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/cebase-a-web-based-database-to-manage-and-share-your-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DBScribe for MySQL &#8211; Create Technical Documentation for MySQL Database</title>
		<link>http://www.techiequest.com/dbscribe-for-mysql-create-technical-documentation-for-mysql-database/</link>
		<comments>http://www.techiequest.com/dbscribe-for-mysql-create-technical-documentation-for-mysql-database/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 15:59:51 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Software development Tools]]></category>
		<category><![CDATA[CHM-help]]></category>
		<category><![CDATA[database-documentation-tool]]></category>
		<category><![CDATA[DBScribe]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[MS-Word-Documentation]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL-database]]></category>
		<category><![CDATA[relational-database]]></category>
		<category><![CDATA[technical-documentation]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/dbscribe-for-mysql-create-technical-documentation-for-mysql-database/</guid>
		<description><![CDATA[<p>DBScribe for MySQL is a free and powerful database documentation tool to create precise technical documentation of every detail of a database schema within a moment. DBScribe can document your MySQL database into HTML, CHM help, MS Word Documentation. DBScribe&#8217;s features: Ability to document database in exactly the way the users require Wizard and command [...]</p><p><a href="http://www.techiequest.com/dbscribe-for-mysql-create-technical-documentation-for-mysql-database/">DBScribe for MySQL &#8211; Create Technical Documentation for MySQL Database</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p><a title="DBScribe for MySQL" target="_blank" href="http://www.leadum.com/products.php?prod_id=2">DBScribe for MySQL</a> is a free and powerful database documentation tool to create precise technical documentation of every detail of a database schema within a moment. DBScribe can document your MySQL database into HTML, CHM help, MS Word Documentation.</p>
<p>DBScribe&#8217;s features:</p>
<ul>
<li>Ability to document database in exactly the way the users require</li>
<li>Wizard and command line interfaces</li>
<li>Rich set of output format (CHM, HTML, Microsoft Word document)</li>
<li>High speed documentation creation</li>
<li>Complete database structure documenting</li>
<li>Support for all SQL object types, their details and properties</li>
<li>Selection of properties that must be documented for every SQL object type</li>
<li>Individual database object selection to include into documentation</li>
<li>Highly customizable templates for professional looking documentation styles</li>
<li>Custom profiles allowing you to save and reuse your setting later</li>
</ul>
<p>DBScribe helps you to:</p>
<ul>
<li>Dramatically reduce time and cost necessary to document your databases</li>
<li>Avoid document updating and synchronization after database changes</li>
<li>Manage your product/solution knowledge base</li>
<li>Optimize communication between your IT team members: database administrators, developers, testers and technical writers</li>
<li>Increase your customer satisfaction by providing comprehensive, professional looking database documentation</li>
</ul>
<p><img align="middle" alt="dbscribe01" id="image1259" title="dbscribe01" src="http://www.techiequest.com/pic/dbscribe01.JPG" /></p>
<p><img align="middle" alt="dbscribe02" id="image1260" title="dbscribe02" src="http://www.techiequest.com/pic/dbscribe02.JPG" /></p>
<p>DBScribe supports wide range of output formats (Microsoft HTML Help format (CHM), single HTML, multiple file HTML site and Microsoft Word document), rich set of features to customize you documentation, all SQL objects documenting, wizard and command line interface.</p>
<p>Download the DBScribe for MySQL version 1.1 from the <a target="_blank" title="Download" href="http://www.leadum.com/download.php?prod_id=4&#038;PHPSESSID=c4b5a41f4556c1913acd2cb9a6422977">Download page</a>. For more information on how to create database documentation with DBScribe, visit the <a title="Walk-through" target="_blank" href="http://www.leadum.com/walk.php?prod_id=4">DBScribe for MySQL 1.1 Walk-through</a>.</p>
<p><a href="http://www.techiequest.com/dbscribe-for-mysql-create-technical-documentation-for-mysql-database/">DBScribe for MySQL &#8211; Create Technical Documentation for MySQL Database</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/dbscribe-for-mysql-create-technical-documentation-for-mysql-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VistaDB 3.0 &#8211; Embedded SQL Database Engine for Microsoft .NET</title>
		<link>http://www.techiequest.com/vistadb-30-embedded-sql-database-engine-for-microsoft-net/</link>
		<comments>http://www.techiequest.com/vistadb-30-embedded-sql-database-engine-for-microsoft-net/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 16:53:37 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Software development Tools]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Compact-Framework]]></category>
		<category><![CDATA[cross-platform]]></category>
		<category><![CDATA[database-applications]]></category>
		<category><![CDATA[Microsoft-.NET-framework]]></category>
		<category><![CDATA[multi-platform]]></category>
		<category><![CDATA[Novell-Mono-Framework]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[VistaDB]]></category>
		<category><![CDATA[WinForms-database-applications]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/vistadb-30-embedded-sql-database-engine-for-microsoft-net/</guid>
		<description><![CDATA[<p>VistaDB 3.0 is the fully managed and typesafe embedded SQL database engine developed in C#. It is designed specially for Microsoft .NET Framework, Compact Framework and Novell&#8217;s Mono Framework. Developers can build embedded cross-platform ASP.NET and WinForms database applications for desktops, mobile devices and web servers. VistaDB 3.0 was completely redesigned and redeveloped using fully [...]</p><p><a href="http://www.techiequest.com/vistadb-30-embedded-sql-database-engine-for-microsoft-net/">VistaDB 3.0 &#8211; Embedded SQL Database Engine for Microsoft .NET</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="VistaDB" href="http://www.vistadb.net/">VistaDB 3.0</a> is the fully managed and typesafe embedded SQL database engine developed in C#. It is designed specially for Microsoft .NET Framework, <a target="_blank" title=".Net Compact Framework" href="http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx">Compact Framework</a> and <a target="_blank" title="Mono" href="http://www.mono-project.com/Main_Page">Novell&#8217;s Mono Framework</a>. Developers can build embedded cross-platform ASP.NET and WinForms database applications for desktops, mobile devices and web servers.</p>
<p>VistaDB 3.0 was completely redesigned and redeveloped using fully managed and typesafe C# to maximize integration with the .NET Framework, Compact Framework and Mono. The core VistaDB database engine, the built-in T-SQL compatible query processor, ADO.NET Data Provider, Direct Data Access objects and the VistaDB data management tools are all developed in C#.</p>
<p>Features:</p>
<ul>
<li>Fully managed and typesafe SQL database engine for .NET</li>
<li>Small 600kb footprint developed in C#</li>
<li>.NET, Compact Framework and Mono support</li>
<li>ASP.NET and WinForms support</li>
<li>ZeroClickâ„¢ deployment</li>
<li>Compatible with SQL Server 2005 data types and T-SQL syntax</li>
<li>Supports Visual Studio 2003 and Visual Studio 2005</li>
<li>Isolated Storage support allows your ASP.NET applications to manage databases locally</li>
<li>CLR Procs let you write managed C# and Visual Basic .NET procedures to provide powerful data management</li>
<li>Data Migration Wizard migrates existing databases to VistaDB database format</li>
<li>Supports ADO.NET 1.1, ADO.NET 2.0 and all databound controls</li>
<li>Data store supports 4TB of data, 64,000 tables, and 4GB of data per row</li>
<li>Secure Blowfish encryption</li>
<li>No royalties or runtime fees!</li>
</ul>
<p><img align="middle" title="vistadb301" id="image1119" alt="vistadb301" src="http://www.techiequest.com/pic/vistadb301.jpg" /></p>
<p>For full features of VistaDB 3.0, read the <a title="Features" target="_blank" href="http://www.vistadb.net/vistadb/features.aspx">Features page</a>. Also, visit VistaDB <a title="Screenshots" target="_blank" href="http://www.vistadb.net/screenshots.asp">Screenshots page</a> for more screenshots. To download the 30-days trial version of VistaDB 3.0, <a target="_blank" title="Download" href="http://www.vistadb.net/Try/">click here</a>.</p>
<p><a href="http://www.techiequest.com/vistadb-30-embedded-sql-database-engine-for-microsoft-net/">VistaDB 3.0 &#8211; Embedded SQL Database Engine for Microsoft .NET</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/vistadb-30-embedded-sql-database-engine-for-microsoft-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Generator &#8211; Generates Data for Testing Purposes</title>
		<link>http://www.techiequest.com/data-generator-generates-data-for-testing-purposes/</link>
		<comments>http://www.techiequest.com/data-generator-generates-data-for-testing-purposes/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 16:09:28 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Software development Tools]]></category>
		<category><![CDATA[Data-Generator]]></category>
		<category><![CDATA[generate-random-data-for-testing-purposes-custom-data]]></category>
		<category><![CDATA[large-volume-of-data]]></category>
		<category><![CDATA[server_resources]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/data-generator-generates-data-for-testing-purposes/</guid>
		<description><![CDATA[<p>Creating data sets for testing is the most unpopular tasks for developers, it may takes several hours to several days of dull work. Data Generator is a simple, powerful and fully customizable utility that generates data for testing purposes. It lets you generate large volumes of random, custom data for use in testing software. Generating [...]</p><p><a href="http://www.techiequest.com/data-generator-generates-data-for-testing-purposes/">Data Generator &#8211; Generates Data for Testing Purposes</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p>Creating data sets for testing is the most unpopular tasks for developers, it may takes several hours to several days of dull work. <a target="_blank" href="http://www.benjaminkeen.com/software/data_generator/">Data Generator</a> is a simple, powerful and fully customizable utility that generates data for testing purposes. It lets you generate large volumes of random, custom data for use in testing            software.</p>
<p><img align="middle" title="datagenerator" id="image768" alt="datagenerator" src="http://www.techiequest.com/pic/datagenerator.JPG" /></p>
<p>Generating data online is limited to 200 results due to limited server resources. If you need to generate more data, visit <a class="link" href="http://www.benjaminkeen.com/software/data_generator/info.php">download page</a> to download it free and of course don&#8217;t forget to donate. It is a must-have tool for any developer to save time on testing.</p>
<p><a href="http://www.techiequest.com/data-generator-generates-data-for-testing-purposes/">Data Generator &#8211; Generates Data for Testing Purposes</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/data-generator-generates-data-for-testing-purposes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Database Designer for MySQL &#8211; Easy CASE Tool</title>
		<link>http://www.techiequest.com/database-designer-for-mysql-easy-case-tool/</link>
		<comments>http://www.techiequest.com/database-designer-for-mysql-easy-case-tool/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 15:35:19 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Software development Tools]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[Database-Designer-for-MySQL]]></category>
		<category><![CDATA[easy-CASE-Tool]]></category>
		<category><![CDATA[Entity-Relationship-Model]]></category>
		<category><![CDATA[ER-Diagram]]></category>
		<category><![CDATA[extract-tables]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[relationships]]></category>
		<category><![CDATA[reverse-engineering]]></category>
		<category><![CDATA[synchronize-database]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/database-designer-for-mysql-easy-case-tool/</guid>
		<description><![CDATA[<p>MicroOLAP Database Designer for MySQL is a product specially developed for MySQL database. It allows you to build a clear and effective database structure visually, by working with the complete picture (diagram) representing all the tables, references between them, views, stored procedures within your database. Then you can easily generate a physical database on a [...]</p><p><a href="http://www.techiequest.com/database-designer-for-mysql-easy-case-tool/">Database Designer for MySQL &#8211; Easy CASE Tool</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.microolap.com/products/database/mysql-designer/">MicroOLAP Database Designer for MySQL</a> is a product specially developed for MySQL database. It allows you to build a clear and effective database structure visually, by working with the complete picture (diagram) representing all the tables, references between them, views, stored procedures within your database. Then you can easily generate a physical database on a server,  modify it according to any changes you made to the diagram.</p>
<p>This product allows to extract tables, attributes, relationships, indexes and other objects from existing databases including MySQL, Microsoft Access and Sybase ASE/ASA, Oracle, Informix, MSSQL, DB2, DBF and many others  that accessible through OLEDB or ODBC and import (reverse engineer) them into your diagram.</p>
<p>You can additionaly export graphical representation of diagram to EMF, JPEG, PNG, GIF and other popular formats or  	print the diagram out on multiple pages. Physical Entity Relationship Model (ER Model) can be exported in SQL script, or directly built on working MySQL database server. After your database model/diagram is modified, you can synchronize existing MySQL database with it.</p>
<p>Features of Database Designer for MySQL:</p>
<ul>
<li>All modern MySQL versions are supported (3.x, 4.x, 5.x)</li>
<li>Support for views, stored procedures, functions and triggers</li>
<li>Support for logical domains</li>
<li>A direct connection to MySQL: any intermediates are not required (ODBC, ADO/OLEDB, etc.)</li>
<li>Reverse engineering of MySQL databases</li>
<li>Reverse engineering of multiple data sources through ADO/OLEDB</li>
<li>Multi-document interface</li>
<li>SQL scripts editing and executing</li>
<li>Ability to check diagram correctness</li>
<li>Easy diagram objects location and modification</li>
<li>Full customization of diagram and objects appearance</li>
<li>Fast, easy graphics manipulation</li>
<li>Diagram reporting</li>
<li>Exporting diagram to various graphical formats (PNG, JPEG, GIF, BMP, and EMF)</li>
<li>Database synchronization by SQL script</li>
<li>Entity Relationship Diagram (ERD) editor</li>
<li>Database generation</li>
<li>Database Connections Manager</li>
<li>Object browser for entities, relationships, attributes and domains</li>
</ul>
<p><img align="middle" alt="microolapdb" id="image766" src="http://www.techiequest.com/pic/microolapdb.png" /></p>
<p>Synchronize Database tool can generate a new database and synchronize an existing MySQL database with the model you are developing. MicroOLAP Database Designer will generate all required SQL statements to reduce the complexity and improve the reliability of all database modification tasks in two clicks.</p>
<div style="text-align: center"><img align="middle" title="Microolap Screenshot" alt="Microolap Screenshot" src="http://www.microolap.com/i/mydesigner/mymdd-full-window.png" /></div>
<p>The price of Database Designer for MySQL  starts from <span class="CurrentPrice">$124.95</span>, a bit too expensive. You can download the full feature evaluation to try before purchase from: <a target="_blank" href="http://www.microolap.com/products/database/mysql-designer/download/">http://www.microolap.com/products/database/mysql-designer/download/</a></p>
<p><a href="http://www.techiequest.com/database-designer-for-mysql-easy-case-tool/">Database Designer for MySQL &#8211; Easy CASE Tool</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/database-designer-for-mysql-easy-case-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL SPY 5.0.5 Monitor your SQL Server Activity</title>
		<link>http://www.techiequest.com/sql-spy-505-monitor-your-sql-server-activity/</link>
		<comments>http://www.techiequest.com/sql-spy-505-monitor-your-sql-server-activity/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 16:24:45 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Software development Tools]]></category>
		<category><![CDATA[Database-Activity]]></category>
		<category><![CDATA[Database-Monitoring-Tools]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[Free-SQL-Server-Tool]]></category>
		<category><![CDATA[Microsoft-SQL-Server]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[Server-Level-Activity]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/sql-spy-505-monitor-your-sql-server-activity/</guid>
		<description><![CDATA[<p>SQL SPY is a free database utility for IT professionals. It is designed to display, monitor and report on valuable SQL Server information for Microsoft SQL Server 2000, 2005 and 2005 Express. SQL SPY&#8217;s reporting capabilities include the Server, Database, and Connection levels. Generate data object biographies that include dependencies, sizes, indexes, rules, triggers and [...]</p><p><a href="http://www.techiequest.com/sql-spy-505-monitor-your-sql-server-activity/">SQL SPY 5.0.5 Monitor your SQL Server Activity</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p><img id="image363" title="sqlspy2" src="http://www.techiequest.com/pic/sqlspy2.JPG" alt="sqlspy2" align="left" /><strong><a title="SQL Spy" href="http://www.ispysql.com/" target="_blank">SQL SPY</a></strong> is a free database utility for IT professionals. It is designed to display, monitor and report on valuable SQL Server information for Microsoft SQL Server 2000, 2005 and 2005 Express.</p>
<p>SQL SPY&#8217;s reporting capabilities include the Server, Database, and Connection levels. Generate data object biographies that include dependencies, sizes, indexes, rules, triggers and defaults, stored procedures, user functions and views. Monitor and record user connections over long periods of time with minimal impact even within the most sensitive production environment.</p>
<p>SQL SPY require Microsoft .NET Framework 2.0, Microsoft SQL Server Client Network and Microsoft SQL Server Enterprise Manager installed on the computer. SQL SPY will only work with  a computer that already had the connectivity to a Microsoft SQL Server. It supports Windows 2000, 2003, or XP.</p>
<p>For more info about SQL SPY, visit <a title="SQL Spy" href="http://www.ispysql.com" target="_blank">http://www.ispysql.com</a></p>
<p><img id="image360" title="sqlspy" src="http://www.techiequest.com/pic/sqlspy.jpg" alt="sqlspy" align="middle" /></p>
<p><a href="http://www.techiequest.com/sql-spy-505-monitor-your-sql-server-activity/">SQL SPY 5.0.5 Monitor your SQL Server Activity</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/sql-spy-505-monitor-your-sql-server-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DbVisualizer 5.1 &#8211; The Universal Database Tool</title>
		<link>http://www.techiequest.com/dbvisualizer-the-universal-database-tool/</link>
		<comments>http://www.techiequest.com/dbvisualizer-the-universal-database-tool/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 06:47:09 +0000</pubDate>
		<dc:creator>Naomi</dc:creator>
				<category><![CDATA[Database Utilities]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software development Tools]]></category>
		<category><![CDATA[Cross-Platform-database]]></category>
		<category><![CDATA[Database-Tool]]></category>
		<category><![CDATA[database_tool]]></category>
		<category><![CDATA[dbvisualizer]]></category>
		<category><![CDATA[db_visualizer]]></category>
		<category><![CDATA[JDBC-Driver]]></category>
		<category><![CDATA[SQL-Development-Tool]]></category>

		<guid isPermaLink="false">http://www.techiequest.com/dbvisualizer-the-universal-database-tool/</guid>
		<description><![CDATA[<p>Minq Software announced DbVisualizer 5.1 on 6 Oct 2006 as a world leading, cost effective, cross platform database tool that increases user productivity. It provide a single solution to speed up development, testing and administration of relational databases. DbVisualizer supports commercial and open source databases and the majority of operating systems such as Windows XP, [...]</p><p><a href="http://www.techiequest.com/dbvisualizer-the-universal-database-tool/">DbVisualizer 5.1 &#8211; The Universal Database Tool</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></description>
			<content:encoded><![CDATA[<p>Minq Software announced DbVisualizer 5.1 on 6 Oct 2006 as a world leading, cost effective, cross platform database tool that increases user productivity. It provide a single solution to speed up development, testing and administration of relational databases.</p>
<p>DbVisualizer supports commercial and open source databases and the majority of operating systems such as Windows XP, Mac OS X and Linux/UNIX.</p>
<p>DB Visualizer is an excellent application to work with, very user friendly, neat interface and fast as well. There have been some changes in this new version, so check that out.</p>
<p>DbVisualizer is available in two editions:</p>
<ul>
<li>DbVisualizer Free &#8211; free for commerical and non commercial use</li>
<li>DbVisualizer Personal &#8211; commercial edition extending DbVisualizer Free with many useful features. Read more in:  <a target="_blank" href="http://www.minq.se/products/dbvis/info.html"> http://www.minq.se/products/dbvis/info.html</a></li>
</ul>
<p>Press Release: <a target="_blank" href="http://www.dbvis.com/products/dbvis/versions/5.1/dbvis51pr.html"> http://www.dbvis.com/products/dbvis/versions/5.1/dbvis51pr.html</a></p>
<p>Download: <a target="_blank" href="http://www.minq.se/products/dbvis/download.html"> http://www.minq.se/products/dbvis/download.html</a></p>
<p><img title="DBVisualizer" alt="DBVisualizer" src="http://www.techiequest.com/pic/sqldeveloper.jpg" /></p>
<p><a href="http://www.techiequest.com/dbvisualizer-the-universal-database-tool/">DbVisualizer 5.1 &#8211; The Universal Database Tool</a> is a post from: <a title="techiequest" href="http://www.techiequest.com">TechieQuest</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.techiequest.com/dbvisualizer-the-universal-database-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

