TrustRadius: an HG Insights company

Google Cloud Pub/Sub vs. SQL Server Integration Services (SSIS)

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Google Cloud Pub/Sub

    Score8.8 out of 10
    N/AGoogle offers Cloud Pub/Sub, a managed message oriented middleware supporting many-to-many asynchronous messaging between applications.N/A

    SSIS

    Score8 out of 10
    N/AMicrosoft's SQL Server Integration Services (SSIS) is a data integration solution.N/A
    Pricing
    Google Cloud Pub/SubSSIS
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Google Cloud Pub/SubSSIS
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Google Cloud Pub/SubSSIS
    Considered Both Products
    Google
    No answer on this topic
    Microsoft
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    8 Answers
    84%
    Would buy again
    21 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    8 Answers
    96%
    Delivers good value for the price
    24 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    8 Answers
    88%
    Happy with the feature set
    22 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    5 Answers
    100%
    Lived up to sales and marketing promises
    10 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    8 Answers
    95%
    Implementation went as expected
    19 Answers
    Features
    Google Cloud Pub/SubSSIS
    Data Source Connection
    Comparison of Data Source Connection features of Google Cloud Pub/Sub and SQL Server Integration Services (SSIS)
    Feature
    Google Cloud Pub/Sub
    -
    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 Transformations
    Comparison of Data Transformations features of Google Cloud Pub/Sub and SQL Server Integration Services (SSIS)
    Feature
    Google Cloud Pub/Sub
    -
    Ratings
    SQL Server Integration Services (SSIS)
    6.8
    56 Ratings
    18% below category average
    Simple transformations00 Ratings8.956 Ratings
    Complex transformations00 Ratings4.755 Ratings
    Data Modeling
    Comparison of Data Modeling features of Google Cloud Pub/Sub and SQL Server Integration Services (SSIS)
    Feature
    Google Cloud Pub/Sub
    -
    Ratings
    SQL Server Integration Services (SSIS)
    7.5
    54 Ratings
    6% below category average
    Data model creation00 Ratings9.028 Ratings
    Metadata management00 Ratings6.035 Ratings
    Business rules and workflow00 Ratings7.145 Ratings
    Collaboration00 Ratings9.140 Ratings
    Testing and debugging00 Ratings6.451 Ratings
    Data Governance
    Comparison of Data Governance features of Google Cloud Pub/Sub and SQL Server Integration Services (SSIS)
    Feature
    Google Cloud Pub/Sub
    -
    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
    Google Cloud Pub/SubSSIS
    Small Businesses
    Amazon SNS
    Score8.7 out of 10
    Skyvia
    Score10 out of 10
    Medium-sized Companies
    Amazon SNS
    Score8.7 out of 10
    IBM InfoSphere Information Server
    Score10 out of 10
    Enterprises
    TIBCO Rendezvous
    Score6 out of 10
    SolarWinds Task Factory
    Score8.3 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Google Cloud Pub/SubSSIS
    Likelihood to Recommend
    9.0
    (8 ratings)
    8.0
    (56 ratings)
    Likelihood to Renew
    10.0
    (1 ratings)
    9.0
    (4 ratings)
    Usability
    10.0
    (3 ratings)
    8.0
    (11 ratings)
    Availability
    10.0
    (1 ratings)
    -
    (0 ratings)
    Performance
    10.0
    (1 ratings)
    8.8
    (6 ratings)
    Support Rating
    9.8
    (3 ratings)
    8.0
    (8 ratings)
    Implementation Rating
    -
    (0 ratings)
    10.0
    (2 ratings)
    Configurability
    10.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    10.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Google Cloud Pub/SubSSIS
    Likelihood to Recommend
    Google
    If you want to stream high volumes of data, be it for ETL streaming or event sourcing, Google Cloud Pub/Sub is your go-to tool. It's easy to learn, easy to observe its metrics and scales with ease without additional configuration so if you have more producers of consumers, all you need to do is to deploy on k8s your solutions so that you can perform autoscaling on your pods to adjust to the data volume. The DLQ is also very transparent and easy to configure. Your code will have no logic whatsoever regarding orchestrating pubsub, you just plug and play. However, if you are not in the Google Cloud Pub/Sub environment, you might have trouble or be most likely unable to use it since I think it's a product of Google Cloud.
    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
    Google
    • With a pub/sub architecture the consumer is decoupled in time from the publisher i.e. if the consumer goes down, it can replay any events that occurred during its downtime.
    • It also allows consumer to throttle and batch incoming data providing much needed flexibility while working with multiple types of data sources
    • A simple and easy to use UI on cloud console for setup and debugging
    • It enables event-driven architectures and asynchronous parallel processing, while improving performance, reliability and scalability
    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
    Google
    • Would be nice if the queue could be extended beyond 7 days.
    • We found it a bit tricky replay unacknowledged messages when needed.
    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
    Google
    It serves all of our purposes in the most transparent way I can imagine, after seeing other message queueing providers, I can only attest to its quality.
    Read full review
    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
    Google
    It is easy to create Google Cloud Pub/Sub topics from both Web Console and CLI commands.
    Google Cloud Pub/Sub supports creation of one or more subscriptions.
    By supporting a BigQuery Pub/Sub subscription to automatically write to a BigQuery table it simplifies development by avoiding implementation of a custom micro service for writes to BigQuery.
    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
    Reliability and Availability
    Google
    I have never faced a single problem in 4 years.
    Read full review
    Microsoft
    No answers on this topic
    Performance
    Google
    It's very fast, can be even better if you use protobuf.
    Read full review
    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
    Google
    They have decent documentation, but you need to pay for support. We weren't able to answer all our questions with the documentation and didn't have time to setup support before we needed it so I can't give it a higher rating but I think it tends to be a bit slow unless you're a GCP enterprise support customer.
    Incentivized
    Read full review
    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
    Google
    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
    Google
    Having used Amazon Web Services SNS & SQS I can say that even if the latter may offer more features, Google Cloud Pub/Sub is easier to use. On the other hand, usage of SNS & SQS as well as documentation and troubleshooting is easier with the AWS solution. Since we are not using GCP only for Pub/Sub the choice depends on other variables.
    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
    Scalability
    Google
    You can just plug in consumers at will and it will respond, there's no need for further configuration or introducing new concepts. You have a queue, if it's slow, you plug in more consumers to process more messages: simple as that.
    Read full review
    Microsoft
    No answers on this topic
    Return on Investment
    Google
    • Increased Efficiency with reliable and Google managed services up all the time wit Disaster Recovery in place as well
    • Definitely Lower costs being a cloud based solution and easier to setup
    • Faster Project delivery and go to market plan for the business use cases basis this technology at the back end
    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