SQuirreL isn't showing up in the search results ... that is our favorite free alternative. Very powerful IDE, very easy to use. oracle sql developer is just a very basic front end. Free, simple, works, but in a different league from DBArtisan. I recently tried IntelliJ. I wasn't …
Overall excellent tool for DBAs. Seamless cross-platform integration, which is rare (or non-existent) among its competitors. The "monitor" helps the DBA to see everything that's going on in the database. Similarly, the interface is well-organized so that you can navigate to …
MySQL workbench is good to work with MySQL databases, but Sequel Pro gives us the ability to work with any SQL databases. It's open-source, lightweight and solves the problem that I am required to solve to run the DDL and DML queries.
I found Sequel Pro through Google and downloaded it because it was free. I haven't used many other Mac-based solutions. You may need to open multiple windows to find the relationship between tables. Other software has better visual aids to help assist with this.
MySQL Workbench is a wonderful tool, but the routine editing of existing data is note nearly as straightforward as it is in Sequel Pro. The ability to sort a data view with a single click makes Sequel Pro my definite choice.
phpMyAdmin is pretty ubiquitous, but the routine …
It's so much easier to use, it's the perfect balance between something deep enough to manage and customize databases, but it's easy enough to get into really fast.
I've only ever used MySql commandline (haven't tried any other GUIs for sql). Though I like Sequel Pro a lot, I just prefer using the terminal when doing DBA stuff on production databases because I can be sure of the commands I execute. For the test environment, and development …
Sequel Pro has a fully functional free version which is fast and unlimited. None of the others let you get to your data as quickly and directly as Sequel Pro does. With the exception of the default tools provided by MySQL, Sequel Pro is probably the client that remains most up …
DBArtisan is excellent for large institutions with multiple mission-critical databases. It works especially well for cross-platforms RDBMS support. I am mostly familiar with Oracle, but less familiar with SQL Server and Sybase. So I certainly appreciate having a similar interface that allows me to manage those less familiar RDBMS, as this will mean a smaller learning curve. DBArtisan is mostly for DBAs, it is not suitable for developers, I believe the vendor has a separate tool for that
DBArtisan lacks a utility that does schema or object comparisons, which is a feature in Toad. I find this useful in some situations where I need to find out all differences between Prod and QA for a given schema, for example. DBArtisan doesn't seem to have the capacity to do this.
I wish there was a way for the tool to warn me before performing a long-running task. For example if I want to re-organize a large table or rebuild an index for a table with millions of rows, it should warn me before executing it, so that I may choose to do it in a different way. Sometimes if I let these long operations run for too long, it freezes the program and crashes DBArtisan. I would rather run it on the DB server, and run it in background so that it doesn't time out, if DBArtisan gave me a warning before execution.
Idera has taken over Embarcadero. I never heard of or dealt with Idera for support. I don't know if they have same the quality support as before.
Improving the way we create new connections to remote databases
I couldn't find any way to configure my local server (MySQL), so I need to make changes on server outside the application. I know that there are other tools that integrate it, so you don’t have to leave the workflow
It could have a feature to integrate our databases or connections (favorites) with other devices, like using Google Drive or Dropbox. It would be really useful!
It's open-source and very convenient to work with. I can easily import any database I want using a data dump and runt the queries on them to derive the data insights on the data. I might want to use Excel to visualize that, that might be one of the disadvantages.
MySQL workbench is good to work with MySQL databases, but Sequel Pro gives us the ability to work with any SQL databases. It's open-source, lightweight and solves the problem that I am required to solve to run the DDL and DML queries.
Unreliability has lead to wasted time and frustration among staff.
The ease of testing database changes and modifying test data WHEN IT WORKS theoretically makes testing quick and easy but in reality, this is far outweighed by the wasted time and frustration involved with it not being reliable.
The ease of seeing the relations between tables is very nice and saves time when trying to see how unfamiliar tables are connected.