Liquibase vs Microsoft SQL Server Management Studio

Need advice about which tool to choose?Ask the StackShare community!

Liquibase

444
646
+ 1
70
Microsoft SQL Server Management Studio

496
434
+ 1
0
Add tool

Liquibase vs Microsoft SQL Server Management Studio: What are the differences?

  1. 1. Liquibase: Liquibase is an open-source database change management tool that allows developers to track, version, and manage database changes easily. It provides a platform-independent solution for database schema changes, making it suitable for multi-database environments. Liquibase supports various databases such as Oracle, SQL Server, MySQL, etc.
  2. 2. Microsoft SQL Server Management Studio: Microsoft SQL Server Management Studio (SSMS) is a visual tool used for managing and administering SQL Server databases. It provides a comprehensive set of features for database development, administration, and querying. SSMS is a proprietary tool specifically designed for managing SQL Server databases.

  3. 3. Deployment Control: Liquibase offers a controlled and auditable deployment process by allowing versioning, tracking, and management of the database schema changes using XML or SQL-based changelogs. In contrast, SSMS does not provide a built-in version control mechanism for database schema changes.

  4. 4. Cross-Platform Compatibility: Liquibase is developed in Java and can be used on multiple operating systems, including Windows, macOS, and Linux. It provides support for different database management systems, enabling seamless migration between platforms. On the other hand, SSMS is primarily designed for Windows and focuses exclusively on managing SQL Server databases.

  5. 5. Automation and Continuous Integration: Liquibase integrates well with tools that facilitate automation and continuous integration (CI) processes. It enables the seamless integration of database changes with software development workflows, making it ideal for DevOps practices. Conversely, SSMS lacks built-in automation and CI capabilities specific to database schema changes.

  6. 6. Community and Support: Liquibase benefits from an active open-source community with regular updates, new features, and bug fixes. It also provides extensive documentation and community support. SSMS, being a proprietary tool, is backed by Microsoft's support but relies on official documentation and Microsoft's resources for assistance and updates.

In summary, Liquibase is an open-source database change management tool that offers controlled deployment control, cross-platform compatibility, automation capabilities, and a supportive community. In contrast, Microsoft SQL Server Management Studio is a proprietary visual tool specifically designed for managing SQL Server databases without built-in version control or extensive automation features.

Advice on Liquibase and Microsoft SQL Server Management Studio

I am looking to build an azure database that connects to my power bi application. Initially, I attempted to create an Azure SQL database, then realized I needed to have SQL Server Management Service in order to manage and connect between Azure SQL <=> Power BI, but since I am on a Mac, I had to use the complex installation as a workaround.

If MySQL Workbench can solve this (as the product is available on Mac), I am more than happy to proceed with this approach if it can achieve the same goal of connecting an azure database with my Power BI application

What I am trying to achieve is fairly simple: have an online cloud database that connects to my Power BI application

I am open to any other solutions as well

Thank you

See more
Replies (5)
Oded Arbel
Recommends
on
MySQL WorkBenchMySQL WorkBench

As others have noted, MySQL Workbench cannot be used instead of Microsoft SQL Manager to manage Azure SQL (MS-SQL Server, I hate that Microsoft uses generic category names for their products).

