adspace
What are the differences between mysql vs sql server?
Answer Posted / 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 View All Answers