What are the differences between mysql vs sql server?



What are the differences between mysql vs sql server?..

Answer / Vivek Mathur

Differences between MySQL and Microsoft SQL Server include licensing (MySQL is open-source, while SQL Server requires a commercial license), performance (SQL Server generally performs better in multi-user scenarios), support for transactions (SQL Server supports ACID transactions, while MySQL supports only ACID-compliant transactions for InnoDB tables), and integration with Microsoft technologies (SQL Server is tightly integrated with various Microsoft tools).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is row locking in mysql?

1 Answers  


How to list or view all databases from the mysql server.

1 Answers  


Is oracle better than mysql?

1 Answers  


List some mysql advantages and disadvantages?

1 Answers  


What is mysqli_connect_error ()?

1 Answers  


How can you get your MySQL root password, if you lost it?

1 Answers   PCS,


How do I rename a mysql database?

1 Answers  


How can you retrieve a portion of any column value by using a select query?

1 Answers  


How do I start mysql client?

1 Answers  


How to analyze tables with 'mysqlcheck'?

1 Answers  


What is MySQL?

1 Answers  


What is 'mysqlimport'?

1 Answers  


Categories