If you're considering switching to MySQL (Possibly using Azure MySQL managed database), then please not that unlike MS-SQL Server, you do not need the MySQL Workbench to connect your application to MysQL: just use the correct driver for your stack, and you're all set (if your stack is using the .Net platform, use MySQL Connector/NET from: https://dev.mysql.com/downloads/connector/net/ ).

If you do want to use a graphical interface to maintain your MySQL database, then MySQL Workbench is a great choice, but you are not limited to it - as others have mentioned, there is a plethora of competing graphical database management tools that would work just as well with MySQL - one of the advantages of choosing MySQL for your stack is the huge eco-system that is built around it.

See more
Lawrence Fernandes
Data Engineer at B2W Digital · | 1 upvotes · 219K views
Recommends
on
DBeaverDBeaver

Hello Could you give us a better idea of what Data Base Management System (DBMS) you are using at Azure? MySQL Workbench and Microsoft SQL Server Management Studio (SSMS) are tools developed to exclusively manage MySQL and SQL Server, respectively. If you need to manage multiple DBMS's from a single tool, I sugget you try DBeaver. There are also another alternatives: HeidiSQL, phpMyAdmin, etc. Regarding the DBMS itself, I suggest you stick with SQL Server. In my opinion it's more stable and has more features than MySQL - especially in the Standard and Enterprise editions. Regards, Lawrence

See more
Erica Rowe
Tech Lead at eComEngine LLC · | 1 upvotes · 219K views
Recommends
on
AzureDataStudioAzureDataStudio

Microsoft provides an application known as Azure Data Studio that runs on Windows, Mac and Linux machines. It provides the ability to manage an Azure SQL database, as well as connecting to standard SQL Server databases. https://docs.microsoft.com/en-us/sql/azure-data-studio/what-is?view=sql-server-ver15

See more
Povilas Brilius
PHP Web Developer at GroundIn Software · | 1 upvotes · 219.5K views

As far as I know, MySQL Workbench doesn't handle Microsoft connections, including Azure, you should try Microsoft solutions such as MS VS Code.

See more
Julien DeFrance
Principal Software Engineer at Tophatter · | 1 upvotes · 218.9K views

Hi Aashwiin, Looking at your stack (https://stackshare.io/aashwiin82347/my-stack), it seems you are using Azure SQL Databases. I'll infer this is Microsoft SQL Server. Therefore, it certainly makes sense you stick with some of the official Microsoft Tooling to connect to it, query and administer it. You'd only be looking at MySQL Query Workbench, if you were running and connecting to a MySQL Database. - That said, could Azure MySQL (https://docs.microsoft.com/en-us/azure/mysql/overview) be an option for you a this point? MySQL offers great performance. I have been running it at various companies (under AWS/RDS and AWS/Aurora) and have no reason to switch over to anything else. - Decision making-wise, how much do your want your local sql/mysql client to influence/weigh in your architecture/technology decisions, though? This can be a slippery slope. - Alternatively, other clients exist, such as "Table Plus" and allow you to connect, on Mac, to a variety of database servers, including SQL Server. It might be worth giving it a try.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Liquibase
Pros of Microsoft SQL Server Management Studio
  • 18
    Great database tool
  • 18
    Many DBs supported
  • 12
    Easy setup
  • 8
    Database independent migration scripts
  • 5
    Unique open source tool
  • 5
    Database version controller
  • 2
    Precondition checking
  • 2
    Supports NoSQL and Graph DBs
    Be the first to leave a pro

    Sign up to add or upvote prosMake informed product decisions

    Cons of Liquibase
    Cons of Microsoft SQL Server Management Studio
    • 5
      Documentation is disorganized
    • 5
      No vendor specifics in XML format - needs workarounds
      Be the first to leave a con

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Liquibase?

      Liquibase is th leading open-source tool for database schema change management. Liquibase helps teams track, version, and deploy database schema and logic changes so they can automate their database code process with their app code process.

      What is Microsoft SQL Server Management Studio?

      It is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. It provides tools to configure, monitor, and administer instances of SQL Server and databases. Use it to deploy, monitor, and upgrade the data-tier components used by your applications, as well as build queries and scripts.

      Need advice about which tool to choose?Ask the StackShare community!

      What companies use Liquibase?
      What companies use Microsoft SQL Server Management Studio?
      Manage your open source components, licenses, and vulnerabilities
      Learn More

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with Liquibase?
      What tools integrate with Microsoft SQL Server Management Studio?

      Sign up to get full access to all the tool integrationsMake informed product decisions

      What are some alternatives to Liquibase and Microsoft SQL Server Management Studio?
      Flyway
      It lets you regain control of your database migrations with pleasure and plain sql. Solves only one problem and solves it well. It migrates your database, so you don't have to worry about it anymore.
      Hibernate
      Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational Mapper.
      Sqitch
      It is a standalone change management system with no opinions about your database engine, application framework, or development environment. Native scripting. Changes are implemented as scripts native to your selected database engine.
      MySQL
      The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
      PostgreSQL
      PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
      See all alternatives