Apache Subversion vs. DBArtisan vs. Redgate SQL Toolbelt Essentials

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Subversion
Score 9.6 out of 10
N/A
Apache Subversion is a version control option that is free to download and open source under the Apache 2.0 license.N/A
DBArtisan
Score 8.0 out of 10
N/A
DBArtisan from Embarcadero Technologies (acquired by Idera) is a database administration toolset.N/A
Redgate SQL Toolbelt Essentials
Score 9.5 out of 10
N/A
Redgate's SQL Toolbelt Essentials includes industry-standard tools for SQL Server development & deployment, enabling users to include SQL Server databases in agile processes and enabilng developers to embed robust and scalable development practices.
$1,209
per year per user (1-4 users)
Pricing
Apache SubversionDBArtisanRedgate SQL Toolbelt Essentials
Editions & Modules
No answers on this topic
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache SubversionDBArtisanRedgate SQL Toolbelt Essentials
Free Trial
NoNoYes
Free/Freemium Version
NoNoNo
Premium Consulting/Integration Services
NoNoNo
Entry-level Setup FeeNo setup feeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache SubversionDBArtisanRedgate SQL Toolbelt Essentials
Features
Apache SubversionDBArtisanRedgate SQL Toolbelt Essentials
Database Development
Comparison of Database Development features of Product A and Product B
Apache Subversion
-
Ratings
DBArtisan
8.5
3 Ratings
0% above category average
Redgate SQL Toolbelt Essentials
-
Ratings
Version control tools00 Ratings8.02 Ratings00 Ratings
Test data generation00 Ratings8.83 Ratings00 Ratings
Performance optimization tools00 Ratings8.02 Ratings00 Ratings
Schema maintenance00 Ratings9.83 Ratings00 Ratings
Database change management00 Ratings8.02 Ratings00 Ratings
Database Administration
Comparison of Database Administration features of Product A and Product B
Apache Subversion
-
Ratings
DBArtisan
8.0
3 Ratings
1% below category average
Redgate SQL Toolbelt Essentials
-
Ratings
User management00 Ratings7.93 Ratings00 Ratings
Database security00 Ratings8.03 Ratings00 Ratings
Database status reporting00 Ratings8.02 Ratings00 Ratings
Change management00 Ratings8.02 Ratings00 Ratings
Best Alternatives
Apache SubversionDBArtisanRedgate SQL Toolbelt Essentials
Small Businesses
Git
Git
Score 10.0 out of 10
DBeaver
DBeaver
Score 8.6 out of 10
DBeaver
DBeaver
Score 8.6 out of 10
Medium-sized Companies
Git
Git
Score 10.0 out of 10
ER/Studio
ER/Studio
Score 9.9 out of 10
DBeaver
DBeaver
Score 8.6 out of 10
Enterprises
Perforce P4
Perforce P4
Score 7.2 out of 10
ER/Studio
ER/Studio
Score 9.9 out of 10
DBeaver
DBeaver
Score 8.6 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
Apache SubversionDBArtisanRedgate SQL Toolbelt Essentials
Likelihood to Recommend
6.6
(10 ratings)
8.0
(3 ratings)
8.0
(14 ratings)
Likelihood to Renew
3.1
(2 ratings)
-
(0 ratings)
-
(0 ratings)
Usability
-
(0 ratings)
-
(0 ratings)
7.0
(1 ratings)
Support Rating
-
(0 ratings)
5.0
(1 ratings)
8.6
(5 ratings)
User Testimonials
Apache SubversionDBArtisanRedgate SQL Toolbelt Essentials
Likelihood to Recommend
Apache
It's a relatively simple version control system so it works great for an individual or small team (less than 10 people). But if you have a medium to large team, especially one with members distributed over a large geographic area, or one where individuals need to be able to work "offline" without access to a central server, Apache Subversion will likely not be the best choice.
Also, if you're maintaining an open-source project where outside people will be interacting with your code repository, git is probably a better choice because it's becoming the de-facto standard these days and what most developers are familiar with.
Read full review
Idera, Inc.
DBArtisan is functional and suitable for any sized organization that needs to monitor its database resources and running queries.
Read full review
Redgate
We use SQL Compare to troubleshoot performance problems quite a bit since our data model is more like a template and not everything is 100% in sync and customization occurs between different client databases. We continually get pulled into performance issues and the developers will say Client A is performing different than Client B, why? Using SQL Compare, we usually find that one client was tuned and had indexes altered or added that weren't deployed to all clients or other objects weren't deployed correctly during the release. On the other hand, since our data model practices allow client databases to drift I tried to create a new golden image by trying to compare multiple databases based on the same data model and found it to be a very difficult process to complete using SQL Compare. SQL Compare gave me too much information and doesn't allow enough filtering to eliminate a lot of the noise.
Read full review
Pros
Apache
  • Revision control done properly - you have end to end visibility of all changes in the project.
  • Conflict resolution - visually highlighting the differences helps to track down the problem.
  • Being open source and very popular.
  • We are using SVN hosted in our network - it is very stable, we had almost zero downtime in 4 years.
  • Rollbacks are made simple and easy to use.
