TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    dbt

    Score9.2 out of 10
    N/Adbt is an SQL development environment, developed by Fishtown Analytics, now known as dbt Labs. The vendor states that with dbt, analysts take ownership of the entire analytics engineering workflow, from writing data transformation code to deployment and documentation. dbt Core is distributed under the Apache 2.0 license, and paid Teams and Enterprise editions are available.

    $0

    per month per seat

    SSIS

    Score8 out of 10
    N/AMicrosoft's SQL Server Integration Services (SSIS) is a data integration solution.N/A
    Pricing
    dbtSSIS
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    dbtSSIS
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    YesNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details
    More Pricing Information
    Community Pulse
    dbtSSIS
    Considered Both Products
    dbt Labs
    Chose dbt
    dbt fits much better in our stack, where we're using specialized tools to support our ELT approach.
    Incentivized
    Microsoft
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    10 Answers
    84%
    Would buy again
    21 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    9 Answers
    96%
    Delivers good value for the price
    24 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    10 Answers
    88%
    Happy with the feature set
    22 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    8 Answers
    100%
    Lived up to sales and marketing promises
    10 Answers
    Implementation went as expected
    90%
    Implementation went as expected
    9 Answers
    95%
    Implementation went as expected
    19 Answers
    Features
    dbtSSIS
    Data Transformations
    Comparison of Data Transformations features of dbt and SQL Server Integration Services (SSIS)
    Feature
    dbt
    9.8
    8 Ratings
    19% above category average
    SQL Server Integration Services (SSIS)
    6.8
    56 Ratings
    18% below category average
    Simple transformations10.08 Ratings8.956 Ratings
    Complex transformations9.58 Ratings4.755 Ratings
    Data Modeling
    Comparison of Data Modeling features of dbt and SQL Server Integration Services (SSIS)
    Feature
    dbt
    9.1
    8 Ratings
    14% above category average
    SQL Server Integration Services (SSIS)
    7.5
    54 Ratings
    6% below category average
    Data model creation9.88 Ratings9.028 Ratings
    Metadata management8.88 Ratings6.035 Ratings
    Business rules and workflow9.08 Ratings7.145 Ratings
    Collaboration10.06 Ratings9.140 Ratings
    Testing and debugging8.08 Ratings6.451 Ratings
    Data Source Connection
    Comparison of Data Source Connection features of dbt and SQL Server Integration Services (SSIS)
    Feature
    dbt
    -
    Ratings
    SQL Server Integration Services (SSIS)
    7.0
    56 Ratings
    18% below category average
    Connect to traditional data sources00 Ratings9.056 Ratings
    Connecto to Big Data and NoSQL00 Ratings5.043 Ratings
    Data Governance
    Comparison of Data Governance features of dbt and SQL Server Integration Services (SSIS)
    Feature
    dbt
    -
    Ratings
    SQL Server Integration Services (SSIS)
    5.4
    43 Ratings
    40% below category average
    Integration with data quality tools00 Ratings6.238 Ratings
    Integration with MDM tools00 Ratings4.638 Ratings
    Best Alternatives
    dbtSSIS
    Small Businesses
    Skyvia
    Score10 out of 10
    Skyvia
    Score10 out of 10
    Medium-sized Companies
    IBM InfoSphere Information Server
    Score10 out of 10
    IBM InfoSphere Information Server
    Score10 out of 10
    Enterprises
    SolarWinds Task Factory
    Score8.3 out of 10
    SolarWinds Task Factory
    Score8.3 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    dbtSSIS
    Likelihood to Recommend
    10.0
    (10 ratings)
    8.0
    (56 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.0
    (4 ratings)
    Usability
    9.8
    (3 ratings)
    8.0
    (11 ratings)
    Performance
    -
    (0 ratings)
    8.8
    (6 ratings)
    Support Rating
    -
    (0 ratings)
    8.0
    (8 ratings)
    Implementation Rating
    -
    (0 ratings)
    10.0
    (2 ratings)
    User Testimonials
    dbtSSIS
    Likelihood to Recommend
    dbt Labs
    The prerequisite is that you have a supported database/data warehouse and have already found a way to ingest your raw data. Then dbt is very well suited to manage your transformation logic if the people using it are familiar with SQL. If you want to benefit from bringing engineering practices to data, dbt is a great fit. It can bring CI/CD practices, version control, automated testing, documentation generation, etc. It is not so well suited if the people managing the transformation logic do not like to code (in SQL) but prefer graphical user interfaces.
    Incentivized
    Read full review
    Microsoft
    As I mentioned earlier SQL Server Integration Services is suitable if you want to manage data from different applications. It really helps in fetching the data and generating reports. Its automation make it very easy and time efficient. It works well with large database as well. But it doesn't work well with real time data, it will take some time to gather the real time data. I would not recommend using it in a real time/fast-paced environment.
    Incentivized
    Read full review
    Pros
    dbt Labs
    • dbt supports version control through GIT, this allows teams to collaborate and track the data transformation logic.
    • dbt allows us to build data models which helps to break complex transformation logic into simple and smaller logic.
    • dbt is completely based on SQL which allows data analyst and data engineers to build the transformation logic.
    • dbt can be easily integrated with snowflake.
    Incentivized
    Read full review
    Microsoft
    • Standard ETL use cases for daily loads
    • Loading incoming data from Vendors which is placed on FTP and adding them to the SQL Warehouse
    • Creating outgoing data files and writing them to Vendor FTPs
    • Easy Active Directory integration for seamless connections to SQL Server
    • CI/CD by hosting the code on visualstudio.com
    Incentivized
    Read full review
    Cons
    dbt Labs
    • Field-level lineage (currently at table level)
    • Documentation inheritance - if a field is documented the downstream field of the same name could inherit the doc info
    • Adding python model support (in beta now)
    Incentivized
    Read full review
    Microsoft
    • Connection managers for online data sources can be tricky to configure.
    • Performance tuning is an art form and trialing different data flow task options can be cumbersome. SSIS can do a better job of providing performance data including historical for monitoring.
    • Mapping destination using OLE DB command is difficult as destination columns are unnamed.
    • Excel or flat file connections are limited by version and type.
    Incentivized
    Read full review
    Likelihood to Renew
    dbt Labs
    No answers on this topic
    Microsoft
    Some features should be revised or improved, some tools (using it with Visual Studio) of the toolbox should be less schematic and somewhat more flexible. Using for example, the CSV data import is still very old-fashioned and if the data format changes it requires a bit of manual labor to accept the new data structure
    Incentivized
    Read full review
    Usability
    dbt Labs
    dbt is very easy to use. Basically if you can write SQL, you will be able to use dbt to get what you need done. Of course more advanced users with more technical skills can do more things.
    Incentivized
    Read full review
    Microsoft
    SSIS is a great tool for most ETL needs. It has the 90% (or more) use cases covered and even in many of the use cases where it is not ideal SSIS can be extended via a .NET language to do the job well in a supportable way for almost any performance workload.
    Incentivized
    Read full review
    Performance
    dbt Labs
    No answers on this topic
    Microsoft
    SQL Server Integration Services performance is dependent directly upon the resources provided to the system. In our environment, we allocated 6 nodes of 4 CPUs, 64GB each, running in parallel. Unfortunately, we had to ramp-up to such a robust environment to get the performance to where we needed it. Most of the reports are completed in a reasonable timeframe. However, in the case of slow running reports, it is often difficult if not impossible to cancel the report without killing the report instance or stopping the service.
    Incentivized
    Read full review
    Support Rating
    dbt Labs
    No answers on this topic
    Microsoft
    The support, when necessary, is excellent. But beyond that, it is very rarely necessary because the user community is so large, vibrant and knowledgable, a simple Google query or forum question can answer almost everything you want to know. You can also get prewritten script tasks with a variety of functionality that saves a lot of time.
    Incentivized
    Read full review
    Implementation Rating
    dbt Labs
    No answers on this topic
    Microsoft
    The implementation may be different in each case, it is important to properly analyze all the existing infrastructure to understand the kind of work needed, the type of software used and the compatibility between these, the features that you want to exploit, to understand what is possible and which ones require integration with third-party tools
    Incentivized
    Read full review
    Alternatives Considered
    dbt Labs
    I actually don't know what the alternative to dbt is. I'm sure one must exist other than more 'roll your own' options like Apache Airflow, say, bu tin terms of super easy managed/cloud data transforms, dbt really does seem to be THE tool to use. It's $50/month per dev, BUT there's a FREE version for 1 dev seat with no read-only access for anyone else, so you can always start with that and then buy yourself a seat later.
    Incentivized
    Read full review
    Microsoft
    I think SQL Server Integration Services is better suited for on-premises data movement and ADF is more suited for the cloud. Though ADF has more connectors, SQL Server Integration Services is more robust and has better functionality just because it has been around much longer
    Incentivized
    Read full review
    Return on Investment
    dbt Labs
    • Simplified our BI layer for faster load times
    • Increased the quality of data reaching our end users
    • Makes complex transformations manageable
    Incentivized
    Read full review
    Microsoft
    • Without this, we would have to manually update a spreadsheet of our SQL Server inventory
    • We would also have poor alerting; if an instance was down we wouldn't know until it was reported by a user
    • We only have one other person who uses SQL Server Integration Services , he's the expert. It would fall to me without him and I would not enjoy being responsible for it.
    Incentivized
    Read full review
    ScreenShots