Introducing G2.ai, the future of software buying.Try now

DbVisualizer Reviews & Product Details - Page 8

DbVisualizer Overview

What is DbVisualizer?

DbVisualizer is one of the world’s most popular database editors. Developers, analysts, and DBAs use it to elevate their SQL experience with modern tools to visualize and manage their databases, schemas, objects, and table data, and to auto-generate, write and optimize queries. And so much more. It connects to all popular databases (e.g. MySQL, PostgreSQL, SQL Server, Oracle, Cassandra, Snowflake, SQLite, BigQuery, and 20+ more) and runs on all popular OSes (Windows, macOS, and Linux). With almost 6 million downloads and Pro-users in 145 countries around the world, it won’t let you down. Free and Pro versions available. A DbVisualizer Pro license is perpetual - meaning that a one time purchase will give the user perpetual access to all Pro versions of DbVisualizer released before the license expires. To gain access to Pro versions released after a license expired a license renewal is offered.

DbVisualizer Details
Product Website
Languages Supported
English
Show LessShow More
Product Description

DbVisualizer is the universal database tool for developers, DBAs and analysts.


Seller

DbVis Software AB

Description

DbVis Software was founded in
003. It is a privately held company dedicated to developing and selling platform independent tools for database development, administration, and analytics.The core product – DbVisualizer – with more than 6 million downloads.
8,000 customer organizations in 143 countries have purchased DbVisualizer.DbVisualizer is a global word-of-mouth success, supported by the quality software with an intuitive user friendly interface. Staying true to its original objectives, DbVisualizer is a highly focused software product, not bloated with unneeded functions.Support is offered as a quick and precise service, and is performed by the same team that develops the product.DbVisualizer is in part built on open source software, and we are giving back to the community thru the free version of DbVisualizer, as well as with educational discounts.

Overview Provided by:
Customer Success

Recent DbVisualizer Reviews

TS
Timur S.Small-Business (50 or fewer emp.)
5.0 out of 5
"It simplified my educational expirience at least 3x times"
My most favorite feature it's that I can connect any database in one app
Tanyo S.
TS
Tanyo S.Small-Business (50 or fewer emp.)
4.0 out of 5
"A reliable and easy-to-use SQL tool for everyday database work."
DbVisualizer offers a clean and intuitive interface that makes it easy to connect to different databases without much setup. I appreciate its wide ...
Saman B.
SB
Saman B.Mid-Market (51-1000 emp.)
5.0 out of 5
"DbViz Best Database Management Tool"
It consolidated all database connection into one page, and I can use some great features such as export data to file.

DbVisualizer Media

DbVisualizer Demo - SQL Client GUI
SQL Client GUI
DbVisualizer Demo - Database Connection
Database Connection
DbVisualizer Demo - Auto Complete feature
Auto Complete feature
DbVisualizer Demo - ERD diagram
ERD diagram
DbVisualizer Demo - SQL formatting
SQL formatting
DbVisualizer Tutorial: Introduction to the top rated Database Client
Play DbVisualizer Video
DbVisualizer Tutorial: Introduction to the top rated Database Client
DbVisualizer. The SQL IDE with the highest user satisfaction.
Play DbVisualizer Video
DbVisualizer. The SQL IDE with the highest user satisfaction.

Official Downloads

Answer a few questions to help the DbVisualizer community
Have you used DbVisualizer before?
Yes

231 DbVisualizer Reviews

4.6 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
231 DbVisualizer Reviews
4.6 out of 5
231 DbVisualizer Reviews
4.6 out of 5

DbVisualizer Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Verified User in Banking
UB
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about DbVisualizer?

Easy to use UI. Has all the features required for SQL development. Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

The preferences doesn't have a search, so it is not always easy to drill down to the settings I am looking for. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

I need to run queries and develop PL/SQL code. Review collected by and hosted on G2.com.

Response from Meryem O of DbVisualizer

Hi there,

Thank you for your feedback!

That's very true; luckily, it's already on our to-do list. Thanks for bringing it up. It will help to prioritize this!

However, if you want to be notified when this feature becomes available, please submit a feature request using Contact Support.

JZ
Vice President of Business Intelligence
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about DbVisualizer?

The software allows me to save connections to the databases I need to access on a regular basis. I am able to color code the connections by development or production environments so I can know at a glance how careful I need to be. The tool allows me to auto format my code which is great for standardization across the team. Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

I would like to see more export capabilities. I would like to be able to export to multiple excel worksheets in a single workbook and have more control over formatting of the export. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

The most obvious problem solved is the ability to query a database. With DBvis I am able to get answers to questions which are hidden in the data. I mostly use it to build report and dashboard tables from transactional data. Review collected by and hosted on G2.com.

Response from Sandra B of DbVisualizer

Hi Justin,

I ran your export feedback by our devs and this is what they came back with:

