Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any good third party query/admin tools for DB2 3

Status
Not open for further replies.

ddiamond

Programmer
Apr 22, 2005
918
US
I'm currently using Quest's SQL-Navigator to manage our oracle database. Sadly, this wonderful tool only works with oracle. Are there any similar tools for DB2/UDB?
 
DBArtisan from Embarcadero Technologies.
Quest Central for DB2.
 
rbod, thanks for the recommendations. According to their website, DBArtisan currently supports IBM DB2 EE, EEE and ESE for Open Systems 7.1 - 8.x, What does EE, EEE, and ESE refer to? I didn't find any pricing information on their website. Do you know how much DBArtisan costs?

 
Enterprise Edition (EE)
Extended Enterprise Edition (EEE)
Enterprise Server Edition (ESE)

Most corporate installations will utilize either Enterprise
Edition (EE) or Enterprise Extended Edition (EEE) depending on the size of the applications. EEE is the database of choice for very large data warehouse type applications. Version 8 of DB2 combines EE/EEE
together into ESE or Enterprise Server edition.

I am not sure how much DBArtisan costs. You can download a trial version and try it out first.

Check out the following link for more info:
 
Another free[for personal use]query/administration tool is Aqua Data Studio - Works with different databases. It has a query analyzer, can do explain plans, does auto completes, executes sql scripts. It is very useful for the developers.
Check it out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top