RSS

Archive | Database Utilities RSS feed for this section

MySQL Visual Explain – Hierarchical View of Query Execution Plan

9. October 2007

0 Comments

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 that [...]

Continue reading...

DbVisualizer 6.0 Released

31. July 2007

1 Comment

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 Java 1.6 Support [...]

Continue reading...

Cebase – A Web-Based Database to Manage and Share Your Data

16. May 2007

1 Comment

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 database [...]

Continue reading...

DBScribe for MySQL – Create Technical Documentation for MySQL Database

23. April 2007

2 Comments

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’s features: Ability to document database in exactly the way the users require Wizard and command line interfaces Rich set [...]

Continue reading...

VistaDB 3.0 – Embedded SQL Database Engine for Microsoft .NET

22. March 2007

1 Comment

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’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 managed [...]

Continue reading...

Data Generator – Generates Data for Testing Purposes

12. December 2006

2 Comments

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 [...]

Continue reading...