Essay On Mysql Workbench

938 Words2 Pages

MySQL Workbench vs. SQL Server 2008
MySQL Workbench and SQL Server 2008 have the same common goal, but how each program approaches that goal is different. There are some things that MySQL Workbench can do that SQL Server cannot. But, of course, Oracle can do everything. There are some general differences between MySQL and SQL Server for example: look, feel, methods, security, backup and recovery. These are the things this paper will discuss.
MySQL Workbench offers a MySQL Enterprise Backup GUI interface, and supports MySQL Enterprise Backup 3.6.0 and above. The MySQL Enterprise Backup interface offers the ability to create, schedule, and restore both full and incremental backups. In MySQL Workbench, backups are done in the Server Administrator section. MySQL Workbench can export a backup of your database to a file on your local computer. This is also sometimes referred to as a data dump.
SQL Server supports two main types of backups: complete and differential backup. A complete backup is slower, and makes an entire copy of the database. A differential backup is faster due to its ability to make a copy of the database since the last complete backup. Differential backups are simpler to use for recovery, therefore are used more frequently than complete backups. SQL Server has the ability to backup to a disk and a tape.
SQL Server provides a wizard for setting up database maintenance plans such as scheduling database and log backups. Both log and data files are created by SQL Server. Three main recovery models are covered in SQL Server. In a simple recovery, neither logging is done nor log recorded applied to the process. This method is mostly used for databases that never change. A full recovery includes the database changes into...

... middle of paper ...

...e is Microsoft Server 2008, while the second Picture is MySQL.
At the end of the day both MYSQL and Microsoft server 2008 are great database systems. However, they operate very different from each other. They both use different utilities with the data that is placed on to them. Also, both come with varying price ranges. MYSQL has a free version and is open source, and Microsoft server is not free and must be purchased. One more thing to note is both systems use entirely different ways of interacting with the data. For instance, one code to operate on the data in MYSQL cannot be used to operate on the data in Microsoft server. When making your choice about which one to use I would suggest using a list of needs for whatever you’re using the database system for, and then comparing that to the functionality, ease of use, security, and pricing of the individual systems.

More about Essay On Mysql Workbench

Open Document