Database advantages? Access, MySQL, msSQL, or any others?

Posted by JimZ on Stack Overflow See other posts from Stack Overflow or by JimZ
Published on 2012-03-30T23:13:14Z Indexed on 2012/03/30 23:29 UTC
Read the original article Hit count: 116

Filed under:
|
|
|

Dear all Stackoverflowers, I just started to learn programming and now I'm putting this question online based on a quote: no question is silly

My work needs to develop a order system based on web, which wants a database system. Since using Excel for years as a general office user, I naturally turn this to Access. However, most people say Access is very limited comparing to MySQL or MSSQL, or any other more professional database system.

But after developing some functions for my company's order system, I really find Access can fulfill my request. And I also tried MSSQL to develop, which I found it not quite convenient to use.

I have searched in stackoverflow and find no general answer about my doubt. Now I am sincerely hoping some experienced and professional developers could clear my doubts.

Now I'm listing some Access advantages, which I don't think other database system have. I hope you could help me also find these advantages in others. 1. Access is portable, I can just copy a xxx.accdb file to my company and continue with development. 2. Access is easy to generate helpful table, for example, it will automatically generate a field that can automatically count, could be used as primary key value. 3. it is more compatable with Excel, to display and filter data. 4. importantly, it nerely needs no environment to setup, just needs MS Office to be installed. ............others

However, I also find some points that MSSQL is advantaged: 1. security reasons 2. easy to backup, ( just use BACKUP..... sql statement to do it) 3. can edit stored procedure to save some functions to database ...............others

specifically, I wish some friends could tell me how to make other database portable? since I usually work both at home and in office. It's a headache to move MSSQL work to my office, since the version of MSSQL is not the same.

Thank you all and best regards, :)

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql-server