Read full review
Idera, Inc.
  • User interface is easy to use, and in some ways better than Toad. The left hand side shows all databases, and you can drill down to instance, storage, schemas, tablespaces, and performance views. The right hand side displays the details of the selected object.
  • This is the best tool if you want to manage multiple RDBMS platforms in a single tool using the same familiar interface. Other third party tools can do it also, but it's not nearly as integrated as this, and may require additional plug-ins installed. DBArtisan excels at this, and can perform cross-platform data migrations easily.
  • It has different DB analysts, which can help diagnose issues with performance, optimize storage, detect fragmentation, and plan for capacity growth. For almost any action you want to take, you can generate the DDL for preview, and/or schedule it to run at a specific time.
Read full review
Redgate
  • Simple and easy comparison of database schemas and data. Differences can be copied or synced from one database to another with a click of a button.
  • You can save "projects" so that you can easily rerun a previous comparison whenever you need to.
  • It has a very simple, easy to learn interface. I've never needed to read any documentation or watch any tutorials in order to figure out how to do something.
Read full review
Cons
Apache
  • Distributed development - I've never worked in an environment where distributed development (developers widely scattered geographically) was a factor, but that's why git exists.
  • Merging - Merging of code from one branch to another can be painful, especially if it's not done frequently. (On the other hand, doing merges is one of the reasons I get a nice salary, so I can't complain too much!)
  • Acceptance - Let's face it, git is what "all the cool kids are using." If you've got a bunch of developers fresh out of school, they'll probably know git and not Subversion.
Read full review
Idera, Inc.
  • Locks up far too often
  • Licensing structure is expensive
Read full review
Redgate
  • Pricing.... I wish there was an inexpensive developer version I could buy for myself.
  • Portability.... I would like to use it from a flash drive so I can use it where ever I am asked to work.
  • Unbundled.... This may be available already but I dont' recall I can buy it cheaply as a stand-alone product. Its only part of the bundle - cost effectively.
Read full review
Likelihood to Renew
Apache
While there are interesting alternatives, such a GIT, Subversion has been a breath of fresh air compared to its predecessors like CVS or Microsoft Source Safe (now called Team Foundation Server). Its ease of use and high adoption rate is going to keep me using this product for years to come.
Read full review
Idera, Inc.
No answers on this topic
Redgate
No answers on this topic
Usability
Apache
No answers on this topic
Idera, Inc.
No answers on this topic
Redgate
It's a good tool to have, but becomes expensive to buy a user license for each developer.
Read full review
Support Rating
Apache
No answers on this topic
Idera, Inc.
I have never tried their support so the number above is meaningless
Read full review
Redgate
They have a great community website where you can search for answers but are also very responsive when it comes to direct support.
Read full review
Alternatives Considered
Apache
Git has become the new standard of version control, with its support for distributed design. As a tool to manage and control versions, Subversion does it well, but Git is the future.
Read full review
Idera, Inc.
DBArtisan does not have an in-depth performance analyzer for databases.
Read full review
Redgate
I've used Visual Studio Database Projects for this type of work in the past with some success, but Redgate SQL Compare is faster, more transparent, and simply easier to use. Faster is self explanatory. More transparent, means that it's much easier to set up your desired options for schema change deployment scripts. Easier to use, It's really dead simple. Start a project, connect your source, connect destination, click compare.
Read full review
Return on Investment
Apache
  • Subversion helps us feel secure in maintaining access to all of our product code, both current and historical.
  • Being free and open source makes it an even better "investment".
Read full review
Idera, Inc.
  • It has a positive ROI on our organization. It's better than OEM and SQL Developer. Although the license could be expensive, it is perfect for large organizations, especially with multiple RDBMS platforms.
  • Most features are redundant between DBArtisan and Toad. I would not recommend using both if you already own one of them. Just download the trial for the one you're not using, and see what works best for your organization.
  • DBArtisan is great for DBAs and would be my personal preference. Toad is good for developers and DBAs alike but I feel like sometimes the interface is too busy and too clumsy to use.
Read full review
Redgate
  • Makes deployment fairly simple. Cutting our deployment time down.
  • With the SDK, we can customize our deployment process very quickly and easily.
  • History is not great, it does create scripts you can go back and see but it would be nice to have a quicker version view by object to save time.
Read full review
ScreenShots