The client-side command @export supports the type of export you are looking for. Try run this in the SQL Commander in DbVisualizer:

@export on;

@export set filename="/tmp/output.xlsx" format="Excel" appendfile="clear";

SELECT * FROM ACTOR;

SELECT * FROM ADDRESS;

SELECT * FROM CATEGORY;

@export off;

It will output a single workbook with three sheets named by the respective table name in this example. There are more options (such as naming sheets, etc) for @export here: https://confluence.dbvis.com/display/UG/@export+-+Export+query+result

I hope this helps!

See how DbVisualizer improved
Nilesh K.
NK
Data Architect
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about DbVisualizer?

Very easy to use and comes with several handy capabilities that are important in day-to-day life like

1. Saving all queries (even if forgot to save then automatically saved)

2. Excellent data download capabilities

3. Good support from the support team Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

Sometime during extract (using the extract function) the records get dropped. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

Very simple UI and views to access data for a complex database like hive(hadoop) Review collected by and hosted on G2.com.

Response from Meryem O of DbVisualizer

Hi Nilesh,

Thanks for the feedback!

Regarding the records getting dropped, we would love to understand what that means and assist you in getting it resolved. Could you kindly submit a support ticket to our support team so they can connect with you directly to better understand the issue?

Your feedback is much appreciated!

Verified User in Banking
UB
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about DbVisualizer?

User friendly. Love the tabs and save function Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

Pricing. Menus should be simplified a bit more Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

Need to work with multiple query frequently and the tabs and save function helped a lot Review collected by and hosted on G2.com.

Response from Meryem O of DbVisualizer

Hi there,

Thanks for the suggestion! We’re always looking for ways to enhance our software. I’ll forward your feedback to our development team.

RH
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic
Rating Updated ()
What do you like best about DbVisualizer?

The functionality of this software and the easiness to connect to the source systems that we are working on. Very easy to use for my developers. With respect to other companies that we have vetted out, this has become a standard tool for our company. Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

With a start-up company, there is no tiered enterprise license available. You need to have 100 users before you can get an enterprise license. So in the early stages, licenses do become pricey, before the discount applies. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

DB Visualizer helps us connect to the complex databases of our clients in the healthcare market. Review collected by and hosted on G2.com.

Response from Meryem O of DbVisualizer

Hi Robert,

We greatly appreciate your review. In fact, we provide volume discounts beginning from 4 licenses and beyond. Moreover, we extend a 50% discount to start-ups within their initial five years of operation,for up to 10 users.

For additional information regarding our discounts, kindly refer to this link: https://www.dbvis.com/pricing/. Should you require any assistance or seek further details about our pricing, please do not hesitate to contact us at sales@dbvis.com.

Thank you once again.

See how DbVisualizer improved
Verified User in Telecommunications
UT
Enterprise(> 1000 emp.)
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about DbVisualizer?

Simple to use, very reliable and allows easy to setup configurations Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

I have not had any problems when using DBVisualizer Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

Allowed easy setup and autosaves my reusable queries Review collected by and hosted on G2.com.

RH
Mid-Market(51-1000 emp.)
Validated Reviewer
Review source: Organic
Translated Using AI
What do you like best about DbVisualizer?

Very good tool for all SQL tasks across multiple databases and server systems. Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

Currently nothing, everything is great! I like everything. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

Central tool for all database tasks Review collected by and hosted on G2.com.

EJ
Business Analyst
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about DbVisualizer?

I use DBVisualizer frequently - practically daily - over several SQL Server databases. As a business analyst, I use it for doing production support, testing software modifications, etc. DB Visualizer is easy to use, does everything I ask of it. Connections are easy to set up and I really like being able to set the color for different connections - to provide a visual cue as to which environment I am working in (production vs test). DB Visualizer has lots of features that I haven't used but would like to explore. I like that DBVis is continually making improvements to the software. Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

There isn't really anything I don't like. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

One example: when presented with a production issue, I can use DbVisualizer to query data to locate the issue as well as identify other instances of the issue. Review collected by and hosted on G2.com.

Response from Sandra B of DbVisualizer

Thank you Elizabeth, for your review. We're glad to hear that you like our software!

BS
Enterprise(> 1000 emp.)
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about DbVisualizer?

The product is very easy to use and has a solid user interface. Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

It's not exactly like SQL management studio which is what I am familiar with. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

Accessing data that doesn't already have specific data visualizations made. Review collected by and hosted on G2.com.

IB
Enterprise(> 1000 emp.)
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about DbVisualizer?

Very well designed GUI and color scheme. Featues I'd expect are where I expected them to be. Review collected by and hosted on G2.com.

What do you dislike about DbVisualizer?

Dak color scheme is rough. I'd like the Dark Theme option. Review collected by and hosted on G2.com.

What problems is DbVisualizer solving and how is that benefiting you?

Viewing large amounts of data quickly and clean. Review collected by and hosted on G2.com.