Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was wondering what database tools (not sure of the correct technical term, but something like SQL Server Management studio or phpAdmin) people use with Vertica.

I have used WinSQL in the past, but I was wondering if anything better was out there. Any recommendations?

share|improve this question

closed as off topic by Andrew Barber May 18 at 6:15

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

7 Answers

up vote 5 down vote accepted

+1 for DBVisualizer. I also use the Eclipse Data Tools with the Vertica JDBC drivers. I know some folks who are using R for data analysis and visualization through ODBC or JDBC connections.

share|improve this answer

You can use osql or vsql for command line access. If you want a GUI tool, DBVisualizer will work (mostly) using the vertica JDBC drivers. You may also be able to use those with Oracle's free SQLDeveloper.

share|improve this answer

Well I really like DBVisualizer but the FREE edition has some serious limitations. You can try DBBeaver and see if it suits your needs. Honestly, if I were you, I would buy personal license for DBVisualizer. For $180 odd you cannot get a better deal.

share|improve this answer

Hy , i use SQuirrel and i can say is better then all other , becouse is free and you can do everything you need with it . Unlike Dbviz that only can open one sql window at a time in free mode and also no selected sql can be run(one at a time) that is bad; Much lighter and easy to config .

share|improve this answer

I've been looking for free/opensource admin tools for Vertica, I found SQuirreL www.squirrelsql.org

Version 3.2.1 works with the JDBC driver for Vertica 4.1.9, it's not amazing, but offers some basic functionality for those scared of the vsql command-line and allows you to execute SQL remotely.

See brief intro here... http://en.wikipedia.org/wiki/SQuirreL_SQL_Client

share|improve this answer

I use Toad to connect to Vertica 6.0 (using ODBC DBN) after installing the ODBC drivers of course. I've tried but don't see any way you can use Management Studio. The alternative is to use Visual Studio after installing the ADO.NET drivers for vertica. You can visually see the DB (by adding it as a data source)

share|improve this answer

dbeaver

I recommend using http://dbeaver.jkiss.org/ developers are also very quick to fix them or implement new features in addition to those already present, and I can connect dozens of database ....

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.