deskbd Posted April 11, 2013 Report Share Posted April 11, 2013 Does anyone know what is the difference between mysql and mssql ? Quote Link to comment Share on other sites More sharing options...
Belatucadrus Posted April 11, 2013 Report Share Posted April 11, 2013 mysql is an Open Source Relational Databasemssql is the Microsoft equivalent. Quote Link to comment Share on other sites More sharing options...
Brooklyn Posted August 30, 2013 Report Share Posted August 30, 2013 Both are DBMS's Product Sql server is an commercial application while MySql is an opensouces application.Both the product include similar feature,however sql server should be used for an enterprise solution ,while mysql might suit a smaller implementation.if you need feature like recovery,replication,granalar security and significant,you need sql serverMySql takes up less spaces on disk, and uses less memory and cpu than does sql server Quote Link to comment Share on other sites More sharing options...
MondyBarrow Posted September 11, 2013 Report Share Posted September 11, 2013 The main difference is that MySql is open source whereas MsSql not open source. Also MsSql is a product of Microsoft it requires .Net framework to run. Quote Link to comment Share on other sites More sharing options...
sachin12 Posted March 12, 2014 Report Share Posted March 12, 2014 MySQL is open source while MS SQL is a closed source. Quote Link to comment Share on other sites More sharing options...
lonnie Posted August 6, 2014 Report Share Posted August 6, 2014 mysql is an open source whereas ms sql is closed source.mysql can be used without paying any amount but in case of ms sql, as it is not open source developer can use it only after procuring the liscence.my sql requires less disk space whereas ms sql requires more disk space.my sql can be installed in linux and unix but ms sql does not work in linux and unix.performance of my sql is more as compared to ms sql.my sql does not contain management tools based on GUI whereas ms sql provides management tools based on GUI. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.